Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Auto PM to new members

Quote Reply
Auto PM to new members
Hi:

I just joined another forum, and I received an automatic PM on joining. Thoiught this was a very nice thing. I wanted to add this to my forums. ANyone ever dne this, or have an idea how to add this?

Thanks!
dave

Big Cartoon DataBase
Big Comic Book DataBase
Quote Reply
Re: [carfac] Auto PM to new members In reply to
It should be fairly simple. You'd just need to create a plugin that hooks the do_user_signup_submit action and then insert the desired private message into the Messages table.

You can make it slightly more in-depth by hooking do_admin_validate_submit and do_user_validate in order to only send the private message when the user is fully validated, but using do_user_signup_submit to begin with should be fine.
Quote Reply
Re: [carfac] Auto PM to new members In reply to
Hi Carfac,

Have a look here: http://www.gossamer-threads.com/...i?post=193141#193141.

Smile

François