Quote:
Originally Posted by Detomah
The quick and dirty method which I revmove the nav bar from certain pages, is to remove the following line from the script you don't want it showing in:
Code:
eval('$navbar = "' . fetch_template('navbar') . '";');
All that does is stops it from actually displaying the results.
and then remove $navbar from the template, just be be double sure.
I've never had any problems doing it that way.
|
Ok well Ive done this:
http://www.streethop.com/forum/article.php?p=387280
Ive also removed the quick reply as it stretched the template.
Last thing I think, how do I make it so that similar threads pulls from a specific forum and not the whole board, but only in one of the forums.
Also, how do I set it so that one of the forums displays threads by creation date, newest at the top?