The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
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 |
#132
|
||||
|
||||
I've pasted exactly the code and in forumhome_forumbit_level2_post i have this code :
P.s. my stile is simple black <li id="forum{vb:raw forum.forumid}" class="forumbit_post L2"> <div class="forumrow table"> <div class="foruminfo td"> <img src="{vb:stylevar imgdir_statusicon}/{vb:raw forum.imageprefix}forum_{vb:raw forum.statusicon}-48.png" class="forumicon" id="forum_statusicon_{vb:raw forum.forumid}" alt="" /> <div class="forumdata"> <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: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> <vb:if condition="$vboptions['showmoderatorcolumn'] AND $forum['moderators']"> <div class="moderators"> <h4>{vb:rawphrase moderators}:</h4> <ol class="commalist"> {vb:raw forum.moderators} </ol> </div> </vb:if> <vb:if condition="$show['subforums']"> <div class="subforums"> <h4 class="subforumlistlabel">{vb:rawphrase subforums}:</h4> <ol class="subforumlist commalist"> {vb:raw forum.subforums} </ol> </div> </vb:if> <vb:if condition="$show['forumsubscription']"> <p class="unsubscribe"> <a href="subscription.php?{vb:raw session.sessionurl}do=removesubscription&f={vb :raw forum.forumid}" rel="nofollow">{vb:rawphrase unsubscribe_from_this_forum}</a> </p> </vb:if> </div> </div> </div> <vb:if condition="$forum['statusicon'] != 'link'"> <h4 class="nocss_label">{vb:rawphrase forum_actions}:</h4> <ul class="forumactionlinks td"> <vb:if condition="$vboptions['externalrss']"><li class="forumactionlink rsslink"><a href="external.php?{vb:raw session.sessionurl}type=RSS2&forumids={vb:raw forum.forumid}" title="{vb:rawphrase view_forum_rss_feed}">{vb:rawphrase view_forum_rss_feed}</a></li></vb:if> <vb:if condition="$show['member']"><vb:if condition="$show['forumsubscription']"><li class="forumactionlink unsubslink"> <a href="subscription.php?{vb:raw session.sessionurl}do=removesubscription&f={vb :raw forum.forumid}" title="{vb:rawphrase unsubscribe_from_this_forum}">{vb:rawphrase unsubscribe_from_this_forum}</a></li><vb:else /><li class="forumactionlink subslink"> <a href="subscription.php?{vb:raw session.sessionurl}do=addsubscription&f={vb:ra w forum.forumid}" title="{vb:rawphrase subscribe_to_this_forum}">{vb:rawphrase subscribe_to_this_forum}</a></li></vb:if></vb:if> </ul> <h4 class="nocss_label">{vb:rawphrase forum_statistics}:</h4> <ul class="forumstats td"> <li>{vb:rawphrase threads}: {vb:raw forum.threadcount}</li> <li>{vb:rawphrase posts}: {vb:raw forum.replycount}</li> </ul> <div class="forumlastpost td"> <h4 class="lastpostlabel">{vb:rawphrase last_post}:</h4> <div> {vb:raw forum.lastpostinfo} </div> </div> </vb:if> </div> <vb:if condition="$childforumbits"> <ul class="childsubforum"> {vb:raw childforumbits} </ul> </vb:if> </li> After i ho in acp forum manager and in the line for the address i put the full path or also the direct but i do not see nothing in my forums |
#133
|
|||
|
|||
Quote:
but do u use any other third party image blockers or limited guests mods , last thing what u can do is disable all of your mods/plugs except the forum icon mods and see what it does |
#134
|
|||
|
|||
Quote:
red X ?? |
#135
|
||||
|
||||
Quote:
Just revert the template to default, then re-do it, you can test yourself. Remember, it's for POSTED FORUM. If your forum without post, it does not use that template, so, post some testing post first. Again, If s1 need help, give the forum i will check if what u r doing wrong. --------- The X within IE display means WRONG LINK IMAGE. Firefox does not display the wrong link so you hard to know if you got the wrong. |
#136
|
||||
|
||||
I only have a product for the resize of images that i've also disabled but is ever the same result.
i do not understand what's happening.. but now i can not deactive all the products |
#137
|
|||
|
|||
Quote:
|
#138
|
||||
|
||||
Did you read and do as i said?
|
#139
|
||||
|
||||
Quote:
I'm interested becaus i'm trying from two days to change icons but i do not see nothing . .. |
#140
|
||||
|
||||
Yeas read and done bu without result
|
#141
|
||||
|
||||
Quote:
I've also done all that is written in this post but without result. if i change the principal incon that appear in imges/statusicon it appear but i can not manage evry forum how i could with this great mod but unsupported. Is possible for the futur to indicate in a mod that is unsupporte so i do not download and install more? thanks to all and i hope to have solution about this problem. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|