Hello,
I would like to know if it is possible to NOT show a certain category on the navigation bar? and if so... could someone please explain how do it.
Thanks.


In sidebar_modules/categories.tpl find this string:
Replace it with this code:Code:{section name=thecat loop=$cat_array}
Then, find this string a little below:Code:{section name=thecat loop=$cat_array} {if $cat_array[thecat].safename ne 'CATEGORY_I_WANT_TO_HIDE'}
Replace it with this string:Code:{/section}
should work, at least in theory.Code:{/if}{/section}
Basically, there's no difference. Just find the {section} ... {/section} with categories output and modify it as I said. I'd help, but I dont have categories in header.