ok.. i have a question
first af all thanx for this great MOD, and sorry for my english...
well, i want to restrict, b/c some new registred members play game before posting (to say "hi everybody.. what a beautifull forum with nice people.... lol )) incredible ...
so i make some modifications in proarcade.php:
if
(
(
($bbuserinfo[usergroupid] != 2) and
($bbuserinfo[usergroupid] != 5) and
($bbuserinfo[usergroupid] != 6) and
($bbuserinfo[usergroupid] != 7) and
($bbuserinfo[usergroupid] != 8)
) and
(
($bbuserinfo[posts] < 5)
)
)
{
show_nopermission();
}
break;
so registred user need a minimum of 5 posts before playing...
my question is.. there is a way.. for posts by day? or creating a new thread? something to help peple to not forget there are in a forum?
well i hope u understand my mind.. thanx in advance
|