Search found 2 matches
- Tue May 31, 2011 7:36 am
- Forum: CMSMS Core
- Topic: Problem with $node->parent in CMSMS 1.9.2
- Replies: 21
- Views: 7664
Re: Problem with $node->parent in CMSMS 1.9.2
Hi Dr CSS, $node2 iterate through all nodes like $node. {foreach from=$nodelist item=node2} When i output the values of $node2 (or $node in a simple loop) with print_r like this : {$node|print_r} $node->parent always return false/nothing What i'm trying to do is displaying only the sub-pages of the ...
- Mon May 30, 2011 8:17 am
- Forum: CMSMS Core
- Topic: Problem with $node->parent in CMSMS 1.9.2
- Replies: 21
- Views: 7664
Re: Problem with $node->parent in CMSMS 1.9.2
Hi, I'm using CMSMS 1.9.4.2 "Faanui" and this bug still present. My menu template (Display current page sub-menu) : {if $count > 0} {foreach from=$nodelist item=node} {if $node->current && $node->haschildren} <div class="page_menu"> <strong><a href="{$node->url}"...