Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Possible to have images in the discussion list?
Just trying to find out if it it's possible to include "<img>" tags in the discussion list ? Thanks.
0
This discussion has been closed.
Comments
what you want to do is plant a background image for each type of discussion/category in the stylesheet according to their class or ID.
IE:
#ContentBody ol.Categories.Category_1 { background: url("/path/to/image01.gif"); }
and so on for each different category. This would all be CSS specific markup.
Or perhaps you could have a look at the Category Colour Changer extension which changes colours of discussions in the discussion list based on the category they belong to.
In the case of adding an icon, you need to set the background image to the icon, and bump the text out of the way (either with padding or text-indent).