Forums / Setup & design / Exclude folder from menu
Niklas Gunnäs
Friday 22 April 2005 4:15:25 am
What I want to do is hide a folder from menulist but showing its content in a node_list within a toolbar with the latest article in that folder. If I use the hide function the folder content will not show in node_list.
Felix Laate
Friday 22 April 2005 4:22:25 am
Hi Niklas!
I'm sure there are better ways to this, but my way is the highway:
Give the folders yoy want to show priorities 0 - how_ever_many_items_you_whant_in_your_menu. Then give the "hidden" ones priorities 100->
Then you set a max in your menu-fetch that equals the number with the much too long name (see above) less 1.
Felix
Publlic Relations Manager Greater Stavanger www.greaterstavanger.com
Friday 22 April 2005 5:27:03 am
Thanks a million
I get it :-)
Next question, how is it done?
What code is needed in menu to get it working?