Search found 6 matches
- Sat Jun 09, 2012 11:56 pm
- Forum: CMSMS Core
- Topic: [solved] Default content block not at top in page edit
- Replies: 4
- Views: 2663
Re: [solved] Default content block not at top in page edit
i guess never mind. Not sure if this is the right way to do it, but i added the default content block to the top and assigned it to a variable. That basically reordered the blocks in the editor. so i did... {content assign='thecontent'} {content block='Notes - Headline' assign='NotesHeadline'} {cont...
- Sat Jun 09, 2012 11:48 pm
- Forum: CMSMS Core
- Topic: [solved] Default content block not at top in page edit
- Replies: 4
- Views: 2663
[solved] Default content block not at top in page edit
Hi. I'm running CMS Made Simple 1.10.3. I'm using PHP 5.3.2, and MySQL 5.1.44. This is all working with Apache 2.0.63 running on Linux. I've added a few custom content blocks to my template, but when editing a page, those fields appear before the main default "Content*" block. Is there any...
- Fri Jun 01, 2012 4:54 pm
- Forum: CMSMS Core
- Topic: Show children and grandchildren of current parent
- Replies: 4
- Views: 1723
Re: Show children and grandchildren of current parent
collapse=2 doesn't seem to work. I looks like the only values are essentially true or false and collapse=2 is teh same as collapse=0
it essentially just shows all the children of all the sections as apposed to two levels of the current child.
it essentially just shows all the children of all the sections as apposed to two levels of the current child.
- Wed May 30, 2012 9:57 pm
- Forum: CMSMS Core
- Topic: Show children and grandchildren of current parent
- Replies: 4
- Views: 1723
Re: Show children and grandchildren of current parent
that doesn't seem to work as it just treats it as collapse false and then shows all the children of all the parents
- Wed May 30, 2012 8:51 pm
- Forum: CMSMS Core
- Topic: Show children and grandchildren of current parent
- Replies: 4
- Views: 1723
Re: Show children and grandchildren of current parent
no collapse="2" gives me all the children of all the parents. Essentially the same as not have collapse at all in the tag. so that gives me the children of "one" and of "two" regardless of what page i'm on I think collapse="2" is the same as collapse="0&q...
- Mon May 28, 2012 6:30 pm
- Forum: CMSMS Core
- Topic: Show children and grandchildren of current parent
- Replies: 4
- Views: 1723
Show children and grandchildren of current parent
Hi. I'm running CMS Made Simple 1.10.3. I'm using PHP 5.3.2, and MySQL 5.1.44. This is all working with Apache 2.0.63 running on Linux. I'm new to CMSMS and Smarty, but long time WordPress dev and trying to update a site for customer. I'm sure this has been asked many times, but i can't seem to find...