If it is, just for giggles, take this code
Code:
if (($forumperms & CANDOANON) AND ($bbuserinfo[fieldx]=='yes') AND $vboptions['candoanon'] AND $foruminfo['allowanon'])
{
eval('$postanonoption = "' . fetch_template('newpost_postanon') . '";');
}
else
{
$postanonoption = "";
}
to this:
Code:
eval('$postanonoption = "' . fetch_template('newpost_postanon') . '";');
Do this just for testing. If it works there, we have a permissions glitch. If it doesn't work there, something else is going on.