Skip to content
WJunction - Webmaster Forum

catagory icons mod for vb 3.8.x

Status
Not open for further replies.

7 comments

Installation


In the template forumhome_forumbit_level2_post,

Find:

HTML Code:
Code:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
Create a folder "iconforums" into your images folder. Upload your icons in images/misc/iconforums.

Add above:

HTML Code:
Code:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><img border="0" src="images/misc/iconforums/$forum[forumid].gif" hspace="4px" align="left"/></a>
Create a folder "iconforums" into your images folder. Upload your icons in images/misc/iconforums.


Indicate a forumid for the images name.

Example:
ID Forum = 3. So your image have this name : "3.gif"
ID Forum = 7. So your image have this name : "7.gif"

Source:

Code:
http://www.vbulletin.org/forum/showthread.php?t=214289&highlight=sofia
 
Installation


In the template forumhome_forumbit_level2_post,

Find:

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

HTML Code:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><img border="0" src="images/misc/iconforums/$forum[forumid].gif" hspace="4px" align="left"/></a>
Create a folder "iconforums" into your images folder. Upload your icons in images/misc/iconforums.

Indicate a forumid for the images name.

Example:
ID Forum = 3. So your image have this name : "3.gif"
ID Forum = 7. So your image have this name : "7.gif"

works for me
 
please some one can help me

<a href="forumdisplay.php?$session[sessionurl]f=$forum]"><img border="0" src="images/misc/iconforums/$forum=17.announcements"17.png" hspace="4px" align="left"/></a>

is red color one i have to change to?

my forum id is: 17
my image name is : announcements.png
 
I use:
Code:
http://www.vbteam.info/vb-3-6-x-addons-template-modifications/2242-vb-lightbulbs-if-you-want-different-status-icons.html

Its designed for 3.6 but it works for 3.7 and will most likely work with 3.8 ;)
 
Status
Not open for further replies.

About the author

P
Active Member · Joined
229
Messages
0
Reactions
16
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom