| |  | | vBulletin Setup > vBulletinSetup Information > vBulletin Questions | vBulletin Questions Discuss Sidebar off/on mod? in the vBulletinSetup Information forums; That will allow me to use a sidebar on the right side of my forum, BUT also allow me to totally collapse that bar using a 'button'. The forum would ... | |
Please Register to get full access to the forums.
 | | | |  | Join Date: Oct 2007 | | Hi guys, I'm looking for a mod That will allow me to use a sidebar on the right side of my forum, BUT also allow me to totally collapse that bar using a 'button'. The forum would then stretch to its original size, with only the button to make the sidebar reappear showing. Is this possible? | |  | Join Date: Oct 2007 | | Re: Hi guys, I'm looking for a mod Nothing? |  | Join Date: Feb 2008 | Location: Fife,Scotland | | Re: Hi guys, I'm looking for a mod Try vbulleting.org mate and type sidebar in the search box sure there's a few sidebar mods. vBulletin Owner vBSetup Owner Re: Hi guys, I'm looking for a mod Getting the sidebar is easy, getting it to shrink and disappear is another.. If you good at AJAX, I think it could be done in no time.
cheers
-Brandon | |   | Join Date: Aug 2007 | Location: Tasmania, Australia | | Re: Hi guys, I'm looking for a mod Quote: |
If you good at AJAX, I think it could be done in no time.
| Not even ajax, here's a small bit of JS to toggle a div on and off: Code: function toggleDiv(divid){
if(document.getElementById(divid).style.display == 'none'){
document.getElementById(divid).style.display = 'block';
}else{
document.getElementById(divid).style.display = 'none';
}
} | |  | Join Date: Oct 2007 | | Re: Hi guys, I'm looking for a mod Yea, I knew that code, I just don't know what template to edit, if any template at all. Maybe it's staring me right in the face, but I don't see it.
Thanks for the help so far guys! vBulletin Owner vBSetup Owner Re: Hi guys, I'm looking for a mod Quote:
Originally Posted by bdude Not even ajax, here's a small bit of JS to toggle a div on and off: Code: function toggleDiv(divid){
if(document.getElementById(divid).style.display == 'none'){
document.getElementById(divid).style.display = 'block';
}else{
document.getElementById(divid).style.display = 'none';
}
} | ah, thanks | |  | Join Date: Oct 2007 | | Re: Hi guys, I'm looking for a mod God this is annoying. I'm trying to get this to work with Ultimate Side Columns, and I am beating my head against a wall. Any insight? I really am at a loss for what template to edit, and so forth. | |  | Join Date: Jan 2008 | Location: Australia | | Sidebar off/on mod?  everyone, Im looking for a sidebar mod that will enable a sidebar to be turned off and on.
Some members dont like sidebars, others do, so I would like the sidebar to be able to be turned off like this one: Webmaster Forum
There is nothing on VB.org
Does anyone know how that can be done?
Many thanks vBulletin Owner vBSetup Owner Re: Sidebar off/on mod? isn't there another thread exactly like this? | Thread Tools | | | | Display Modes | Linear Mode |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -6. The time now is 07:16 PM. |