![]() |
Hi,
I have my board setup so that when someone new registers the are added to "users awaiting moderation". However as soon as they register the are welcomed on the index.php - but technically the are members yet because I havent activated their membership. How must I change the index.php so that they a) will not be welcomed and b) are not added to the total number of member? Any help much appreciated :) greetings Tina |
Open index.php and find (around about line 38):
Code:
$numbersmembers=$DB_site->query_first('SELECT COUNT(*) AS users,MAX(userid) AS max FROM user'); Code:
$numbersmembers=$DB_site->query_first('SELECT COUNT(*) AS users,MAX(userid) AS max FROM user [high]WHERE usergroupid!=3[/high]'); |
All times are GMT. The time now is 08:57 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|