| Monday 03 September 2007 5:14:59 am 
                                                                 
ok Andre, i'll try make a better explanation.so, i'm using one template X
 This template has 2 menu bars.
 the first menu, is managed by web interface. When I include nodes in the top level tree of content, for exemple: Folder CUSTOMERS, the button CUSTOMERS appears in this menu. the second menu, does'nt work like the first. For include buttons in the second menu, I need put code like that:  <li><a href={"/user/logout"|ezurl} title="{$pagedesign.data_map.logout_label.data_text|wash}">{$pagedesign.data_map.logout_label.data_text|wash} ( {$current_user.contentobject.name|wash} )</a></li> directly in my template.  I want hide 1 button of my first menu, but i dont want put hidden directly by web interface, becouse all content of my button will be hidden too. I just want that the "button" does'nt appears in my web. HOW TO DO IT? I think in sort the node of tree content by priority and using php, retrieve these priorities and make some code to hide the button that i want that does'nt appear. IF I DID'NT EXPLANED RIGHT, PLEASE TELL ME WHERE, BECAUSE A DID'NT FIND HOW TO DO IT.  thank  |