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
/showthread.php 28 require_once





× This forum is read only. As of July 23, 2019, the UserSpice forums have been closed. To receive support, please join our Discord by clicking here. Thank you!

  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Status Update 012
#11
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.
  Reply
#12
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
  Reply
#13
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...
  Reply
#14
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
  Reply
#15
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.
  Reply
#16
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
  Reply
#17
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?
  Reply
#18
@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.
  Reply
#19
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.
  Reply
#20
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!
  Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)