Forum Replies Created
-
In reply to: Couple of Small Visual Issues after installation
May 1, 2020 at 7:06 pm #5666stevland
KeymasterHI @Simon,
That looks good. You may need to clear your browser cache to see the changes.
In reply to: use of Geolocation(google maps) and Agent Rating
May 1, 2020 at 12:18 pm #5664stevland
KeymasterP.S. You could post your ideas in the Mods and Customizations forum and see if you can generate any interest:
https://forum.osticket.com/t/osticket-1-14-mods-and-customizations
Also, you may want to post a Feature Request on GitHub:
https://github.com/osTicket/osTicket/issues
Good luck!
In reply to: use of Geolocation(google maps) and Agent Rating
May 1, 2020 at 12:15 pm #5663stevland
KeymasterThose sound like excellent ideas for plugins, but they are beyond the scope of what osTicket Awesome aims to achieve.
In reply to: Knowledge base search link does not work in sub folder links to the wrong url
May 1, 2020 at 12:13 pm #5662stevland
KeymasterThis sounds like it may be an issue with osTicket itself, not an osTicket Awesome issue.
I did want to at least take a look and try to understand what is going wrong before saying so.
But unfortunately I can’t access your installation:
NET::ERR_CERT_COMMON_NAME_INVALID
Further, Chrome says:
You cannot visit helpdesk.stbarnabashospice.co.uk right now because the website uses HSTS.
Let me know when you have your SSL issue sorted and I’ll take a look.
In reply to: Form cannot config
May 1, 2020 at 12:08 pm #5661stevland
KeymasterYou don’t seem to understand that the ost-config.php file points to the database.
You were using your old ost-config.php file pointing to the database that no longer exists.
osTicket Awesome now works in the support subdomain, and you also have osTicket working in the support-old subdomain.Before you ask, you’ll have to recreate your color theme settings, etc. because you deleted your old database.
Good luck.
In reply to: installing
May 1, 2020 at 12:06 pm #5660In reply to: Queue columns annotations display issue
April 30, 2020 at 5:52 pm #5653stevland
KeymasterThank you for taking the time to point out these display issues.
In reply to: Disable HTML
April 30, 2020 at 5:23 pm #5650stevland
KeymasterThis is actually a question regarding osTicket’s core functionality. Is isn’t an osTicket Awesome question.
I did look to see if there was an option to disable HTML in the form for you. But I don’t believe there is such an option.
If the option did exist, I would expect you could find it in Manage > Forms > Ticket Details
Here is a custom hack for you.
Add the following code to /osta/user-styles.css to hide the Add Image button:
a.re-button.re-image.re-button-icon {
display: none !important;
}In reply to: Home key not working
April 30, 2020 at 5:10 pm #5648stevland
KeymasterI can’t tell if this is a joke or not. (⊙_⊙)
It works for me!
It isn’t something that osTicket Awesome can fix or break.
In reply to: installing
April 30, 2020 at 5:04 pm #5646stevland
KeymasterYou don’t seem to understand that the ost-config.php file points to the database.
You were using your old ost-config.php file pointing to the database that no longer exists.
osTicket Awesome now works in the support subdomain, and you also have osTicket working in the support-old subdomain.Before you ask, you’ll have to recreate your color theme settings, etc. because you deleted your old database.
Good luck.
In reply to: Landing page not completly translated
April 28, 2020 at 6:21 pm #5629stevland
KeymasterHi Henning,
I’m sorry that it took me so long to reply.
This is an issue with osTicket that I hope will be fixed in the next release, which will be out later this week.
For now you’ll have to manually edit lines 67 and 76 of /index.php.
In reply to: Ticket edit menu not working
April 28, 2020 at 6:18 pm #5628In reply to: Ticket edit menu not working
April 28, 2020 at 6:12 pm #5627In reply to: Overdue Alerts
April 28, 2020 at 6:08 pm #5626stevland
KeymasterYikes! I feel silly that it took me so long to figure out what you meant. I just wasn’t expecting it because it wasn’t meant to be there.
This will be fixed in the next release, which incidentally will be dropping later this week.
But if you’d prefer to fix it manually (rather than upgrading) it is really simple.
Open /include/class.queue.php
Change line 1775 from:
return '<div class="overdueTicket-container"><span class="Icon overdueTicket" data-dropdown="#action-dropdown-statuses" data-placement="top" data-toggle="tooltip" title="Ticket is Overdue!"></span></div>';To:
return '<div class="overdueTicket-container"><span class="Icon overdueTicket" data-placement="top" data-toggle="tooltip" title="Ticket is Overdue!"></span></div>';Thank you so much for taking the time to bring this to my attention, @mcmastertech!
In reply to: No user defined company logo at ticket print
April 28, 2020 at 5:43 pm #5625stevland
Keymaster