c.c.
01-04-2010, 07:17 PM
I just upgraded to VB4 and my custom forum status icons mod (https://vborg.vbsupport.ru/showthread.php?t=102025) is no longer working.
How do I go about making the two changes to the template per the instructions of the mod. It's obviously different from the VB4 templates. Can anybody please help me getting this mod working for VB4.
Find:
-----
<td><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /></td>
Replace with:
-------------
<td><img src="<if condition="$show['customstatusicon']">$forum[customicon]<else />$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif</if>" alt="" border="0" /></td>
Step 3: Edit the forumhome_forumbit_level2_post template
Find:
-----
<td class="alt2"><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /></td>
Replace with:
-------------
<td class="alt2"><img src="<if condition="$show['customstatusicon']">$forum[customicon]<else />$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif</if>" alt="" border="0" /></td>
How do I go about making the two changes to the template per the instructions of the mod. It's obviously different from the VB4 templates. Can anybody please help me getting this mod working for VB4.
Find:
-----
<td><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /></td>
Replace with:
-------------
<td><img src="<if condition="$show['customstatusicon']">$forum[customicon]<else />$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif</if>" alt="" border="0" /></td>
Step 3: Edit the forumhome_forumbit_level2_post template
Find:
-----
<td class="alt2"><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /></td>
Replace with:
-------------
<td class="alt2"><img src="<if condition="$show['customstatusicon']">$forum[customicon]<else />$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif</if>" alt="" border="0" /></td>