Quote:
Originally Posted by Konstantinos
u need to edit the plugin to set a default user to send the pm
Code:
$qn_fromuserid = $vbulletin->userinfo['userid'];
$qn_fromusername = $vbulletin->userinfo['username'];
to
Code:
$qn_fromuserid = $vbulletin->3345;
$qn_fromusername = $vbulletin->Johny;
|
Thanks for the addition! I actually prefer it the other way, but I'm sure this will be useful for others!