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
Categories Plugin "All categories"
Re: Categories Plugin "All categories"
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.
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.
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Categories Plugin "All categories"
Hi!
Alternately, you can remove that link via CSS, it has a unique class.
Regards,
Garvin
Alternately, you can remove that link via CSS, it has a unique class.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Re: Categories Plugin "All categories"
Due to the performance warning using smarty, I decided to use css.
Daniel
Daniel