vuiveclub
07-30-2007, 10:00 PM
I've just read this Thread (https://vborg.vbsupport.ru/showthread.php?p=1306419) by powerful_rogue (https://vborg.vbsupport.ru/member.php?u=180265).
Then I think that no one did this way before.
So here is the tutorial.
Open template forumhome_forumbit_level2_post => For Forumhome only!
Find:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
Add before:
<! -- forum icon by www.vuiveclub.net -->
<if condition="THIS_SCRIPT === 'index'">
<table>
<tr>
<td>
<img border="0" width="60" height="60" src="images/$forumid.gif"/>
</td></if>
<td>
<! -- / end forum icon -->
</if>
Then Find:
<td class="alt2" nowrap="nowrap">$forum[lastpostinfo]</td>
Add before too:
<! -- end forum icon by www.vuiveclub.net -->
<if condition="THIS_SCRIPT === 'index'">
</tr>
</table>
</td>
</if>
<!-- / end forum icon -->
Save and Done!
Make sure that these 2 conditionals are the same!
For Forumdisplay too - edit template forumhome_forumbit_level1_post
Find:
<td><img src="$vboptions[cleargifurl]" alt="" width="9" height="1" border="0" /></td>
<td>
<div>
Add below: <!-- forum icon -->
<table> <tr> <td> <img src="images/$forumid.gif" border="0" width="60" height="60" align="left" />
<!-- / forum icon -->
Find:
</td>
<td class="alt2" nowrap="nowrap">$forum[lastpostinfo]</td>
Add before: <!-- end forum icon --> </td></tr></table><!-- / end forum icon -->
Now You have to Upload your Icons to images/$forumid.gif
(Change images/ to your own folder)
If you wanna Show Icons for Forumhome, Forumdisplay and sub-Forumdisplay - Delete conditionals
Show Icons on Forumhome only - Leave these conditions default
Show Icons on Forumdisplay only - Do not Edit forumhome_forumbit_level2_post, edit forumhome_forumbit_level1_post only.
And more ? :confused:
Demo: http://www.vuiveclub.net/diendan/
PS: Sorry for my Bad English :D If you don't understand anything, reply here!
Then I think that no one did this way before.
So here is the tutorial.
Open template forumhome_forumbit_level2_post => For Forumhome only!
Find:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
Add before:
<! -- forum icon by www.vuiveclub.net -->
<if condition="THIS_SCRIPT === 'index'">
<table>
<tr>
<td>
<img border="0" width="60" height="60" src="images/$forumid.gif"/>
</td></if>
<td>
<! -- / end forum icon -->
</if>
Then Find:
<td class="alt2" nowrap="nowrap">$forum[lastpostinfo]</td>
Add before too:
<! -- end forum icon by www.vuiveclub.net -->
<if condition="THIS_SCRIPT === 'index'">
</tr>
</table>
</td>
</if>
<!-- / end forum icon -->
Save and Done!
Make sure that these 2 conditionals are the same!
For Forumdisplay too - edit template forumhome_forumbit_level1_post
Find:
<td><img src="$vboptions[cleargifurl]" alt="" width="9" height="1" border="0" /></td>
<td>
<div>
Add below: <!-- forum icon -->
<table> <tr> <td> <img src="images/$forumid.gif" border="0" width="60" height="60" align="left" />
<!-- / forum icon -->
Find:
</td>
<td class="alt2" nowrap="nowrap">$forum[lastpostinfo]</td>
Add before: <!-- end forum icon --> </td></tr></table><!-- / end forum icon -->
Now You have to Upload your Icons to images/$forumid.gif
(Change images/ to your own folder)
If you wanna Show Icons for Forumhome, Forumdisplay and sub-Forumdisplay - Delete conditionals
Show Icons on Forumhome only - Leave these conditions default
Show Icons on Forumdisplay only - Do not Edit forumhome_forumbit_level2_post, edit forumhome_forumbit_level1_post only.
And more ? :confused:
Demo: http://www.vuiveclub.net/diendan/
PS: Sorry for my Bad English :D If you don't understand anything, reply here!