08-08-2017, 03:17 PM
It looks like in doing this you removed the private setting
Add that paste above the re_auth update :p
Add that paste above the re_auth update :p
The following warnings occurred: | ||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
Status Update 003
|
08-08-2017, 03:17 PM
It looks like in doing this you removed the private setting
Add that paste above the re_auth update :p
08-10-2017, 11:33 AM
Oops. Yeah. I'll have to go back and look!
08-13-2017, 05:20 PM
Here's a new
Code: adminverify.php http://pasted.co/index.php?act=submit Changes: -Removed actual_link ref in form as not required -Moved submit button to input-group
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 Code: messages.php Code: message.php Code: views/_email_msg_template.php
08-13-2017, 11:40 PM
08-13-2017, 11:40 PM
And you'll need a new messageUser function:
http://pasted.co/8b9bc31c
08-14-2017, 03:00 PM
Your adminverify link is bad. Looks like you grabbed the link too early. Been there.
08-14-2017, 03:02 PM
By the way, I appreciate the bigger pastes. It's definitely easier to replace entire functions or files. I can look at the diffs to see what's changed, but it's easy to lose something in translation when I only have a line or two.
08-14-2017, 03:07 PM
I might have missed something. What file do you have these pasted ion?
Here is your new admin settings: HTML: http://pasted.co/d776721a PHP: http://pasted.co/99ddffed
08-14-2017, 03:08 PM
I'm thinking it's part of admin.php. Just want to make sure we're (literally) on the same page.
|