vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Icon Legend (https://vborg.vbsupport.ru/showthread.php?t=234869)

dtownfresh 02-03-2010 05:09 AM

Icon Legend
 
How do i remove or hide the icon legend?

BBR-APBT 02-03-2010 05:57 AM

edit the forum home template

lemonadesoda 02-03-2010 09:37 AM

I have the same issue. I would like to remove the icon legend and the posting rules. It is just visual fluff not useful to 90% of members 99% of the time. It's using up space and creating server overhead. I'd like to turn it off.

If the option isnt in AdminCP and we must manually edit the forum home template, what happens with a 4.0.x upgrade? Do the modifications get overwritten? I guess it all depends on whether 4.0.x has a change to the relevant template. It becomes quite burdensome to edit and then manage the upgrade process manually, esp. for non programmers.

IMO this should be an adminCP setting. In fact, these things should be add-ins. The BASELINE should be a KISS template.

Switch3130 02-04-2010 08:12 AM

Code:

<div id="wgo_legend" class="wgo_subblock">
                                <h3><img src="{vb:stylevar imgdir_misc}/legend.png" alt="{vb:rawphrase icon_legend}" />{vb:rawphrase icon_legend}</h3>
                                <div>
                                        <dl id="icon_legends" class="icon_legends">
                                                <dt><img src="{vb:stylevar imgdir_statusicon}/forum_new-16.png" alt="{vb:rawphrase new_posts_forum}" /></dt><dd>{vb:rawphrase new_posts_forum}</dd>
                                                <dt><img src="{vb:stylevar imgdir_statusicon}/forum_old-16.png" alt="{vb:rawphrase no_new_posts_forum}" /></dt><dd>{vb:rawphrase no_new_posts_forum}</dd>
                                                <dt><img src="{vb:stylevar imgdir_statusicon}/category-16.png" alt="{vb:rawphrase category_forum}" /></dt><dd>{vb:rawphrase category_forum}</dd>
                                                <dt><img src="{vb:stylevar imgdir_statusicon}/forum_link-16.png" alt="{vb:rawphrase link_forum}" /></dt><dd>{vb:rawphrase link_forum}</dd>
                                        <vb:if condition="$vboptions['pt_hasprojectforums']">
                                                <dt><img src="{vb:stylevar imgdir_statusicon}/project_new-16.png" alt="{vb:rawphrase project_forum}" /></dt><dd>{vb:rawphrase project_forum}</dd>
                                        </vb:if>
                                        </dl>
                                </div>
                        </div>

Remove this code from your FORUMHOME template.

Goonie 10-10-2010 12:24 PM

Thanks!

OurCouponHome 10-22-2010 09:49 PM

Thanks!!

maryx 12-26-2010 08:09 PM

This didn't work at all on my forum vB 4.08

your24hourstore 12-27-2010 02:25 PM

Quote:

Originally Posted by maryx (Post 2139338)
This didn't work at all on my forum vB 4.08

did you edit Remove this code from your FORUMHOME template, and find that code and removed it?....Odd try refreshing and or deleting cookies it has to be gone

Kuya 01-02-2011 11:47 PM

Worked fine for me using 4.1.0... Thanks


All times are GMT. The time now is 10:05 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.00967 seconds
  • Memory Usage 1,730KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete