Page 1 of 1

VLDPersonals (DatingScript) Notification Setup Instructions

PostPosted: 20 Nov 2017, 09:45
by SinglesNet
1) Trying to read through the Notifications instructions for my VLDPersonals (DatingScript) site. The instructions say,


Private Messages

Open /includes/lib/lib.account_messages.php

Find:
$m_id = $DB->get_insert_id();

Add After:
/* ARROWCHAT FRIEND REQUEST NOTIFICATION */
$DB->query("INSERT INTO arrowchat_notifications (to_id, author_id, author_name, type, alert_time) VALUES ('".$id."', '".$SESSION->conf['member_id']."', '".$SESSION->conf['username']."', '1', '".time()."')");
/* END ARROWCHAT FRIEND REQUEST NOTIFICATION */

1) I found the includes folder but not the lib folder, can you let me know where exactly these folders are located?

2) What exactly is to be added afterwards?


The same questions goes for Friend Requests and Wall Comments. Looks like the instructions are not complete and leaves us hanging on what to do next to get the notifications set up properly.