I am trying this out, but I ran across a problem. When I searched for
PHP Code:
$firstpostinfo=$DB_site->query_first("SELECT userid FROM post WHERE threadid='$threadid' ORDER BY dateline LIMIT 1");
if ($bbuserinfo[userid]!=$firstpostinfo[userid]) {
show_nopermission();
}
}
}
}
But my last "}" is not in the original code. I inserted it after the third "}" but I don't think mine is working, any ideas?