Forum Replies Created
-
In reply to: Menu items missplaced
May 14, 2019 at 7:07 pm #4157stevland
KeymasterYou were automatically added to the mailing list when you purchased osTicket Awesome.
The only problem is… I don’t ever seem to send out notifications anymore. You might consider using a free service like WatchThatPage to monitor the Downloads page.
In reply to: advanced search with a custom field
May 14, 2019 at 7:02 pm #4156In reply to: Priority Pattern and color
May 14, 2019 at 7:02 pm #4155stevland
KeymasterI’m going to mark this as resolved but I am happy to investigate further if/when you grant access to me.
In reply to: Focus search box
May 14, 2019 at 6:59 pm #4154stevland
KeymasterYou explained this issue really well. And I agree, this is something that I have found annoying many times.
This is not an osTicket Awesome issue, however. It is an issue with osTicket itself. I encourage you to report it in the osTicket forum or on GitHub.
In reply to: Ticket Counting with custom fields
May 14, 2019 at 6:52 pm #4153In reply to: Minor visual bugs
May 14, 2019 at 6:48 pm #4152stevland
KeymasterCSS always keeps you on your toes
osTicket keeps me on my toes. It is a dark labyrinth with many secrets.
BTW most of these will be addressed in the new release. I couldn’t figure out how to get the Show Images button to display on my end, however. And likewise I do not have an All navigation link. So unfortunately I cannot fix those two items.
If you would like to create an agent account for info@osticketawesome.com I will be happy to fix them.
In reply to: Menu items missplaced
May 13, 2019 at 1:04 pm #4146stevland
KeymasterPlease clear your browser cache and let me know if doing so fixes those display issues.
In reply to: Upgrade Procedure
May 13, 2019 at 1:01 pm #4145stevland
KeymasterYup.
Upgrading from 1.9.x to 1.10.x required a database upgrade. As did upgrading from 1.10.x to 1.11. In both cases an osTicket Awesome user would need to upgrade osTicket itself.
1.11 to 1.12, however, does not require a database upgrade.
In reply to: Upgrade Procedure
May 12, 2019 at 9:48 pm #4140stevland
Keymaster1.11 to 1.12 is a very straightforward upgrade.
- Assuming your osTicket Awesome installation is in a directory named /support, rename it to /support-backup.
- Upload the the 1.12 /upload folder, rename it to /support.
- Copy over your /support-backup/include/ost-config.php file from to /support/include/.
The upgrade is complete but unfortunately any osTicket Awesome settings will have to be manually recreated.
Incidentally the next release will move all settings into the database to simplify things going forward.
In reply to: Its not possible to transfer a ticket to another department anymore
May 12, 2019 at 12:14 am #4134stevland
KeymasterSorry for the delayed response.
This will be fixed in the next release. In the meantime it is a very easy fix:
- open /include/staff/ticket-view-inc.php
- remove data-dropdown=”#action-dropdown-statuses” from line 93
In reply to: Its not possible to transfer a ticket to another department anymore
May 7, 2019 at 3:39 pm #4128stevland
KeymasterOh! I’ll look into this… thank you.
In reply to: Attachments get corrupted
May 7, 2019 at 3:36 pm #4127stevland
KeymasterThat’s great, glad its sorted.
In reply to: Disable Demo user auto fill in – agent panel
May 6, 2019 at 2:58 pm #4122stevland
KeymasterSuper!
In reply to: Update for 1.12?
May 6, 2019 at 2:13 pm #4121stevland
KeymasterHi David,
Have you tried clearing your browser cache?
Would it be possible to zip (after stripping out ost-config.php and other files) your demo for 1.12 and make it available?
That is exactly what you have already installed. Something else has gone wrong.
If you would like me to look into this for you I will need you to create a temporary agent account (Admin Panel > Agents > Add New Agent) using info@osticketawesome.com. Be sure to give the account full administrative privileges.
In reply to: Disable Demo user auto fill in – agent panel
May 6, 2019 at 9:04 am #4105stevland
KeymasterOkay guys, make sure you add this code to /osta/user-styles.css exactly as below and you will no longer have images in the footer in desktop or mobile orientation:
#footer #osticket a,
#footer #ostawesome a {
display: none !important;
}If you don’t see the changes right away, be sure to clear your browser cache.