|
|
Joined: Jun 2001
Posts: 58
Power User
|
Power User
Joined: Jun 2001
Posts: 58 |
Hi, I tried finding the thread in the modifactions forum for JustDave's Sidebar mod. We are using the sidebar for advertising and would like to take away the option for having the sidebar turned off. Thanks 
|
|
|
|
Joined: Nov 2001
Posts: 10,369
I type Like navaho
|
I type Like navaho
Joined: Nov 2001
Posts: 10,369 |
Not sure *exactly* which variation of this that you have.
But in editdisplay.tmpl
You should have this:
<select name="showsidebar" class="formboxes"> <option value="0" {$sidebarselect[0]}>Off</option> <option value="1" {$sidebarselect[1]}>Left</option> <option value="2" {$sidebarselect[2]}>Right</option> </select> <br /><br />
Simply remove the "off" option like this:
<select name="showsidebar" class="formboxes"> <option value="1" {$sidebarselect[1]}>Left</option> <option value="2" {$sidebarselect[2]}>Right</option> </select> <br /><br />
|
|
|
|
Joined: Jun 2001
Posts: 58
Power User
|
Power User
Joined: Jun 2001
Posts: 58 |
|
|
|
|
Joined: Apr 2002
Posts: 1,768
Addict
|
Addict
Joined: Apr 2002
Posts: 1,768 |
Put sidebar on left for users who have sidebar off: UPDATE w3t_Users SET U_SideBar=1 WHERE U_SideBar=0
|
|
|
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
|
|
Posts: 87
Joined: December 2001
|
|
Forums63
Topics37,575
Posts293,931
Members13,824
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|
|