Categories Plugin "All categories"

Found a bug? Tell us!!
Post Reply
danst0
Regular
Posts: 197
Joined: Tue Jul 13, 2004 10:50 am

Categories Plugin "All categories"

Post 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
onli
Regular
Posts: 3044
Joined: Tue Sep 09, 2008 10:04 pm
Contact:

Re: Categories Plugin "All categories"

Post 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.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Categories Plugin "All categories"

Post by garvinhicking »

Hi!

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/
danst0
Regular
Posts: 197
Joined: Tue Jul 13, 2004 10:50 am

Re: Categories Plugin "All categories"

Post by danst0 »

Due to the performance warning using smarty, I decided to use css.

Daniel
Post Reply