Search found 14 matches
- Mon May 18, 2009 10:28 am
- Forum: Modules/Add-Ons
- Topic: NeoGallery problem - how do I set the gallery dynamically?
- Replies: 1
- Views: 1083
NeoGallery problem - how do I set the gallery dynamically?
Hi everyone I'm using the NeoGallery module on my site and since I'm using it in one template that will pertain to several different pages which have different galleries, I need it to be set dynamically. I know that the code for displaying a gallery is as follows: {NeoGallery gallery=mygallery} How...
- Wed May 06, 2009 12:00 pm
- Forum: Modules/Add-Ons
- Topic: Image button in Blogs Made Simple comment form
- Replies: 2
- Views: 879
Image button in Blogs Made Simple comment form
Hi everyone I'm making a CMSMS site for a client and he would like the comment form that comes with the Blogs Made Simple module to be an image instead of a basic button. Does anyone know how to access this? In the Comment Form Template tab in BMS all I find is the HTML with a {$submit} tag but I ha...
- Fri Apr 03, 2009 2:23 pm
- Forum: Modules/Add-Ons
- Topic: Flash movie slideshow plugin for CMSMS?
- Replies: 1
- Views: 972
Flash movie slideshow plugin for CMSMS?
Hi I just wondered if anyone knows of a gallery module/plugin for CMSMS that can display both images and flv files? I have installed NeoGallery but that just handles images and not movie files. This would be really helpful as I would like to have a multimedia gallery of both images and movies. Any h...
- Wed Apr 01, 2009 4:12 pm
- Forum: Modules/Add-Ons
- Topic: How to get Simpleviewer Flash Gallery to work?
- Replies: 0
- Views: 787
How to get Simpleviewer Flash Gallery to work?
Hi I've just downloaded this module as well as the Uploads module to go with, but I'm having a little difficulty actually getting the gallery to work on the front end. The file is in a .flv format and is not that big (just over 3mb) and basically the viewer will load on screen but the file will not,...
- Tue Mar 31, 2009 9:18 am
- Forum: Developers Discussion
- Topic: How to get the parent content into a child element? [solved]
- Replies: 2
- Views: 1404
Re: How to get the parent content into a child element?
I'll look into implementing it, thanks
- Mon Mar 30, 2009 3:49 pm
- Forum: Developers Discussion
- Topic: How to get the parent content into a child element? [solved]
- Replies: 2
- Views: 1404
How to get the parent content into a child element? [solved]
Dear all I am looking for a way to be able to pull in parent content to its children. I know this can be done the other way around as I have already done this, but I need to echo content from the parent page to each child page. Here is an example. The parent page is called My Portfolio. On this page...
- Fri Mar 27, 2009 12:43 pm
- Forum: Developers Discussion
- Topic: Using Load() to pull in the content of another page [solved]
- Replies: 4
- Views: 1662
Re: Using Load() to pull in the content of another page
done, sorrymark wrote: Then please put [solved] in the subject line of first post...

- Fri Mar 27, 2009 11:37 am
- Forum: The Lounge
- Topic: Automatically make new pages appear first in sub-menu [solved]
- Replies: 12
- Views: 5463
Re: Automatically make new pages appear first in sub-menu (without reordering!)
Actually, no, not really. The code given on the link was no use, since obviously that person didn't know Smarty language very well (he was using commands not existent in Smarty) but I think I'm going to resign to using the reorder section. Thanks for everyone's help!mark wrote: [solved] ?...
- Thu Mar 26, 2009 11:30 am
- Forum: The Lounge
- Topic: Automatically make new pages appear first in sub-menu [solved]
- Replies: 12
- Views: 5463
Re: Automatically make new pages appear first in sub-menu (without reordering!)
Thanks for the help! However, I did find some code in the documentation in the end that will do this:
http://wiki.cmsmadesimple.org/index.php ... nu_Manager
under "inverse_menu".
Michael
http://wiki.cmsmadesimple.org/index.php ... nu_Manager
under "inverse_menu".
Michael
- Wed Mar 25, 2009 10:30 am
- Forum: The Lounge
- Topic: Automatically make new pages appear first in sub-menu [solved]
- Replies: 12
- Views: 5463
Automatically make new pages appear first in sub-menu [solved]
Hi everyone I'm getting to grips with the Smarty language and CMSMS now which is great because it allows me to develop my skills but there's one thing that I'd like to be able to do but cannot figure out how. When I create a new page using a particular parent (in this case Recent Work) I'd like each...
- Wed Mar 25, 2009 10:23 am
- Forum: Developers Discussion
- Topic: Using Load() to pull in the content of another page [solved]
- Replies: 4
- Views: 1662
Re: Using Load() to pull in the content of another page
Thanks for your responses, but I just discovered a module called CGSimpleSmarty which allows me to pull in child content from a root menu item: <h3><a href="/{$child.alias}/">{$cgsimple->get_page_title($child.alias)}</a></h3> <img src="uploads/images/{$cgsimple->get_page_content($chil...
- Tue Mar 24, 2009 5:42 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Changing the way news is displayed [solved]
- Replies: 2
- Views: 1148
Re: Changing the way news is displayed
Ah, I did think that maybe I'd have to alter styles. Thanks, I'll take a look through the stylesheets.mark wrote: It doesn't have to do with the module it's just a matter of CSS...
- Tue Mar 24, 2009 2:06 pm
- Forum: Developers Discussion
- Topic: Using Load() to pull in the content of another page [solved]
- Replies: 4
- Views: 1662
Using Load() to pull in the content of another page [solved]
I am researching the API commands for CMSMS and found a method called Load() which, as far as I can tell, allows the user to load in content taking the id of the page. I'm hoping to use this method to pull in content from sub-pages within a main page. Example: The page "Recent Work" is in ...
- Tue Mar 24, 2009 10:49 am
- Forum: Layout and Design (CSS & HTML)
- Topic: Changing the way news is displayed [solved]
- Replies: 2
- Views: 1148
Changing the way news is displayed [solved]
Hi everyone. I'm pretty stuck with this one so help is appreciated: I'm wanting to display articles on a page, so I implemented the News module (since it was already installed) but the way that it's currently laid out is not really want I'd like. Ideally it would be better if each article block was ...