The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Custom Forum Status Icons Details »» | |||||||||||||||||||||||||
[high]Installation Instructions[/high]
Step 1: Upload the .xml file to the Product Manager Step 2: Read the install.txt file for template edit instructions Step 3: Click [high]INSTALL[/high] Requested by: nonamer69 [high]What does this Plugin do?[/high] Basically, this will allow you to have Custom Forum Status Icons for each forum - To have one image constantly displayed simply edit the options for each image replacement to the same image :devious: [high]Are there any screenshots?[/high] See post below [high]Version History:[/high] 1.0.0: First release [high]Forums arranged in columns on forumhome (by Xenon):[/high] See here for the function and template change you need to make (Thanks to Danny.vBT for this) [high]Please Note:[/high] This modification is only required if you wish to use Custom Status Icons in conjunction with Xenon's hack... Chris Show Your Support
|
Comments |
#112
|
||||
|
||||
I have the same issue as above
|
#113
|
|||
|
|||
I'm with the above posters. I have 3.6.9 installed.
Thanks! |
#114
|
|||
|
|||
Hallo,
i installed your mod and it works fine. Today i found an error, if i go in a category of my forum i see an error message like this: id="forum_statusicon_9" /> you can see here: http://www.ilbraccoitaliano.net/foru...isplay.php?f=3 but if i display the main forum list no error : http://www.ilbraccoitaliano.net/forum/index.php Can someone help me? thanx |
#115
|
|||
|
|||
Nobody can help me?
|
#116
|
|||
|
|||
vb 3.7.0
using mod "columns on forumhome by xenon" and of course your mod custom forum status icons" My icons ain't changing. I installed the xml. I created a customicons directory and placed it at forum root. I edited the following: forumhome_forumbit_columncell Code:
<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]" width="$column_width"> <div> <img src="<if condition="$show['customstatusicon']">$forum[customicon]<else />$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif</if>" alt="" border="0" /> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a> </div> <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if> </td> Code:
<tbody> <tr align="center"> <td class="alt1Active" colspan="2" align="$stylevar[left]" id="f$forum[forumid]"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td><img src="<if condition="$show['customstatusicon']">$forum[customicon]<else />$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif</if>" alt="" border="0" /></td> <td><img src="$vboptions[cleargifurl]" alt="" width="9" height="1" border="0" /></td> <td> <div> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></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> </tr> </table> </td> <td class="alt2" nowrap="nowrap">$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> </tbody> <if condition="$childforumbits"> <tbody> $childforumbits </tbody> </if> Code:
<tr align="center"> <td><img src="<if condition="$show['customstatusicon']">$forum[customicon]<else />$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif</if>" alt="" border="0" /></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> <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" nowrap="nowrap">$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 |
#117
|
||||
|
||||
Quote:
'Search this mod' is a useful function; try searching for 'xenon'. https://vborg.vbsupport.ru/showpost....5&postcount=96 |
#118
|
|||
|
|||
Quote:
How do you get the information to show up next to the icon? Mine just shows the link to the forum, ie. music forum. I'd like to have the latest thread info like this. |
#119
|
||||
|
||||
Quote:
FIND <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if> ADD AFTER $forum[lastpostinfo] This will just show it the way it normally shows up on the regular index. To play around with the positioning of the text, find the last poster information in the template forumhome_lastpostby |
#120
|
|||
|
|||
It works, but it creates the status icon next to the last post info. Basically you have your "forum" icon, then below it, the thread icon with the post info.
|
#121
|
||||
|
||||
Quote:
<div>$forum[lastpostinfo]</div> And then work with aligning the divs together. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|