Adding Images For Your Forum Category
Open your boardIndexTemplate
Find
<p class='desc'>{$forum_data['description']}</p>
and replace with
<img src='{style_images_url}/cat_images/{$forum_data['id']}.png' alt=''/><br /><p class='desc'>{$forum_data['description']}</p>
Now, open your FTP Client and make a new map in
/public/style_images/YOURTHEME/ named "cat_images".
In this map upload the images for your categories.
Example: If your forum id is 3, name the image 3.png and upload it into the cat_images folder. Made by Paradiizee - From this support topic: