Jump to content

Prevent closing sidebar with admin option


Lava Guy

Recommended Posts

because of the issue I had in this thread. I'd like to suggest that IPS make this an option controllable from the Admin panel.

I would like to have more control over the sidebar. I want to prevent people from closing it. Since there are varying opinions on this - I'm sure. It should be an option in the admin panel.

PS: I'm still having issues disabling the closing of the sidebar. the proposed solution causes browser errors. if anyone can help, it's appreciated.

Link to comment
Share on other sites

An easier way would be to open ipb_styles.css

Find:


And save the stylesheet :)

.sidebar_toggle {


replace with:

.sidebar_toggle {

     display: none;
Link to comment
Share on other sites

[quote name='Gärrett' date='18 August 2009 - 04:10 PM' timestamp='1250637023' post='1845960']
An easier way would be to open ipb_styles.css

Find:


And save the stylesheet :)

doh! Thanks!

.sidebar_toggle {


replace with:

.sidebar_toggle {

     display: none;
Link to comment
Share on other sites

  • 2 months later...

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...