The Arcive of vBulletin Modifications Site. |
|
Forum Icons Details »»
|
|||||||||||||||||||||||||||||||
Forum Icons is a product that adds an option in the edit/add new forum page to set a forum icon.
To make it work, you will need to make a template modification, I did try to do it with a plugin, but got frustrated trying but failing to make it work. ![]() I promise I will be looking into this so we don't have to edit any template, but in the meantime... How to Install: 1- Upload the product xml file. 2- Edit forumhome_forumbit_level2_post Find: Code:
<vb:if condition="$show['forumdescription']"><p class="forumdescription">{vb:raw forum.description}</p></vb:if>
Code:
<vb:if condition="$show['forumdescription']"><p class="forumdescription"><vb:if condition="$forum['iconlocation']"><img src="{vb:raw forum.iconlocation}" alt="{vb:raw forum.title}" style="float: left; margin-right: 4px;" /></vb:if>{vb:raw forum.description}</p>
<vb:elseif condition="$forum['iconlocation']" /><p class="forumdescription"><img src="{vb:raw forum.iconlocation}" alt="{vb:raw forum.title}" /></p></vb:if>
If you use it, please mark it as installed ![]() Download Now
Screenshots
Show Your Support
|
|||||||||||||||||||||||||||||||
| 2 благодарности(ей) от: | ||
| mohammadxxx | ||
| Comments |
|
#2
|
|||
|
|||
|
I just use HTML in the description. Good template mod though! If it ever releases as a product without a template mod I'll grab it up.
|
|
#3
|
|||
|
|||
|
Screw it, installed.
|
|
#4
|
|||
|
|||
|
i currently used the html code for 3.8.4.
does this mean we wont be able to use html codes in description on vb4.0? |
|
#5
|
||||
|
||||
|
|
|
#6
|
|||
|
|||
|
Thank you very much
|
|
#7
|
||||
|
||||
|
Thanks man
|
|
#8
|
||||
|
||||
|
Thank you
|
|
#9
|
|||
|
|||
|
thanks installed but how i can like that?
|
|
#10
|
||||
|
||||
|
Bug found;
If you use html markups for the forum title, this is added to the forum description : HTML Code:
" style="float: left; margin-right: 4px;" /> |
![]() |
|
|