Help
Discuss or request ArrowChat site notifications
User avatar
lijken02
Free
 
Posts: 1
Joined: 25 Mar 2016, 20:41

 

by lijken02 01 Apr 2016, 08:46

Would anyone be willing to show me how to enable arrowchat notifications for buddypress?

I have this code from the installation guide, but I don't understand where to put it.

Code: Select all
$sql = "INSERT INTO arrowchat_notifications (to_id, author_id, author_name, type, alert_time)
      VALUES ('".$to_id."', '".$author_id."', '".$author_name."', '1', '".time()."')";
   mysql_query($sql);