Quote:
Originally Posted by Koroku
This made it so that none of my users could post visitor messages at all...
|
This is the first I have heard of anything like that...
Are you sure it is not another hack doing this? This only shows the "no permissions" if the user is on the ignore list and can not moderate. I can't see how that condition can be confused.
Code:
if ($type=="ignore" AND !can_moderate())
{
eval(standard_error($errormsg));
}