I'm getting this message:
Parse error: syntax error, unexpected ')' in /home/content/b/u/r/burgerblurb/html/dares/forum/viewthread.php on line 495
495 is the 3rd line in this code. Please see what may be the problem. Thanks!
//one line edited for FLIM
if (iMEMBER) {
if (($can_reply && !$fdata['thread_locked'] && $post_check < $global_data['global_max_posts'] && $global_data['global_setting'] == '2') || $global_data['global_setting'] != '2')) {
require_once INCLUDES."bbcode_include.php";
opentable($locale['512']);
echo "<form name='inputform' method='post' action='".FUSION_SELF."?thread_id=".$_GET['thread_id']."'>\n";
echo "<table cellpadding='0' cellspacing='1' class='tbl-border center'>\n<tr>\n";
echo "<td align='center' class='tbl1'><textarea name='message' cols='70' rows='7' class='textbox' style='width:98%'></textarea><br />\n";
echo display_bbcodes("360px", "message")."</td>\n";
echo "</tr>\n<tr>\n";
echo "<td align='center' class='tbl2'><label><input type='checkbox' name='disable_smileys' value='1' />".$locale['513']."</label></td>\n";
echo "</tr>\n<tr>\n";
echo "<td align='center' class='tbl1'><input type='submit' name='postquickreply' value='".$locale['514']."' class='button' /></td>\n";
echo "</tr>\n</table>\n</form><!--sub_forum_thread-->\n";
closetable();
}