PDA

View Full Version : Getting certain forums to not bump after reply?


Gutspiller
10-11-2002, 10:33 PM
I want a few of my forums that I am using for databasing to not be moved to the top of the forum when somebody replies. Can somebody help me out on how I can do this?

Thanks!

N!ck
10-11-2002, 11:14 PM
simple. in forumdisplay.php, find:

if (!isset($sortfield)) {

and replace with (change xx to the ID of the forum in which you wish to disable bumping):

if ((!isset($sortfield)) or ($forumid=="xx")) {