MyBB Community Forums
Integrating MyBB PM system - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Resources (https://community.mybb.com/forum-8.html)
+--- Forum: Third Party Integration (https://community.mybb.com/forum-132.html)
+--- Thread: Integrating MyBB PM system (/thread-104431.html)



Integrating MyBB PM system - www.jbi.in - 2011-09-22

Hello,

I want to integrate MyBB PM system in my website. I just need to send pm to user from user id '1' that is administrator.

So basically if anyone can create a class for it , I will be very happy. I want it something like,

$fromid = 1;
$toid = xx;
$message = .......;
class SendPM($fromid, $toid, $message) {

}

Waiting for your reply.....

Thanks.
Used MYBB Integration class. Thread can be closed .