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-02-2017 Drop the Code: users Code: js/jwerty.js Code: admin_user.php Code: admin_users.php And okay that's okay - can you drop a new nav file for me so I can take a look? I'm working on the modal now. Status Update 012 - karsen - 09-02-2017 Ah, you are correct. I thought I'd tried that and it didn't work, but I think I used a leading / that just confused the hell out of me. Here's my updated navigation: https://pastebin.com/Mz5aDkke Status Update 012 - Brandin - 09-02-2017 THAT LOOKS GOOOOOOOOOOOOOOOOOOOD! Nice job Karsen! I love it! And the font thing is ALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL @mudmin's fault Jk lol In the footer - the Copyright <font> tag wasn't closed....this did it! Here's an updated drop: http://pasted.co/6947a082 Only thing I want to see is mark a notification unread again We also should have an admin panel to remove notifications in case we need to (or mark read/unread, etc) I have to work on the messaging admin panel too... Status Update 012 - Brandin - 09-02-2017 Here is my new nav: http://pasted.co/174804ce I noticed while doing this that the Messages is already under the user menu anyways.......so we had it in two spots....bye!!!! Lol Status Update 012 - karsen - 09-02-2017 Code: $notifications->setRead($id, false) Code: public function setRead($notification_id, $read = true) { That's also something I have on my list to implement, but as my employee portal was just pushed live I've been adjusting things on my production server and adding employee-requested enhancements. I can probably write up some quick documentation on the notifications implementation for the knowledgebase but I won't have time to add in other features for a bit. If you want, I'll try and write the docs this weekend so you can see all of it's current features and enhance it from there. Status Update 012 - Brandin - 09-02-2017 That would be good and appreciated @karsen I can work on the dev of the admin-side panel and a button to mark unread from the user side as well when I work on the message panel too Status Update 012 - Brandin - 09-03-2017 Thoughts on admin panel for messaging? https://pasteboard.co/GIBzPrR.png Something else I could do with the buttons? Can I do a dropdown or something? Would that work do you think? Status Update 012 - Brandin - 09-03-2017 @Mudmin Do you want me to integrate my system logs project into alpha? Most softwares now have some type of audit for every action - and while US has the audit log for issues related to access - but nothing related to changes. We can have a function for logging (which I have built already) and the page is is done already. Let me know. Status Update 012 - karsen - 09-03-2017 I'd prefer a dropdown with a submit button to all those archive buttons. I'd also love for a logging page; I've laid out plans for one but haven't gotten to it yet. Status Update 012 - Brandin - 09-03-2017 Okay - I will work my logs into 13 when it's published with these fixes. I will also work on a dropdown instead - would probably work better! And look nicer! |