The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Send PM's Programatically??
How, in vBulletin 4, would one send a PM programatically?
|
#2
|
|||
|
|||
If you look at file private.php, starting around line 1166:
Code:
if ($_POST['do'] == 'insertpm') { that's the code that sends a pm. Basically it creates a pm data manager and sets the fields, then calls "save". You could also find a mod that sends a pm and look at how that works. |
Благодарность от: | ||
liamwli |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|