Can someone develop a plugin that will allow a custom image for each forum section (in the home page)? Instead of the conventional envelope icon. I don't mind if it's a paid plugin.

Custom images for forum sections
-
- WSC 5.2.x
- dan1
-
-
Hello,
I don't quite understand your request. What exactly are you looking for?
-
-
-
Is that what you mean?
Yes, but I need to use my own custom images, not choosing from a set of icons.
-
If you want to use your own images you have to put the following code into your css of your style:
Codeli[data-board-id="1"] >.wbbBoard .fa-folder-open-o:before { content: url("YOURGRAPHIC"); } li[data-board-id="2"] >.wbbBoard .fa-folder-open-o:before { content: url("YOURGRAPHIC"); }
Be aware that you have to change the board IDs within the code to your desired ones, aswell as the Links to your graphics. You can either link them with a direct link like :
https ://www.yourgraphic.tld/graphic.jpg
Or with a direct location
"../images/yourgraphic.jpg"
-
If you want to use your own images you have to put the following code into your css of your style:
Thank you. Do you know css to add so the forum name text is not displayed on top of the image? It needs to shift to the right.