Back to vBulletin 3.6 Template Modifications

Add Icons to ForumHome or/and Forumdisplay by Uploaded images
Mod Version: 1.00, by vuiveclub

This modification is in the archives.
vB Version: 3.6.8 Rating: (2 votes - 4.50 average) Installs: 18
Released: 01 Aug 2007 Last Update: Never Downloads: 6
Not Supported Template Edits  

I've just read this Thread (http://www.vbulletin.org/forum/showthread.php?p=1306419) by powerful_rogue .
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:

HTML Code:
            <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
Add before:

HTML Code:
<! -- 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:

HTML Code:
    <td class="alt2" nowrap="nowrap">$forum[lastpostinfo]</td>
Add before too:

HTML Code:
<! -- 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:
HTML Code:
            <td><img src="$vboptions[cleargifurl]" alt="" width="9" height="1" border="0" /></td>
            <td>
            <div>
Add below:
HTML Code:
<!-- forum icon -->
<table> <tr> <td> <img src="images/$forumid.gif" border="0" width="60" height="60" align="left" />
<!-- / forum icon -->
Find:
HTML Code:
        </td>
        <td class="alt2" nowrap="nowrap">$forum[lastpostinfo]</td>
Add before:
HTML Code:
        <!-- 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 ?

Demo: http://www.vuiveclub.net/diendan/

PS: Sorry for my Bad English If you don't understand anything, reply here!

Download

No files for download.

Similar Mods

Forum Display Enhancements RSS icons in forumhome and forumdisplay vBulletin 3.6 Add-ons

vblts.ru supports vBulletin®, 2022-2024