![]() |
Quote:
2. do as my b4 post 3. place your icon link on the forum manager I dont think it's so hard for the ppl |
Quote:
|
As this Mod isn't supported it's up to the posters to help out.
So you might wait a long time for things like that. The mod works and some extras have been mentioned about moving the picture to different places, so I'd just go with what is here for now. |
Thanks but i've done all and the image do not appear.
where you indicate iconlocation i've put my address for example /images/statusicon/forum/xxxxx.jpg or gif or png but i do not see. Also if i put the address indicated how can i change an icon for every forum? i thought and i've read that it was possible. it's correct? thanks |
not working for me added the path to image (full url) but no icons showing on vb 4.01 any help?
thx |
Quote:
|
Quote:
ps what template u have Cindy ? i can try to upload it and give it a try on my board |
Quote:
Code:
<li id="forum{vb:raw forum.forumid}" class="forumbit_post L2"> |
yes i've also addes the full path with and without http:// but the icon do not appear ..
|
Quote:
So revert the template and do like my post #119: https://vborg.vbsupport.ru/showpost....&postcount=119 For who want place it nearby the forum description: Find: Code:
<vb:if condition="$show['forumdescription']"><p class="forumdescription">{vb:raw forum.description}</p></vb:if> Code:
<vb:if condition="$show['forumdescription']"><vb:if condition="$forum['iconlocation']"><img src="{vb:raw forum.iconlocation}" alt="{vb:raw forum.title}" style="float:left; padding-left: 2px; padding-right: 2px;" id="forum_statusicon_{vb:raw forum.forumid}"/><p class="forumdescription">{vb:raw forum.description}</p><vb:else /><p class="forumdescription">{vb:raw forum.description}</p></vb:if></vb:if> Below code is for who wanna make it below the forum description: Code:
<vb:if condition="$show['forumdescription']"><p class="forumdescription">{vb:raw forum.description}</p><vb:if condition="$forum['iconlocation']"><img src="{vb:raw forum.iconlocation}" alt="{vb:raw forum.title}" style="float:left; padding-left: 2px; padding-right: 2px;clear: both;" id="forum_statusicon_{vb:raw forum.forumid}"/></vb:if></vb:if> |
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 |
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 |
Quote:
red X ?? |
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. |
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 |
Quote:
|
Quote:
|
Quote:
I'm interested becaus i'm trying from two days to change icons but i do not see nothing . .. |
Quote:
|
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. |
I need some help here, i installed the mod and it didnt work i also searched for the specific code and it wasnt found in the style im using which is just a normal style with a different colour.
I posted a few posts back about my issue and nobody helped me out but sub forums support would be a good thing as thats what i need |
i made an interesting change to the template modification, different from that this coder use in this mod:
https://vborg.vbsupport.ru/showthread.php?t=235240 opacity and different forum icons for each forum.. however, you did a great job for the product, Elmer :) |
how do i remove where it says LAST POST by where the name of the section is?
|
Quote:
hey anyway to remove where it says LAST POST??? |
Quote:
I've enclosed a screenshot so you can see what/where I am referring to. http://movslow.com/stuff/forumicons.jpg My 2 questions are: 1.) The RED underlines are the sub-forum icons, is it possible to place something there? 2.) The RED X, is the category description, is it possible to place something there as well? Thanks again for your help. :up: |
Did ya bother to read the post above yours from yesterday? ;) He said how to put an icon in the category description bud...
|
Quote:
Good work. |
Quote:
Great Mod.. *INSTALLED* |
Thank you Elmer, for this lovely mod. :)
Quote:
This worked perfectly on my side. To make the space even on both sides of the forum icon, I changed margin-right: to 15 px instead of 5. |
Someone said that vBulletin already has this integrated by default, is this true? Because then I don't need this mod.
|
is not the same thing.. you can chamnge the icon on the root indicated reading it with firebug on your site but this mod has a different result and you change every icon in every forum.
Regret that for me do not work from a lot of day also if i executed all instructions but must be a problem of my Vb that i do not know |
Sorry for the question, but, where is the Plugin Option? ACP-??
Thanks. |
Quote:
|
I mean the Option to configure the plugin.
|
I saw this plugin and said to myself it's great. Just before I did an install I read the whole thread and someone said to write html in the description (AdminCP -> Forum Manager -> Edit Forum -> Description).
so if you just put that at the beginning of your text: Code:
<img src="path/to/icons/your_icon.png" align="left" border="0" />My forum description. |
but with this code in template forum you can use AN icon for A forum and with this mod ( if work ) is possible to have a different icon for a different forum.
|
help ....
where can i fine // forumhome_forumbit_level2_post for edit , plz tell me i am new |
you found it in the templates manager seraching those word and you find the template indicated.
i hope that at you works ok the mod .. at me do not work sigh sigh |
thanks, can u tell me plz from where i can upload XML file,
|
yep, i change code and upload xml file, but no result
|
All times are GMT. The time now is 05:55 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|