Quote:
Originally Posted by Rukas
Im trying to modify a part of my site to look more like news articles than threads.
Example:
http://www.streethop.com/forum/article.php?t=151704
I want to remove the following bits:
Plus at the bottom Id like to remove the rules and forum jump.
What files/templates do I need to edit?
|
i think this may work, it's simple and "dirty" and it's only a matter of editing the SHOWTHREAD template and you don't need to touch the php file.
find $header, $navbar, $forumrules, $forumjump, $footer and comment each out, i.e. add <!-- before and --> after each string. in other words, find $header and replace with <!--$header-->, etc. etc.
let me know if it works.