PDA

View Full Version : Forum Display Enhancements - Add Custom Icons per Forum


ZUCCO
12-04-2013, 11:00 PM
Note: This modification was around the internet and nobody knows who the author is, so I post this here because I thought this would be useful.

This modification allows you to set up a custom icon per each subforum in your forum.

1)Go to Admincp->Styles and Templates->Locate the style where you want to apply this modification->edit templates and find the forumhome_forumbit_level2_post and find:

<img src="{vb:stylevar imgdir_statusicon}/{vb:raw forum.imageprefix}forum_{vb:raw forum.statusicon}-48.png" class="forumicon" id="forum_statusicon_{vb:raw forum.forumid}" alt="" />


and replace it:

<img src="./icons/{vb:raw forum.forumid}.png" class="forumicon" id="forum_statusicon_{vb:raw forum.forumid}" alt="" />


2) Now Upload the images per each subforum


First, create a folder in your main root (along with admincp, images, includes,etc) and call it icons and inside that folder upload your images with .PNG format.
Second, each images must be renamed with the subforums ID

EXAMPLE:


To find the ID of the forum you should look at "Forums & Moderators" and edit the forum that you want to see your ID and at the top, next to the forum name you will see its ID number.


For example:


147432

As you can see the subforum ID is 236 so the image you want to display for that subforum must be called 236.png and the result is this:

147433

ozzy47
12-06-2013, 02:11 AM
Thanks for sharing, but you do realize you can do this in vBulletin by default?

ACP --> Forums & Moderators --> Manage Forums --> Edit Forum -->
Prefix for Forum Status Images

TheLastSuperman
12-06-2013, 02:21 AM
Moving to graveyard based on above ^ however some don't know all the default options in vBulletin so all-in-all I'd say good effort ;).