2007-09-12, 03:27 PM
Open forumdisplay.php
Find
Change by
Open showthread.php
Change by
Change X by the FID !
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 !