Having trouble with this one.. A sign I must suck as a hacker. I seem to be able to install just fine if I have the files.... sigh. Anyway this is the error I got trying to enter one of the main forums. The board generated perfectly until I entered a forum. Should I be looking someplace else for a error or is it in this file? I really need this hack, getting hounded because of the recent switch from classic.
A parsing error at 686 for the postlist.php
Also isn't the postlist.tmpl in the templates file?
// ---------------------------------------------------------------
// If they are a normal user then they can only see approved posts
$t1Viewable = "AND t1.B_Approved = 'yes'";
$Viewable = "AND B_Approved = 'yes'";
if ($userstatus == "Administrator") {
$Viewable = "";
$t1Viewable = "";
}
if ($userstatus == "Moderator") {
if (preg_match("/(,|^){$user['U_Number']}(,|$)/i",$modlist)) {
$Viewable = "";
$t1Viewable = "";
}
}