The Arcive of vBulletin Modifications Site. |
|
Forum Icons on ForumHome (without products) Details »»
|
|||||||||||||||||||||||||||||
|
Forum Icons on ForumHome (without products)
Developer Last Online: Dec 2022
Instructions.
Open template forumhome_forumbit_level2_post, Find: Code:
<div class="datacontainer">
<div class="titleline">
<h2 class="forumtitle"><a href="{vb:link forum, {vb:raw forum}}">{vb:raw forum.title}</a></h2>
<vb:if condition="$show['browsers']"><span class="viewing">({vb:raw forum.browsers} {vb:rawphrase viewing})</span></vb:if>
</div>
<vb:if condition="$show['forumdescription']"><p class="forumdescription">{vb:raw forum.description}</p></vb:if>
And replace with Code:
<div class="datacontainer"><img src="images/misc/iconforums/{vb:raw forum.forumid}.jpg" alt="{vb:raw forum.title}" style="float: left; margin-right: 4px;" />
<div>
<h2 style="font-weight:bold; font-size:13px;"><a href="{vb:link forum, {vb:raw forum}}">{vb:raw forum.title}</a></h2>
<vb:if condition="$show['browsers']"><span class="viewing">({vb:raw forum.browsers} {vb:rawphrase viewing})</span></vb:if>
<vb:if condition="$show['forumdescription']"><p>{vb:raw forum.description}</p></vb:if></div>
Indicate a forumid for the images name. Example: ID Forum = 1 --> Icon = "1.jpg" ID Forum = 2 --> Icon = "2.jpg" You must have an icon for each forum. Credits: http://www.cionfs.it/forum/ Screenshots
Show Your Support
|
|||||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
* First reserved *
|
|
#3
|
||||
|
||||
|
MOTM! LOL
This should be considered by the new vB staff! |
|
#4
|
|||
|
|||
|
Any chance to create same for category?
|
|
#5
|
||||
|
||||
|
Thanks, installed.
|
|
#6
|
||||
|
||||
|
|
|
#7
|
||||
|
||||
|
Thank you Cionf! Now i used vb3 version for this mod! but in future I will use this
![]() Thanx! |
|
#8
|
|||
|
|||
|
is there a way to use this in sub forums too ro just in subforums?
|
|
#9
|
||||
|
||||
|
No.
|
|
#10
|
|||
|
|||
|
this guy posted this pic of a forum that has some tricked out subforum i guess
https://vborg.vbsupport.ru/showpost....53&postcount=1 is this forums useing icons , or is it subforums useing icons :> im just wondering maybe you can tell |
![]() |
|
|