MyBB Community Forums

Full Version: Integrating MyBB PM system
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 .