PDA

View Full Version : Icon Legend


dtownfresh
02-03-2010, 05:09 AM
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
<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
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