The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How do i disable forum collapse & sidebar collapse features.
How do i disable the option to collapse the forums & the individual side bar blocks?
http://www.mypokerhub.com/forum.php |
#2
|
|||
|
|||
Edit the FORUMHOME template. Near the bottom, find this block:
Code:
<a id="sidebar_button_link" href="#"> <vb:if condition="$show['sidebarposition'] == 'left'"> <img id="sidebar_button" src="{vb:stylevar imgdir_misc}/<vb:if condition="$close_sidebar">tab-expanded-left.png<vb:else />tab-collapsed-left.png</vb:if>" alt="" /> <vb:else /> <img id="sidebar_button" src="{vb:stylevar imgdir_misc}/<vb:if condition="$close_sidebar">tab-expanded.png<vb:else />tab-collapsed.png</vb:if>" alt="" /> </vb:if> </a> and either delete it or surround it with <vb:comment> ... </vb:comment>. This takes away the control, but I think if someone already has the sidebar collapsed it will still be hidden. I'm not sure if that can be fixed by editing a template - you may need a plugin for that. |
#3
|
|||
|
|||
Is this to disable the ability to collapse the forums & the sidebar blocks?
Or just to disable the sidebar button so the whole sidebar can't be collapsed? I took of the sidebar button by adding #sidebar_button {display:none;} to additional.css I need help disabling the option to collapse the forums & individual sidebar blocks |
#4
|
|||
|
|||
Oops,you're right, I misread your question (and I'm not not sure how since it's clear enough )
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|