Nice thanks a lot again kh99!
I used the pmdata_postsave_recipient hook location
/* ARROWCHAT NEW MESSAGE NOTIFICATION */
global $vbulletin;
global $db;
$db->query_write("INSERT INTO arrowchat_notifications (to_id, author_id, author_name, type, alert_time, misc1, misc2) VALUES ('".$user[userid]."', '".$vbulletin->userinfo[userid]."', '".$vbulletin->userinfo[username]."', '1', '".time()."', '".addslashes($plaintext_title)."', '".$this->dbobject->insert_id()."')");
/* END ARROWCHAT MESSAGE NOTIFICATION */
Works perfectly, cheers!
|