hi james,
It seems that in your last upload that the initial part of the text file no longer reads as I would expect it should ...
Quote:
if (!$bbuserinfo['posts'] AND $bbuserinfo[usergroupid]!=13) {
$DB_site->query("UPDATE user SET usergroupid=12 WHERE userid='$u'");
} else {
$DB_site->query("UPDATE user SET usergroupid=2 WHERE userid='$u'");
}
-----
...where XX is the new, Under Moderation, user group you've just made.
|
As you can see, there is no xx in the code as referred to in you comment...
EDIT: forgot to mention ... my Under Moderation usergroupid = 13 ... how should I edit the above section of code to suit my needs?