Forum Replies Created
-
In reply to: ZIP download error
May 3, 2022 at 1:42 pm #10166stevland
KeymasterThis does not sound like an osTicket Awesome issue to me.
I would suggest updating your zip software and trying again.
Or, using this link, you can download a utility from Ninite that will silently install the latest versions of 7Zip, PeaZip and WinRAR.
I feel confident that one or all of them will open the zip.
If you would like to rule out the possibility that this is an osTicket Awesome issue, please press SHIFT + O before downloading the zip. Doing so will transport you to a copy of vanilla osTicket running your same database.
Please let me know if this resolves your issue or not.
In reply to: Site reverted to osTicket, OTA not showing at all
May 3, 2022 at 1:36 pm #10161stevland
KeymasterWe resolved this by email so I will mark this as resolved.
In reply to: Missing setting to sort Help Topics (manual vs alphabetically)
May 3, 2022 at 1:16 pm #10158stevland
KeymasterSorry guys, I did not see this and the temporary fix is quite simple.
Please add the following to Admin Panel > Theme > Custom CSS:
form[action="helptopics.php"] table.list thead tr:first-child {
display: table-row;
}I will include this fix in the next release.
In reply to: After upgrade my knowledgebase files and images are gone
April 22, 2022 at 9:54 am #10060stevland
KeymasterHi @EasytoBegin,
This probably has something to do with the database upgrade from osTicket 1.15.x to 1.16.x, although I can’t reproduce the issue on this end.
With your permission I would like to investigate this issue.
If you’re okay with granting me access to your installation, please submit this form:
https://osticketawesome.com/troubleshooting/assistance-request-form/
In reply to: Collapse Entry
February 20, 2022 at 12:12 pm #9499stevland
KeymasterThat is a great idea. I’ll add it to my list and think about how such a thing could be implemented. No promises though!
In reply to: Send a Password reset email
February 20, 2022 at 12:10 pm #9498stevland
KeymasterGreat. Thanks for the update.
In reply to: osTicket v1.16
February 20, 2022 at 11:56 am #9494stevland
KeymasterYes, I am all caught up now. I quietly posted 4 new versions over the past few days, including osTicket Awesome for osTicket 1.16.1 (Revision 1).
I appreciate the enthusiasm! Thanks for your patience, everyone.
In reply to: Unable to upload backdrop image
February 20, 2022 at 11:50 am #9492stevland
KeymasterPlease see I can’t upload a logo or background image on the Troubleshooting page.
In reply to: Error in scp/js/scp.js – Missing closing brackets/braces osTicket (v1.15.4)
October 12, 2021 at 6:52 am #8440stevland
KeymasterNo, the only error is the closing bracket. (That is an old function that is no longer needed).
Please replace
// osta - Load ticket counts in navigation BEFORE hover to prevent "jumping"
// $(document).ready(function() {
// $.ajax({
// url: 'ajax.php/queue/counts',
// dataType: 'json',
// success: function(json) {
// $('li span.queue-count').each(function(i, e) {
// var $e = $(e);
// $e.text(json['q' + $e.data('queueId')]);
// $(e).parents().find('#queue-count-bucket').show();
// });
// }
// });
// });with
});Thank you for reporting this!
In reply to: Inserimento sottocategorie ed invio link per visualizzare il ticket
September 30, 2021 at 9:12 am #8324stevland
KeymasterHi @square,
I can’t find the function to create the subcategory
As far as I know, that isn’t something that osTicket is capable of. You would have to either request that the developers to consider that feature in the future, or create a pull request and code it yourself.
Every time a ticket is opened or answered, an email arrives with access to the direct link without making any registration
If I understand you correctly, you want to configure whether or not users have to register before being able to open a ticket. Technically, this is not an osTicket Awesome question — it is a question regarding osTicket’s core functionality. The best place for such questions is always osTicket’s forum where many more people will see it and you’ll probably get a faster response.
However, as a courtesy, I did a Google search for you and found the answer.
If you go to Admin Panel > Users you will find an option to Require registration and login to create tickets which you can toggle on or off.

I hope this helps.
stevland
KeymasterIt would only take a few days to properly code a dark mode for the Client side. But, who cares? Clients typically only use the Portal for short lengths of time.
Trust me, I have often wished myself that the Agent side would have a dark mode. But you have no clue the amount of work this would require to do it right. Weeks!
It is, however, on my list of future ideas.
And I just tossed it onto the Feature Request page if you want to vote it up!
In reply to: Change navbar based on permissions
May 21, 2021 at 3:51 pm #7675stevland
KeymasterHi @Kieranwest28,
That is an excellent idea. But it is essentially a feature request for osTicket itself.
Please consider asking your question in the osTicket Forum or opening an issue on GitHub.
In reply to: opening tickets
May 21, 2021 at 3:47 pm #7674stevland
KeymasterThat would require custom code and is beyond the scope of the help I can provide.
Also, it is not an osTicket Awesome question, but rather a question regarding core osTicket functionality.
My recommendation would be to ask this question in the Mods and Customizations section of the osTicket forums.
Good luck!
In reply to: Account confirmation Email link cannot press
May 21, 2021 at 3:42 pm #7673stevland
KeymasterHi @mstrust,
You have found an issue with your specific settings, or with osTicket itself — this is not an osTicket Awesome issue.
Note that email templates have not been modified by osTicket Awesome.
But, as a courtesy, I found the template in question. You’ll want to look at
Admin Panel > Settings > Users > Templates > Account Confirmation Email
If you’re still having trouble I recommend searching the osTicket Forum or opening an issue on GitHub.
In reply to: Error message: "Unable to save draft.Refresh the current page to restore…"
May 21, 2021 at 3:31 pm #7672stevland
KeymasterThis is not an osTicket Awesome specific issue, but rather an osTicket one.
https://www.google.com/search?q=osticket+%22Unable+to+save+draft%22&rlz=1C1GCEA_enCA936CA936&oq=osticket+%22Unable+to+save+draft%22&aqs=chrome..69i57j0i22i30j69i64.4792j1j7&sourceid=chrome&ie=UTF-8