It looks like you're new here. If you want to get involved, click one of these buttons!
Ehy Guys, I have one question: There is a plugin that puts an icon next to the category name?? Like a classic forum software. Tanks. Sorry for my english but I italian.
Comments
There isn't a plugin, afaIk, but there is a possible answer here:
http://www.vanillaforums.org/discussion/16337
- Spam
- Abuse
1 · 1Insightful Awesome LOL ·...uhm, here: http://vanillaforums.org/addon/categoryimageheader-plugin. This is for category headers though, but it can be rewritten to work in other places too.
Another possible solution is using CSS, if you want to add an icon to the sidepanel:
.PanelCategories a[href*="some-category"] { // Add your icon here using the background-image, // background-position and padding properties }This utilizes the CSS attribute selector to select the link that contains a specific category in its href attribute. You can edit it to include other elements than the sidepanel though.
Kasper Kronborg Isager | Full-time interwebs monkey working @Vanilla | Hit me up: Google Mail or Vanilla Mail | Find me at Github
- Spam
- Abuse
1 · 1Insightful Awesome LOL ·If you know category id, then you could fire like kaspers suggestion but target the #
422 Real Estate Australia , now open Check it out
- Spam
- Abuse
1 · 1Insightful Awesome LOL ·