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 - Printable Version +- UserSpice (https://userspice.com/forums) +-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23) +--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26) +--- Thread: Status Update 003 (/showthread.php?tid=664) |
Status Update 003 - Brandin - 08-08-2017 It looks like in doing this you removed the private setting Add that paste above the re_auth update :p Status Update 003 - mudmin - 08-10-2017 Oops. Yeah. I'll have to go back and look! Status Update 003 - Brandin - 08-13-2017 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 Status Update 003 - Brandin - 08-13-2017 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 Status Update 003 - Brandin - 08-13-2017 Here is your new admin settings: HTML: http://pasted.co/d776721a PHP: http://pasted.co/99ddffed Status Update 003 - Brandin - 08-13-2017 And you'll need a new messageUser function: http://pasted.co/8b9bc31c Status Update 003 - mudmin - 08-14-2017 Your adminverify link is bad. Looks like you grabbed the link too early. Been there. Status Update 003 - mudmin - 08-14-2017 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. Status Update 003 - mudmin - 08-14-2017 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 Status Update 003 - mudmin - 08-14-2017 I'm thinking it's part of admin.php. Just want to make sure we're (literally) on the same page. |