8
Use this notification number when inserting calls into the database. This will ensure the proper markup is displayed.
Then for the "reply" notification it says:
- Code: Select all
<div class="arrowchat_notification_box arrowchat_blue_link"><img src="/arrowchat/themes/new_facebook_full/images/icons/notification_reply.png" class="arrowchat_notification_icon" /><a href="#">{author_name}</a> has replied to you.<br /><div class="arrowchat_received">Received {longago}</div></div><div class="arrowchat_notifications_divider"></div>
Does this mean I do a DB query? I've not done much in the way of DB modifications, where do I do them? Do I make this mod to a file? If so, which one and where in the file? Does this mod do what I want?- notify users of new posts on their threads or subscribed threads? If not, how can I accomplish that? Thanks in advance.