The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi,
I hope this is the right place to ask this question ( I really don't have a better Idea where to post such a problem ![]() I posted this question allready on vbulletin.com and they directed me to this Board... So...I have the following problem... My Board is set to moderate new Users appon registration and the validate email option is set to yes. Unfortunately, also all registered users who change their email are moved into the moderation queue after they have validated their new email. Is there anyway, that registered users are moved back to the registered group after validating their new email, but still all new registrations have to wait for registration? Thx for your help... JDD PS: I'm still using vB 2.0.3, but want to update to 2.2.3b soon |
#2
|
||||
|
||||
![]()
can you post a url to your board please?
please upgrade to 2.2.3 asap. there are several security issues fixed in between the 2 releases. also, you should consider to post your question to vB.com (unless your board is hacked) regards, nakkid. |
#3
|
|||
|
|||
![]() Quote:
Quote:
just thought i'd point that out ![]() |
#4
|
||||
|
||||
![]()
So you want users to be able to CHANGE e-mail address without having to get an activation code?
In member.php find this: Code:
if ($verifyemail and $email!=$bbuserinfo['email'] and $bbuserinfo['usergroupid']==2 or $bbuserinfo['usergroupid']==3) { Code:
if (0==1 and $verifyemail and $email!=$bbuserinfo['email'] and $bbuserinfo['usergroupid']==2 or $bbuserinfo['usergroupid']==3) { |
#5
|
|||
|
|||
![]()
First of all thank you for your answers...
FireFly: This is not exactly what I want to do... Also registered User should verify their email and get an activation code... My problem is, that allready registered members who change their email are put into user group "Users Awaiting Moderation" but these users should be directly put into the registered group. so this should be the way I would like it: New registrations: Register -> Users Awaiting Email Confirmation -> Users Awaiting Moderation -> Registered Users For allready registered members: change email -> Users Awaiting Email Confirmation -> Registered Users I hope that this explains my question more exactly Thanks for your time ![]() JDD PS: I think I have to change something in register.php but I don't know excatly where and what ![]() |
#6
|
||||
|
||||
![]()
Ahh I get it now!
![]() Ok, in the email_activateaccount_change template, replace this: Code:
$bburl/register.php?a=act&u=$userid&i=$activateid Code:
$bburl/register.php?a=act&u=$userid&i=$activateid&$activateid=1 Code:
if ($userinfo[coppauser] or ($moderatenewmembers and !$bbuserinfo['posts'])) { Code:
if ($userinfo[coppauser] or ($moderatenewmembers and $$i!=1)) { |
#7
|
|||
|
|||
![]()
Hi FireFly...
Thank you very much for your help... it works just perfect ![]() This is why vB was the right decision to choose.. The support even with hacking it, couldn't be better... Thanks again ![]() ![]() JDD |
#8
|
||||
|
||||
![]()
Thanks for your kudos.
![]() |
#9
|
||||
|
||||
![]() Quote:
![]() |
#10
|
|||
|
|||
![]()
Hi,
it's me again ![]() While playing around with this modification, I discovered the following problem (btw. this affects also the normal not modified vB) the verify email thing works just perfect as long as the user is in the registered group (ID 2). But on our Board we have several other groups (such as Friends etc) with extended rights than normal registered users. But if these users change their email.. the verification email option wouldn't start at all.. I discovered that this is handled in members.php: PHP Code:
Btw. I believe that this a general vB issue, because the verify email options doesn't make much sense IMO if it is only affecting the registered group. Perfectly it would be Admincp selectable which usergroups have to validate their email. Greets JDD |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|