PDA

View Full Version : Looking for .... !


shadesvn
02-13-2004, 11:41 AM
A mod which send an automatic Welcome PM to new Member !!!

thanks !

Giveit2u43
02-13-2004, 09:06 PM
filburt1 has a hack to do that, but sadly it`s not free :(

shadesvn
02-14-2004, 06:30 AM
filburt1 has a hack to do that, but sadly it`s not free :(
pay for that ... hmmm .. !!!!

Andreas
02-14-2004, 12:17 PM
When do you want to send this PM, right after a user has successfully submitted the registration form? After he has clicked the link? After his application has been accepted?
Need more info ;)

Sending a pm programatically is not difficult - what you will mainly have to do is to copy a good 200 lines from private.php and slightly modify them to build a nice send_pm()-function.
I already did so, but unfortunately vB's license forbids to release that ("This file may not be redistributed in whole or significant part.").

assassingod
02-14-2004, 12:24 PM
Actually there is a easier way of doing that, you can use a query (or a small funtion) iin register.php the same way it adds a user to the DB.

Andreas
02-14-2004, 12:30 PM
Sure you can, but you will loose functionality like popup, email notification, permission checks, etc.
And if you need PM functionality at some places it's easier to have a function :)