Quote:
Originally Posted by Charlie O'Leary
Code:
// ### CHECK IF ALLOWED TO POST ###
Can't find that line. Where exactly should it be?
|
Should be in newreply.php around line 107. If you still can't find it, look for this:
PHP Code:
if (!$threadinfo['visible'] OR $threadinfo['isdeleted'])
{
$idname = $vbphrase['thread'];
eval(print_standard_error('invalidid'));
}
And add it above that.