08-13-2017, 06:34 PM
Updates to messaging system.
-Fixed check/uncheck all bug. Bug was could not use check all for archived threads when there was unarchived threads - these are separate events now
-Added email notification
-Corrected issue with JS calls (changed dir from scripts to js)
Add msg_notification int 1 default 1 to users table
Add msg_notification int 1 default 0 to settings table
You will need a setting for msg_notification in admin panel
http://pasted.co/4ee832bf
http://pasted.co/ab614575
http://pasted.co/6f54280c
-Fixed check/uncheck all bug. Bug was could not use check all for archived threads when there was unarchived threads - these are separate events now
-Added email notification
-Corrected issue with JS calls (changed dir from scripts to js)
Add msg_notification int 1 default 1 to users table
Add msg_notification int 1 default 0 to settings table
You will need a setting for msg_notification in admin panel
Code:
messages.php
Code:
message.php
Code:
views/_email_msg_template.php