I don't know if this will help anyone, but in version 4.014 I wanted to be able to access a category via a link, but not have it visible in the Categories list.
So I worked in some code from one of Carrie's posts.
In skin1/categories.tpl
After:
{section name=cat_num loop=$categories}
add:
{if $categories[cat_num].order_by < 500}
Then close the {/if} right before you close that {/section}
And of course in admin, make any categories you want hidden have an order number above 500.
|