Jump to content

how to Customize background ticket assign as HIGH PRIORITY


zitu4life

Recommended Posts

Hello there

Today I was thinking, regarding tickets assigned with high priority, and I know that it will have a small left flag changed color from image.png.a16101dd33ad7beaddc4121507b82045.png to   image.png.95f57c4d5030e63dc740c7b40600616c.png

But personally that change is not clearly enough to get a great attention\warning, so I was thinking on a hook that could scan if a ticket is priority, than automatically change color or background color (depends what is better to keep us reading that). The idea is to get high priority ticket better highlighted.

The way WHMCS works, it looks the same if it is priority or not, that almost invisible flag color is not the best way to deal with that.

PS: I also know that there there is a ticket escalation option but do not use it already and do not know if will help in this case.

image.thumb.png.b9f92475928228fd889aed1fc320230b.png

Edited by zitu4life
Link to comment
Share on other sites

15 hours ago, zitu4life said:

But personally that change is not clearly enough to get a great attention\warning, so I was thinking on a hook that could scan if a ticket is priority, than automatically change color or background color (depends what is better to keep us reading that). The idea is to get high priority ticket better highlighted.

the usual problem arises - there's no template; the content of the page in generated in an encrypted page; there is a lack of CSS ids and names in the html code - you would probably end up having to use jQuery to loop through the table and manipulate the output (a la one of Kian's previously posted hooks)... not a job for me on a Sunday morning!

16 hours ago, zitu4life said:

The way WHMCS works, it looks the same if it is priority or not, that almost invisible flag color is not the best way to deal with that.

it's a physical .gif file, so the icon can be replaced - though an update would almost certainly overwrite it..

bPOvfzR.png

and the image dimensions are set in the html - so you couldn't easily use a wider image (without resorting to jQ coding)...

if you could sort the table by priority, that would help - but it's not one of the options... you can filter on priority (either via the search bar or url links), but that's no help to your issue.

18 hours ago, zitu4life said:

PS: I also know that there there is a ticket escalation option but do not use it already and do not know if will help in this case.

it wouldn't help with the styling of that table.

Link to comment
Share on other sites

Thanks @brian!I tricked with escalation rules (never used it before ), that will escalated priority tickets automatically as it coming, so this ensure it gets my attention since it will be moved to the top of tickets section and assign it to me.

image.thumb.png.fd1b42380323c2f9e79529a75e17469e.png

Fresh Ticket received
image.thumb.png.717f473914e03cd1fc0b9e83a1e39b15.png

 

after Escalation
image.thumb.png.82781380dae58743a79365098a48bd57.png
 

PS: it looks there is no warranty if sent open a ticket from client area it will work..only ticket from email, where cron will act, bu not sure yet if it is a BUG or design to work like that...but still make more tests.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated