View Full Version : Suggestion: Welcome newest member issue...
neal007
Wed 28th Nov '01, 9:22pm
I have noticed when a new person signs up, who requires e-mail verification, and subsequent moderation, they show up as the newest member yet they are still awaiting e-mail verification! The newest member should be showing the newest person that is registered, moderator, or higher. Not someone that is awaiting validation.
2.2.1
Thanks!
P.S. Why can't I post to the bugs forum?
Jake Bunce
Wed 28th Nov '01, 9:32pm
Originally posted by neal007
P.S. Why can't I post to the bugs forum?
the vb devs determine if a problem you are having is a bug. if they decide it's a bug then they move your thread to the bugs forum.
eva2000
Wed 28th Nov '01, 11:42pm
Originally posted by neal007
I have noticed when a new person signs up, who requires e-mail verification, and subsequent moderation, they show up as the newest member yet they are still awaiting e-mail verification! The newest member should be showing the newest person that is registered, moderator, or higher. Not someone that is awaiting validation.
2.2.1
Thanks!
P.S. Why can't I post to the bugs forum? nice suggestion and yeah the bug forums is a mod only thing when we determine it's a bug it gets moved there
bira
Thu 29th Nov '01, 1:52am
This is a very easy 'fix'.
Open index.php and find, around about line 38:
$numbersmembers=$DB_site->query_first('SELECT COUNT(*) AS users,MAX(userid) AS max FROM user');
Change that line to: (the change is marked in red)
$numbersmembers=$DB_site->query_first('SELECT COUNT(*) AS users,MAX(userid) AS max FROM user WHERE usergroupid!=3');
This will ignore users who are in the 'Users Awaiting Email Confirmation' usergroup and will not include them in neither the 'Welcome to our newest member' nor in the total number of members.
neal007
Thu 29th Nov '01, 3:37am
Thanks. It's not really something I need to dive in and fix, it's just something I noticed and a "suggestion" for future vB if you all think it's worthwhile
eva2000
Thu 29th Nov '01, 5:53am
one possible problem is you'll get email from the new member who has yet confirmated his account saying why his username isn't listed as a new member and that person might try signing up a second, a third or even 4th time thinking he didn't sign up properly
vBulletin® v3.8.0 Beta 4, Copyright ©2000-2008, Jelsoft Enterprises Ltd.