The Arcive of vBulletin Modifications Site. |
|
Icon Legend - Remove Details »»
|
|||||||||||||||||||||||||
This modification will REMOVE the Icon Legend found on your Forum Home page.
Pros: Will save on bandwidth (a little) Will make your page load quicker Will give your forum a cleaner look Cons: No Legend for the absolute noob (newbie) You should always backup before making edits. Even if it worked fine on your test site. In FORUMHOME in your theme (style / template) Look for: PHP Code:
SAVE It Your Done 12-08-2011 = DISCONTINUED No further update will be provided. Anyone who wishes is welcome to continue this on their own. Recommended replacement: https://vborg.vbsupport.ru/showthread.php?t=254239 Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Actually, it would be wiser to enclose this in the vb:comment tags instead of removing it completely.
|
|
#3
|
|||
|
|||
|
Quote:
Personally I think loading less page code is better for optimizing your community. |
|
#4
|
||||
|
||||
|
It's easier to remove the comment tags instead of adding back the code in case they ever want to reverse it.
|
|
#5
|
||||
|
||||
|
Why not just hide it with css and leave the template alone
|
|
#6
|
||||
|
||||
|
I've never tried it like that. How would you go about doing it?
|
|
#7
|
||||
|
||||
|
|
|
#8
|
|||
|
|||
|
As I have no idea what your talking about or how to go about that... I'll take your word for it.
But I still think removing un-needed code (in my opinion) is better, rather then adding more. You're more then welcome to release your own modification & steps though. |
|
#9
|
||||
|
||||
|
Add this to your additional.css template
Code:
#wgo_legend.wgo_subblock.section{
display:none;
}
|
|
#10
|
||||
|
||||
|
The reason I do it this way is when I update VB to the next version, it does not find a template that needs updating. I prefer not hacking templates unless extremely necessary.
|
![]() |
|
|