The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Still waiting - Advanced Sidebar
I have posted this a few times.... I am looking for a plugin that will add a sidebar to forumhome, showthread, and showforum.
The reason for this is that I cannot use the usuall hack for a side bar as I am using photopost classifieds, which already has a sidebar, and grabs my header and footer from vb. I need a sidebar that will only show on forumhome, showthread and show forum. Perferably a rightsidebar. |
#2
|
||||
|
||||
Couldn't you use the current sidebar script and wrap the template code in some kind of conditional to check the page that is being displayed?
HTML Code:
<if condition="THIS_SCRIPT == 'showthread' OR THIS_SCRIPT == 'index' OR THIS_SCRIPT == 'forumdisplay'"> (sidebar code here) </if> |
#3
|
|||
|
|||
I probably could do that..... Which sidebar do you suggest trying with that? I am running 3.5.3 and I would like a right side bar.... I assume that I should add this conditional to everywhere a side bar modification is made.
This is how I want my side bar: (Starts after the navigation) http://www.dnp.in/ okay - I got it --- For anyone else, what you need to do is add the start code in the bottom of your nav template instead of in your header template. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|