The Arcive of vBulletin Modifications Site. |
|
Remove "Icon Legend" Box on FORUMHOME Details »»
|
|||||||||||||||||||||||||||
|
Remove "Icon Legend" Box on FORUMHOME
Developer Last Online: Jul 2011
DEMO
Go to AdminCP>Styles & Templates>Style Manager>{Select Style}>Edit Template>FORUMHOME Find: 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>
I hope that helps! Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
|
|
#3
|
||||
|
||||
|
Adding this to the additional.css template will do the same thing without any template edits:
Code:
/* Remove Icon Legend from FORUMHOME */
#wgo_legend.wgo_subblock.section {
display: none;
}
|
| Благодарность от: | ||
| Popa Andrei | ||
|
#4
|
|||
|
|||
|
Quote:
Removing the code means you'll need to re-do it every time you update. But it means less code to process. Adding your code, does remove things and you do not need to re-apply it when you update. But it is more code to process. To each their own. |
|
#5
|
||||
|
||||
|
You are kidding, right? The code processed is so minuscule there is no way to measure it. But, I did get a good chuckle out of that argument.
|
|
#6
|
||||
|
||||
|
Quote:
thanks boofo, this is alot easier...
|
|
#7
|
|||
|
|||
|
Quote:
|
|
#8
|
|||
|
|||
|
Quote:
And I would ask that you respect my opinions, as much as others have given you the same respect. |
|
#9
|
|||
|
|||
|
No worries. I think I'm guilty of double posting a modification once too. Yours maybe titled a little better and thus, helpful for those who search and find it.
|
|
#10
|
||||
|
||||
|
First, there was no disrespect anywhere. Second, an opinion based on very unsound logic is not an opinion shared by many.
|
![]() |
|
|