vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Forum Home Enhancements - Forum Icons (https://vborg.vbsupport.ru/showthread.php?t=229529)

Spiritvn 02-04-2010 10:35 PM

Quote:

Originally Posted by dangerin (Post 1974774)
Thanks for this mod but i'm not able to change the icons..
i've done all the opeations but now i do nothave any icon in my forum.
there's somene that can give me a decsription more easy for me.
thanks to all

1. import the product
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

JonoE 02-05-2010 08:53 AM

Quote:

Originally Posted by Extra PC (Post 1969891)
nice

how to put the image under forum name like here

www.extra-pc.com/testforum

Please can someone answer this.

New Joe 02-05-2010 09:18 AM

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.

dangerin 02-05-2010 10:30 AM

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

cindy helmond 02-05-2010 10:58 AM

not working for me added the path to image (full url) but no icons showing on vb 4.01 any help?
thx

denman75 02-05-2010 11:14 AM

Quote:

Originally Posted by dangerin (Post 1975322)
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

try to use the full path ,perhaps its working ?

denman75 02-05-2010 11:16 AM

Quote:

Originally Posted by cindy helmond (Post 1975334)
not working for me added the path to image (full url) but no icons showing on vb 4.01 any help?
thx

u are sure u make the changes in forumhome_forumbit_level2_post
ps what template u have Cindy ?
i can try to upload it and give it a try on my board

cindy helmond 02-05-2010 11:22 AM

Quote:

Originally Posted by denman75 (Post 1975341)
u are sure u make the changes in forumhome_forumbit_level2_post
ps what template u have Cindy ?
i can try to upload it and give it a try on my board

this is the code without the template edit !!!

Code:

<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:raw forum.description}</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&amp;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&amp;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&amp;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&amp;f={vb:raw 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>


dangerin 02-05-2010 11:23 AM

yes i've also addes the full path with and without http:// but the icon do not appear ..

Spiritvn 02-05-2010 11:41 AM

Quote:

Originally Posted by dangerin (Post 1975322)
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

Should use the full path to test. Use IE if you see a red X, it's bad link, if you dont see anything, it's wrong code.

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>
Replace with:

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>
Edit the red pixel number to style it fix your design.

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>
It's easy to help if you give your link


All times are GMT. The time now is 08:28 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
  • Page Generation 0.01289 seconds
  • Memory Usage 1,773KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete