in proarcade.php I replace the default permissions with:
PHP Code:
if
(
(
($bbuserinfo[usergroupid] != 2) and
($bbuserinfo[usergroupid] != 5) and
($bbuserinfo[usergroupid] != 6) and
($bbuserinfo[usergroupid] != 7) and
($bbuserinfo[usergroupid] != 8)
) and
(
($bbuserinfo[posts] < 2)
)
)
{
show_error_nopermission();
}
break;
How can I make a user with no requierments go to a new template with the text saying Y"ou need 2 posts to play in the arcade"?