The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Icon Legend
How do i remove or hide the icon legend?
|
#2
|
||||
|
||||
edit the forum home template
|
#3
|
|||
|
|||
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. |
#4
|
|||
|
|||
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> |
#5
|
||||
|
||||
Thanks!
|
#6
|
|||
|
|||
Thanks!!
|
#7
|
|||
|
|||
This didn't work at all on my forum vB 4.08
|
#8
|
|||
|
|||
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
|
#9
|
||||
|
||||
Worked fine for me using 4.1.0... Thanks
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|