The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Cel Forum Sidebar: enable sidebar for IE 6, disable collapsing Details »» | |||||||||||||||||||||||||||||
Cel Forum Sidebar: enable sidebar for IE 6, disable collapsing
Developer Last Online: Apr 2022
You may not even have noticed, but the forum sidebar does not work for IE6 at all in vB4.0.x. This, obviously, is bad for ad revenue, or if you offer important or convenient information there. Second, if you show ads on a per view basis, you may get problems if you allow collapsing: The ad is actually fully loaded, but then hidden from the view of the user.
What does this mod do?
Code:
Template edits: Template FORUMHOME, search for -------------------------------------------------------------------------------- <vb:if condition="$show['sidebar']"> <script type="text/javascript" src="{vb:stylevar yuipath}/animation/animation-min.js?v={vb:raw vboptions.simpleversion}"></script> -------------------------------------------------------------------------------- replace with -------------------------------------------------------------------------------- <vb:if condition="$show['sidebar'] AND $show['cel_sidebar']"> <script type="text/javascript" src="{vb:stylevar yuipath}/animation/animation-min.js?v={vb:raw vboptions.simpleversion}"></script> -------------------------------------------------------------------------------- Template FORUMHOME, search for -------------------------------------------------------------------------------- <a id="sidebar_button_link" href="#"> <vb:if condition="$show['sidebarposition'] == 'left'"> <img id="sidebar_button" src="{vb:stylevar imgdir_misc}/tab-collapsed-left.png" alt="" /> <vb:else /> <img id="sidebar_button" src="{vb:stylevar imgdir_misc}/tab-collapsed.png" alt="" /> </vb:if> </a> -------------------------------------------------------------------------------- replace with -------------------------------------------------------------------------------- <vb:if condition="$show['cel_sidebar']"> <a id="sidebar_button_link" href="#"> <vb:if condition="$show['sidebarposition'] == 'left'"> <img id="sidebar_button" src="{vb:stylevar imgdir_misc}/tab-collapsed-left.png" alt="" /> <vb:else /> <img id="sidebar_button" src="{vb:stylevar imgdir_misc}/tab-collapsed.png" alt="" /> </vb:if> </a> </vb:if> -------------------------------------------------------------------------------- Configuration The two settings for this mod can be found at: AdminCP->Settings->Options->Forum Sidebar and Block Options Enable for IE6: yes/no Allow collapsing: yes/no Please note: I do not support any styling or functionality issues the sidebar may have or cause in IE6. Download Now
Show Your Support
|
Comments |
#2
|
||||
|
||||
Reserved.
|
#3
|
|||
|
|||
Good job
|
#4
|
|||
|
|||
I should have known you'd be the first here to bow down in praise. LOL. Just kidding. Nice work and much appreciated.
|
#5
|
||||
|
||||
|
#6
|
|||
|
|||
All we need now is the ability to display the sidebar across all forum pages instead of just forumhome...
|
#7
|
|||
|
|||
Very nice, thank you!
One thing I noticed is that there's no config for cndgarage otherwise very useful. Installed - Rated - Nominated |
#8
|
|||
|
|||
In regards to disabling collapsing, I find it only works on the forum homepage. When you have the "Everywhere Sidebar" mod installed, this one doesn't cover the collapse button on those pages.. Does anyone have an idea on how to get that working?
|
#9
|
||||
|
||||
But enabling for IE6 works? I should be quite surprised, since my mod only is executed on forumhome. Sorry, I have not looked at that other mod, so I don't know how it works and whether it could be made to collaborate with mine.
|
#10
|
||||
|
||||
Simple and effective, thanks
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|