The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/printthread.php(287) : eval()'d code 2 errorHandler->error
/printthread.php 287 eval
/printthread.php 117 printthread_multipage



UserSpice
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)

Pages: 1 2 3 4


Status Update 012 - Brandin - 09-02-2017

Drop the
Code:
users
out of your new call...it should just be
Code:
js/jwerty.js
on both pages.

Code:
admin_user.php
http://pasted.co/4b9dd2e4

Code:
admin_users.php
http://pasted.co/13a859e7

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 Wink 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)
will set the is_read flag to 0. It defaults to true:
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!