Quantcast
Channel: PhpBB3 BBCodes
Viewing all articles
Browse latest Browse all 256

Steves Extensions • Re: [3.3][CDB] phpBB Forum FA Icon.

$
0
0
Display icons as forum images on forums and not categories.
It will allow you to use bigger icons without destroying the layout. Looks cool 8-)

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



Viewing all articles
Browse latest Browse all 256

Trending Articles