Tickets: Help Desk and Knowledge Base

Tickets: Help Desk and Knowledge Base [Paid] 2.10.6

No permission to buy ($60.00)
Great, thanks!

Not sure I'd call this a bug, but I noticed the error overlay appears with every page when using the system as a rejected or disabled member. Do you know if there's a way to disable the overlay?

1763063336466.webp

And a related feature request, can you make it so the Allow _____ users to use Tickets options also apply to the Knowledge Base? I'd like to direct these members to a help article which they can't view :LOL:
 
Another thing, unread isn't/wasn't working for items on the tickets list.

Easy fix, just had to modify nf_tickets_ticket_list_macros :)

Before: {{ $ticket.isUnread() AND !$forceRead ? ' is-unread' : '' }}
After: {{ ($ticket.isUnread() AND !$forceRead) ? ' is-unread' : '' }}
 
  • Like
Reactions: Naz
Just noticed that unapproving a ticket seems to mark it deleted, and the member can still view it (with the deleted label) on nf_tickets_member_view.

Sorry for the flood, don't get much time to dig into this stuff these days :)
 
Back
Top Bottom