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 012 - 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 012 (/showthread.php?tid=713) |
Status Update 012 - Brandin - 09-07-2017 Thoughts on making the fetchMessageUsers function only for active users (permissions==1 in users db)? My main reason for this is what is the point of emailing a banned user. So we have two options: -Remove them from the user lists in this function -Make msg_notification = 0 when permission = 0, vice versa if unblocking the user (or we can not do this part) Let me know Status Update 012 - karsen - 09-08-2017 I think we shouldn't be able to message a banned user, but removing from the list view or deleting messages from banned users should be an option each UserSpice developer can choose for themselves. In my case, when an employee leaves the company they are banned but we may still need access to their messages. For others with open registration, they may wish to remove banned user messages in the case of spammers, etc. Status Update 012 - mudmin - 09-08-2017 Agreed. I have to keep all my former staff in my management system because their ids are tied to other data. Status Update 012 - Brandin - 09-08-2017 My thought was just not allowing messages to them. These messages would still be viewable from the admin_messages.php page I am building and in the other users inbox, but the admin can go in and mark these deleted if they wish. Status Update 012 - karsen - 09-08-2017 Oh, then I definitely agree with you. I'd still give the developer the option to turn viewing them on or off though, depending on their needs. Status Update 012 - mudmin - 09-08-2017 Yep. Do either of you want to work that up? I think we can knock out a bunch of these little things and push a beta by the end of the month. I haven't been pushing it since everyone's been coming up with good stuff. Status Update 012 - Brandin - 09-08-2017 Yeah I'll do this tonight Status Update 012 - Brandin - 09-08-2017 Here's everything that was in this thread @mudmin New nav: http://pasted.co/174804ce New HTML footer: http://pasted.co/6947a082 admin_user.php http://pasted.co/4b9dd2e4 admin_users.php http://pasted.co/13a859e7 admin.php https://pastebin.com/G5jkFCfn reCap: https://userspice.com/forums/topic/invisible-recaptcha/#post-5901 Status Update 012 - Brandin - 09-08-2017 SQL http://pasted.co/3c892563 I was feeling nice, so here is a drop of everything: http://aircentralized.com/alpha13.zip This includes: -Invisible recapatcha -Notification fixes -Admin_Messaging system -Moved message settings to admin_messaging.php Only thing I did not include is a link to admin_messages.php as I had no idea where you wanted this. Status Update 012 - mudmin - 09-09-2017 That's great! Thank you. We can stick the admin_messages wherever because I'm probably going to make a tabbed interface or something along those lines. |