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 |
#12
|
|||
|
|||
Quote:
If you use my code, you can see pictures and forumtitles. You must add HTML Code:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><img border="0" src="images/misc/iconforums/$forum[forumid].png" alt="$forum[title]" hspace="4px" align="left"/></a> You can post in this thread your templates, if you want. |
#13
|
|||
|
|||
Here : forumhome_forumbit_level2_post
HTML Code:
<tr align="center"> <td class="alt2"><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td> <td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]"> <div> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><img border="0" src="images/misc/iconforums/$forum[forumid].gif" alt="$forum[title]" hspace="4px" align="left"/></a> <if condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if> </div> <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if> <if condition="$show['forumsubscription']"><div class="smallfont"><strong><a href="subscription.php?$session[sessionurl]do=removesubscription&f=$forum[forumid]" rel="nofollow">$vbphrase[unsubscribe_from_this_forum]</a></strong></div></if> <if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if> </td> <td class="alt2">$forum[lastpostinfo]</td> <td class="alt1">$forum[threadcount]</td> <td class="alt2">$forum[replycount]</td> <if condition="$vboptions['showmoderatorcolumn']"> <td class="alt1"><div class="smallfont">$forum[moderators] </div></td> </if> </tr> $childforumbits |
#14
|
|||
|
|||
still crap. looks like something is fu*ked up here(my forums).
See attached image. Okay I try a few more ... bleh thx anyway |
#15
|
|||
|
|||
Quote:
You must create into your "images" folder "iconforums".. In "iconforums", upload your images like this : 2.png, 4.png, etcc... 2 and 4 are forum ID. If something is wrong, only forumtitle show up. |
#16
|
|||
|
|||
lool i got it solved yet.
alt="$forum[title]" this little part got on my nerves. Just deleted it and now it is aaalll fineee thanks mate |
#17
|
|||
|
|||
Quote:
Simply delete "alt="$forum[title]" in my code. Sorry |
#18
|
|||
|
|||
Do you have a way to develop a new image, the place of icons and the old as it is in the picture tanks all |
#19
|
|||
|
|||
Quote:
In the template forumhome_forumbit_level2_post and forumhome_forumbit_level1_post Find: HTML Code:
<td class="alt2"><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td> HTML Code:
<td class="alt2"><a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><img border="0" src="images/misc/$forum[forumid].gif" hspace="4px" align="left"/></a></td> |
#20
|
|||
|
|||
First, Thanks for the quick reply
Yes it,s 100%,Work but are there pictures of icons? Thank you |
#21
|
|||
|
|||
wow perfect, i installed...thanks.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|