Aha nice, it works with the start_page instead of the childrenof, great!
Thanks a lot for the help!
Search found 9 matches
- Thu Dec 09, 2010 7:36 am
- Forum: CMSMS Core
- Topic: [solved] menu collapsing with deep structure
- Replies: 8
- Views: 2171
- Wed Dec 08, 2010 10:53 pm
- Forum: CMSMS Core
- Topic: [solved] menu collapsing with deep structure
- Replies: 8
- Views: 2171
Re: menu collapsing with deep structure
The first thing, the second level of page 3 should always show, but the levels underneath it should not until one of the second level is clicked.
And the menu isn't involved with other menu's (as far as I know, unless this happens automagically in some way?).
And the menu isn't involved with other menu's (as far as I know, unless this happens automagically in some way?).
- Wed Dec 08, 2010 9:12 pm
- Forum: CMSMS Core
- Topic: [solved] menu collapsing with deep structure
- Replies: 8
- Views: 2171
Re: menu collapsing with deep structure
Well the collapse is actually doing something, but not the correct thing, it only collapses the deepest level, so: 3121, 3122, 3123, 3231, ...
- Wed Dec 08, 2010 6:27 pm
- Forum: CMSMS Core
- Topic: [solved] menu collapsing with deep structure
- Replies: 8
- Views: 2171
Re: menu collapsing with deep structure
Excuse me, I forgot to mention the CMSMS version, it's the latest: 1.9.1
About the template we are using: I made a copy of the simple_navigation.tpl and changed one tiny thing in it, which has no relation with this issue we are having.
Css is not the problem, it just doesn't get outputted in html.
About the template we are using: I made a copy of the simple_navigation.tpl and changed one tiny thing in it, which has no relation with this issue we are having.
Css is not the problem, it just doesn't get outputted in html.
- Wed Dec 08, 2010 3:06 pm
- Forum: CMSMS Core
- Topic: [solved] menu collapsing with deep structure
- Replies: 8
- Views: 2171
[solved] menu collapsing with deep structure
Hi guys I have a question about collapsing with the menu tag, we currently have something like this for our page structure: Page 1 Page 2 Page 3 - Page 31 - Page 311 - Page 312 - Page 3121 - Page 3122 - Page 3123 - Page 313 - Page 32 - Page 321 - Page 322 - Page 323 - Pag...
- Tue May 20, 2008 10:55 pm
- Forum: Modules/Add-Ons
- Topic: [Solved] add a javascript file to the admin section
- Replies: 4
- Views: 1526
Re: add a javascript file to the admin section
Thanks for the reply, but in the mean while I already found the correct solution.
You just have to put the extra javascript tags in the GetHeaderHTML() function in the module.
That's much cleaner than your patchwork
You just have to put the extra javascript tags in the GetHeaderHTML() function in the module.
That's much cleaner than your patchwork
- Tue Feb 05, 2008 6:43 pm
- Forum: Modules/Add-Ons
- Topic: [Solved] add a javascript file to the admin section
- Replies: 4
- Views: 1526
[Solved] add a javascript file to the admin section
Hi there I'm developing my own module, and it already goes very well. But now i need some javascript on the admin side of the site. And I can't find how to make a tag in the head of the admin pages without changing the theme. Is this possible? If yes, how? If not, maybe there is another nice way to ...
- Sat Feb 02, 2008 3:54 pm
- Forum: CMSMS Core
- Topic: [solved] include a php page with a query string using an UDT
- Replies: 2
- Views: 1360
Re: include a php page with a query string using an UDT
Yes indeed, I just found the same solution 2 minutes ago 
I forgot the http://, now it works very good.
Thanks for the effort!
I forgot the http://, now it works very good.
Thanks for the effort!
- Sat Feb 02, 2008 2:15 pm
- Forum: CMSMS Core
- Topic: [solved] include a php page with a query string using an UDT
- Replies: 2
- Views: 1360
[solved] include a php page with a query string using an UDT
Hi guys I have problem with an UDT. I want to make an UDT which has 1 attribute and use that attribute to include an extern php page and append that attribute to the query string of that php page. Example: {tag attribute="value"} And this should do something like this: include("someph...
