Display icons as forum images on forums and not categories.
It will allow you to use bigger icons without destroying the layout. Looks cool
open the event/main_listener.php
On line 94 you will find:
Replace it with:
Thats all and yes it was that easy.
It will allow you to use bigger icons without destroying the layout. Looks cool

open the event/main_listener.php
On line 94 you will find:
$forum_row['FORUM_NAME'] = $this->add_forum_icon($row, $forum_row['FORUM_NAME']);
Replace it with:
$forum_row['FORUM_IMAGE'] = $this->add_forum_icon($row, $forum_row['FORUM_IMAGE']);
Thats all and yes it was that easy.
Statistics: Posted by Stoker — Yesterday, 13:20