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.<br /><br />A parsing error at 686 for the postlist.php<br />Also isn't the postlist.tmpl in the templates file?<br /><br /><br /><br />// ---------------------------------------------------------------<br />// If they are a normal user then they can only see approved posts<br />$t1Viewable = "AND t1.B_Approved = 'yes'";<br />$Viewable = "AND B_Approved = 'yes'";<br />if ($userstatus == "Administrator") {<br />$Viewable = "";<br />$t1Viewable = "";<br />}<br />if ($userstatus == "Moderator") {<br />if (preg_match("/(,|^){$user['U_Number']}(,|$)/i",$modlist)) {<br />$Viewable = "";<br />$t1Viewable = "";<br />}<br />}<br />