Tried modifying but I get the following error after installing hack. This is what I get:
Code:
Parse error: parse error, unexpected T_STRING in /home2/flooks/public_html/forums/admin/forum.php on line 102
This is the snippet it complains about at line 102:
Code:
makeyesnocode("Attachment Queue<br>(Require moderator validation before new attachment are displayed)","moderateattach",0);
Is there something that needs modifying in that area? Here's a bigger snippet with the above code included:
Code:
makeyesnocode("Thread Queue<br>(Require moderator validation before new threads are displayed)","moderatenewthread",0);
makeyesnocode("Post Queue<br>(Require moderator validation before new posts are displayed)","moderatenew",0)
makeyesnocode("Attachment Queue<br>(Require moderator validation before new attachment are displayed)","moderateattach",0);