The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#227
|
||||
|
||||
Check all Plugins you got on Hook userdata_postsave.
|
#228
|
||||
|
||||
I just have Add Usergroup as Moderator and Automatic Welcome PM there. Turning Add Usergroup as Moderator off (Automatic WelcomePM) on, it still give me same error.
Turn Automatic Welcome PM plugin at that location off, the error is gone ... ............. well, it might be conflict with one of my hack, when activating a user, I insert some data into userfield table for the user ... using $userfieldextradata = array( 'field8' => "$ActivateionNote\n $user[field8]", 'field34' => 2, 'field39' => 2 ); $userdata->set_userfields($userfieldextradata,false,'admin') ; checking... BTW. By looking at your 3 plugins, is that true that the Welcome PM will be sent 3 times? - After Registration - After Email activation - After Moderated in AdminCP If so, and If I just want the PM to send once, can I disable two other plugins? |
#229
|
||||
|
||||
The PM is only sent once, but there are three Plugins required as there could be different situations where the PM must be sent:
- After Reistration if you don't moderate new memebers and don't verify emails - After eMail activation if you don't moderate members - After approval if you moderate members. |
#230
|
||||
|
||||
it turns out that my PM Content give trouble. I had something like $email and $username in the content, that your PM doesnt like.
anyway, I remove those variables, and it's working now. Quote:
... for this, if I just want to send PM when new member just register (even if he need to verify email and moderate), can I disable other two plugin and change the plugin at register_addmember_complete, using the following code? PHP Code:
or ... options to turn ON/OFF PM at each step (if user need to go through), and use different PMs for each step could be even better ) |
#231
|
||||
|
||||
Only one PM is being sent, so you don't have to modify anything.
The default phrase does work just fine, so if yours doesn't you must have edited it incorrectly |
#232
|
||||
|
||||
Quote:
That's why I want to modify the conditions, so that the PM is sent right after registration (given that the system will ask for email verification and moderation) Quote:
|
#233
|
||||
|
||||
Doesn't make much sense - moderated/unactivated members can't use PM
|
#234
|
||||
|
||||
Quote:
my point is, - sometime when they register, even with a notice that they need to check their email, they may still not be aware of that - many time, activation email went to BULK MAIL, esp. with yahoo email, so that a PM remind them that they should also check the bulk mail could help. - Despire that we have TnC before registration, and instruction on how the account activation and process go, people still ignore it, and ask why their account is not activated. A general FAQ doesnt really help much, so a PM to them specifically, would work better. In the PM, I would include what they need to know, or where to look for, if they have questions, trouble activating account .... so, it's not really an welcome PM, it's some kind of instruction PM :P |
#235
|
||||
|
||||
Well, you can either activate their PM (then they can also send) - or you deactive their PM (then they can't read).
As I don't enable PM for unactivated members for security reasons, it wouldn't work for me |
#236
|
||||
|
||||
Kirby,
if I want to do it my way, should it works if I do the above changes? Thanks man |
#237
|
||||
|
||||
Yes, should work.
|
#238
|
||||
|
||||
installed and works great!!
|
#239
|
|||
|
|||
Gret hack thanks!
|
#240
|
|||
|
|||
Works like your first night of marriage hit with mountains of passion with your ideal dream woman !!!
U Rock Kirby ! Installed ! |
#241
|
|||
|
|||
Hi everyone.
we're using the latest version of the product and have it all working. Except that the PM received email says the PM has come from the user that just registered. I know this was a problem before, but I thought it had been fixed in a new version of vB (we're using Gold)? If it isn't fixed, can the PM received email be disabled for this PM (it's not really needed)? Thanks |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|