View Full Version : Disable Sidebar Tab
alfuzzy
11-12-2019, 09:26 AM
With the Forum Blocks Manager in the Admincp you can set up Sidebar blocks on the forum home page.
On the Sidebar there is a tab that allows the user to open/close the sidebar. I would prefer that the sidebar stay visible (not closable). Does anyone know how to disable this sidebar tab so the sidebar remains open?
Thank you.
Seven Skins
11-12-2019, 04:15 PM
This should take care of it.
#sidebar_button_link { display: none; }
Please note if someone has the sidebar closed they will have no way to open it.
alfuzzy
11-13-2019, 01:27 AM
This should take care of it.
#sidebar_button_link { display: none; }
Please note if someone has the sidebar closed they will have no way to open it.
Ooh darn...I was hoping it would default to open. Anyway to do this first...before disabling the sidebar tab/button?
Thanks very much Seven Skins!:)
p.s. Do you know which template the sidebar button code should go into? Thanks
Seven Skins
11-13-2019, 03:02 PM
Code should go into additional.css template
You can log everyone out by changing cookie prefix in config.php and when they log in again they will have the bar open and tab missing. (I think) … add the code before changing cookie prefix.
alfuzzy
11-14-2019, 01:45 AM
Thank you sir...will give this a try ASAP.:)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.