VB.org modification [custom forum icons]

This is for version 3.5.x, see attachment


forum_manager.gif


forumbit_display.gif
 
Make sure when using this in 3.6.8 or later to not blindly copy the template edits. The templates have a bit more in them in the 3.6.8 than the installation shows. Essentially, just search for

PHP:
$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif

and replace it with

PHP:
<if condition="$show['customstatusicon']">$forum[customicon]<else />$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif</if>
 
Back
Top