Page 1 of 1

Categories Plugin "All categories"

Posted: Fri Dec 17, 2010 9:25 am
by danst0
Hi,

the categories sidebar plugin shows an additional entry called "All categories". This does not make sense in my navigational layout (since I already have a "Frontpage" link and visitors are not able to select categories using checkboxes).

I would love to have an option to disable this entry. I would hack it on my own, but I did not find the corresponding plugin files.

Daniel

Re: Categories Plugin "All categories"

Posted: Fri Dec 17, 2010 3:22 pm
by onli
Hi
the sidebar-plugin "categories" has the option to emit its html via smarty. If you enable this option you may edit the plugin_categories.tpl (make a copy from default into your template) and remove the link that way.

Re: Categories Plugin "All categories"

Posted: Fri Dec 17, 2010 10:44 pm
by garvinhicking
Hi!

Alternately, you can remove that link via CSS, it has a unique class.

Regards,
Garvin

Re: Categories Plugin "All categories"

Posted: Sat Dec 18, 2010 5:25 pm
by danst0
Due to the performance warning using smarty, I decided to use css.

Daniel