PDA

View Full Version : Still waiting - Advanced Sidebar


clasione
04-09-2006, 08:39 AM
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.

Oblivion Knight
04-09-2006, 08:50 AM
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?

<if condition="THIS_SCRIPT == 'showthread' OR THIS_SCRIPT == 'index' OR THIS_SCRIPT == 'forumdisplay'">
(sidebar code here)
</if>

clasione
04-09-2006, 09:10 AM
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.