MyBB Community Forums

Full Version: icon in forumcategory
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is it possible to get an icon in the forum category.
In an old topic from mybb (2011) I saw, I think, exactly what I mean. 

If you want to do this directly in template, you can add this kind of code in your forumbit_depth1_cat template:

<img src="images/{$forum['fid']}.png" alt="" title="" />


Then, upload images to your images folder.
The name of each images needed to upload depends on what forum id for the category.

example: http://imgshare.io/images/2019/11/10/cat.jpg


But I do not know if it still works and

- where to add the code in forumbit_depth1_cat
- where in the code I add the image (totaly I wanne use 3 icons)
- perhaps there is a plugin for it