PDA

View Full Version : Proper way to send a private message via php script? Data manager?


jwocky
12-11-2006, 02:01 AM
I have a custom script i'm writing which I wanted to send a PM out to a certain user.

Whats teh best way to do this? Ive started to read about data managers and that seems like the way to do it, but i'm not sure, and don't even know how to use the DMs. Any leads in teh right direction would be appreciated!

Guest190829
12-11-2006, 02:07 AM
I have a custom script i'm writing which I wanted to send a PM out to a certain user.

Whats teh best way to do this? Ive started to read about data managers and that seems like the way to do it, but i'm not sure, and don't even know how to use the DMs. Any leads in teh right direction would be appreciated!

Yes, data managers would be the proper way to do this.

Here is the documentation on data managers:

http://www.vbulletin.com/docs/html/data_managers

It does require PHP knowledge. If you have any questions, feel free to ask. :)

jwocky
12-11-2006, 02:13 AM
I feel like a moron, I found the answer on a more extensive search after I posted my question:

https://vborg.vbsupport.ru/showthread.php?t=82786&highlight=data+manager+pm

Thanks! Cant wait to give this a spin :)