The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Forum Icons on forumhome Details »» | |||||||||||||||||||||||||||
This mod allows you to have specific forum icons on the forumhome per forum. (New) You want your statusicons per forum? Read this : https://vborg.vbsupport.ru/showpost....6&postcount=45 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> 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> 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" You must have an icon for each forum. Screenshots
Show Your Support
|
Comments |
#102
|
|||
|
|||
where's the file ?!?!
|
#103
|
||||
|
||||
Super mod! Installed with ease ,tho, i'm still struggling with the alignment !
Tried the setup from Rideharder and had no good results! I'm running 3.8.6 , if anyone found out a way to do it, it would really cool to know how |
#104
|
||||
|
||||
Ok, not sure if it will work for every one but i pasted the code in the subforum and got little icons showing too
Here's what i did: Find this in the "forumhome_subforumbit_post" (you will need to edit every style template that you have) PHP Code:
PHP Code:
|
#105
|
||||
|
||||
Just in case anyone would like this for V4.xxx
Reminder: don't forget to change the extension to your images (.jpg .gif .png) also, adjust the size with in the codes for better fit on your board Have fun! ~~~~~~~~~~~~~~VB 4.1.1~~~~~~~~~~~~~~ Find in "forumhome_forumbit_level2_post": HTML 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> HTML Code:
<div class="datacontainer"> <img src="images/misc/iconforums/{vb:raw forum.forumid}.png" 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> In "forumhome_subforumbit_post" replace with this: HTML Code:
<li class="subforum"> <img class="inlineimg" src="{vb:stylevar imgdir_statusicon}/{vb:raw forum.imageprefix}subforum_{vb:raw forum.statusicon}-48.png" alt="" border="0" id="forum_statusicon_{vb:raw forum.forumid}" /> <vb:if condition="$depth > 1"></vb:if> <a href="{vb:link forum, {vb:raw forum}}">{vb:raw forum.title} <img src="images/misc/iconforums/{vb:raw forum.forumid}.png" alt="{vb:raw forum.title}" style="float: left; margin-right: 4px; width: 25px; height: 25px;"/></a> </li> |
#106
|
|||
|
|||
There's a way to put the images on the right (next forum title) and not on the left?
|
#107
|
||||
|
||||
You mean after the text?
|
#108
|
|||
|
|||
Yes after the text but on the extreme right, before the "Last post" column..... Like now the icons are together the vbulletin forum icon , and i don't like..... IMHO
Thanks |
#109
|
||||
|
||||
Quote:
how annoying having an "x" on every forum where you dont need to use an image only with IE. cheers mate. |
#110
|
|||
|
|||
How do i add icons in child forums?
|
#111
|
|||
|
|||
This works on vB 3.8 and it is much easier to use, no templates to edit;
https://vborg.vbsupport.ru/showthread.php?t=179596 |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|