The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
how can i hide this?
![]() The icon legend from home page and the bar from new thread thanks for answers. |
#2
|
||||
|
||||
![]()
Just edit the templates where those elements are located. You may then use conditionals to hide it from everyone and for example to make it visible to only you as the forum administrator.
|
#3
|
|||
|
|||
![]()
I can tell you about "icon legend" not sure about ur 2nd question since i never tried it nor looked for it.
You have to remove this code from "FORUMHOME" template. HTML 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> |
#4
|
||||
|
||||
![]() Quote:
Edit template additional.css and add: Code:
#wgo_legend { display:none !important; } ![]() As for the editor options, that can be removed by the end-user simply choosing another editor type in their settings or a more advanced method would be to edit quite a few templates and remove the codes for all of those etc. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|