2011-09-22, 05:56 PM
(This post was last modified: 2011-09-22, 07:05 PM by www.jbi.in.)
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 .
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 .