PDA

View Full Version : Left Blocks/Side bar help


GiJoe
09-20-2004, 10:51 PM
Ok.. This might seem kind of strange. Here it goes anyway.

I want to make a new "FrontEntry Page" For this forum http://wolfgaming.net/wgn/vB/forumdisplay.php?f=25

I don't want the left side bar (gonna make new one) as well as a new style/page for this one.

My question is can I remove the side bar from this forum alone and give it a new one? If so how? Been racking my pea brain all day... ;)

p.s. I used the Left Side Bar hack for all of the forums/sub-forums.

Brian
09-22-2004, 12:05 PM
Just add the modules in that left side and only make them active on the page that you're using on your forum pages.

Our Sponsors
 

GiJoe
09-22-2004, 05:23 PM
:eek: <--- Look of confusion.... :(

Basically I've hardcoded the forumdisplay.php to have the left blocks. I want to create a new site with different side blocks and want those sideblocks on displayed in that forum. Along with it's own style's.

I'll pay for help... :D

Brian
09-23-2004, 12:15 AM
Sorry, I think I may have misunderstood what you were asking... So you're just basically trying to create a different sidebar for that forum, right? If so, a simple if statement should do the trick...

if ($forumid == 25)
{

Code for the blocks in that forum

}
else
{

Code for the rest of your forums

}