Remove New thread button for certain forum ID?
#2
Open forumdisplay.php
Find
if($foruminfo['type'] == "f" && $foruminfo['open'] != "no" && $fpermissions['canpostthreads'] != "no")

Change by
if($foruminfo['type'] == "f" && $foruminfo['open'] != "no" && $fpermissions['canpostthreads'] != "no" && $fid != X)

Open showthread.php
		if($forumpermissions['canpostthreads'] != "no")

Change by
		if($forumpermissions['canpostthreads'] != "no" && $thread['fid'] != X)

Change X by the FID !
Reply


Messages In This Thread
RE: Remove New thread button for certain forum ID? - by LeX- - 2007-09-12, 03:27 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)