Quote:
Originally Posted by BBR-APBT
You would use plugins. If you want it to send a welcome message you would use a hook like register_addmember_complete. Then when the user finishes registering it would call up the code you just put in the plugin. So if you put that code for the private message in there it would send the message when they finished.
You should set up a test board so that it is on a password protected directory. This way you can do all your testing there and not worry about breaking your live site.
|
im running a test board already, i have done some other modifications, what exactly i want to do is to make a modification where the user receives a notification once he makes 50 posts, i have already the full code working in the right hook which is postbit_display_complete but, the only element im missing here is the function or class vbulletin uses to send a PM which i can run everytime a user hits the 50 post mark