Forum Category Icons on Forum Home 1.0

riskblack

New Member
Contents:
1 - table change
5 - phrases added
1 - xml product file
1 - template edit


***********************************************************
****** Start Install of Forum Category Icons 1.0.0 *******
***********************************************************

1. IMPORTANT! Always backup your database and files prior to installing any hack, that includes this hack as well.
I am not responsible for any damage or lost data whatsoever!

2. Open the forumhome_forumbit_level1_nopost template

Find:
<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">

Above add:
<if condition="$forum[forumiconimg]"><td class="tcat"><img src="$vboptions[forumiconimg_url]/$forum[forumiconimg]" alt="" border="0" /></td></if>

3. Open your admincp, go to "Plugins & Products"
(admincp->Plugins & Products->Manage Products) then select
Add/Import Product. Upload product-forumcategoryicons.xml.

4. Create a directory under images and call it what you want.

5. Upload icons to your newly created folder.

5. Go to vBulletin options and set the Forum Category Icons Options.

6. Go to Forum Manager and add the icon.


Screenshots:


View attachment 4494

Download:
 

hobbes51

New Member
what code would I modify so I could click these Icons and they would redirect me to the relative sub-forum they represent?
 

sachjatt

New Member
i dont have <td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
in forumhome_forumbit_level1_nopost template
i have 3.7.1 version
 
Top