Forum Replies Created
-
In reply to: Mobile menu: closing cross stays
May 28, 2019 at 1:48 pm #4292stevlandKeymasterAdded to list, thank you.
In reply to: Mobile ticket / task lists do not use translations
May 28, 2019 at 1:26 pm #4289stevlandKeymasterCool. Thanks for your patience.
You have given me too many options. I can only use one translation after all. Should I go with these?
Fällig am
Geschlossen am
Erstellt amIn reply to: Mobile ticket / task lists do not use translations
May 28, 2019 at 12:55 pm #4286stevlandKeymasterI’ll have a patch ready tonight or tomorrow with all languages. But if you want a quick fix for German you can add the following to /osta/user-styles.css:
html[lang="de"] .list td.osta_ticket:before { content: "Ticketnummer";}
html[lang="de"] .list td.osta_lastupdated:before { content: "Letzte Aktualisierung";}
html[lang="de"] .list td.osta_subject:before { content: "Gegenstand";}
html[lang="de"] .list td.osta_username:before { content: "Von";}
html[lang="de"] .list td.osta_assignee:before { content: "Zugewiesen an";}
html[lang="de"] .list td.osta_duedate:before { content: "Geburtstermin";}
html[lang="de"] .list td.osta_closedate:before { content: "Abschlussdatum";}
html[lang="de"] .list td.osta_datecreated:before { content: "Datum erstellt";}
html[lang="de"] .list td.osta_department:before { content: "Abteilung";}
html[lang="de"] .list td.osta_lastmessage:before { content: "Letzte Nachricht";}
html[lang="de"] .list td.osta_lastresponse:before { content: "Letzte Antwort";}
html[lang="de"] .list td.osta_status:before { content: "Status";}
html[lang="de"] .list td.osta_team:before { content: "Mannschaft";}
In reply to: Ticket Counting with custom fields
May 28, 2019 at 12:44 pm #4285stevlandKeymasterI’m sorry, I think I misunderstood what we were talking about.
There was an issue previously where custom fields would not show up. This has been fixed in the new release.
But you were pointing out that that ticket counting is not behaving as expected when filters are customized.
I believe this is an issue with osTicket itself. The best response is to report it in the osTicket forum or report it on GitHub.
In reply to: Mobile ticket / task lists do not use translations
May 28, 2019 at 12:37 pm #4284stevlandKeymasterI’m curious… are these translations from Google really bad?
Ticket Number
Last Updated
Subject
From
Assigned To
Due Date
Close Date
Date Created
Department
Last Message
Last Response
Status
TeamTicketnummer
Letzte Aktualisierung
Gegenstand
Von
Zugewiesen an
Geburtstermin
Abschlussdatum
Datum erstellt
Abteilung
Letzte Nachricht
Letzte Antwort
Status
MannschaftIn reply to: Mobile ticket / task lists do not use translations
May 28, 2019 at 12:19 pm #4283stevlandKeymasterThank you for the screenshots… very easy to understand!
I forgot to include those translations. I am working on it right now.
In reply to: Logo Error
May 27, 2019 at 7:59 pm #4270In reply to: The last Version archive corrupted
May 27, 2019 at 4:40 pm #4261stevlandKeymasterI use 7-zip on this end, which explains why it was the one thing that worked for you.
It turns out I haven’t updated it in a long time… I’ve been running a version from 2016. I updated to the latest version. Hopefully that will be the end of this glitch, but do let me know if there is any more trouble and I will have to look into alternate software.
Cheers.
In reply to: Mobile version display bug: reply and internal note expand badly
May 27, 2019 at 4:30 pm #4260stevlandKeymasterThank you. Fixed in osTicket-1.12-Awesome-103.
In reply to: Ticket-Thread opacity of messages breaks z-index of entry-dropdown
May 27, 2019 at 3:46 pm #4259stevlandKeymasterI really appreciate the detailed instructions. I now see what you are referring to. It is an odd one. Short of removing the animation as you’ve suggested, I can’t figure out a fix just yet. The next release is (hopefully) dropping today, but I’ll keep working on a fix for this one.
In reply to: Email Templates/appearance in osticket is in code text not working html
May 27, 2019 at 3:29 pm #4258stevlandKeymasterIf you would like me to investigate this further for you I will need you to create a temporary agent account for me (Admin Panel > Agents > Add New Agent) using info@osticketawesome.com. Be sure to give the account full administrative privileges!
In reply to: Email Templates/appearance in osticket is in code text not working html
May 27, 2019 at 3:28 pm #4257stevlandKeymasterI see you are using a Mac. What browser are you using?
Even on my Mac, using Safari, I don’t have this issue while browsing the demo.
In reply to: Ticket Counting with custom fields
May 27, 2019 at 3:19 pm #4256stevlandKeymasterThe next version osTicket-1.12-Awesome-103 will hopefully be out later today!
In reply to: Priority Column Text
May 27, 2019 at 3:16 pm #4255stevlandKeymasterTwo options to fix this:
1. Please try upgrading to the latest version (Revision 103), which will hopefully be released later on today
OR
2. 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: Logo Error
May 27, 2019 at 12:09 pm #4253stevlandKeymaster- Open osta/functions.php
- Change line18 from
"upload-dir"=> ROOT_PATH . "/osta/uploads/",
to
"upload-dir"=> ROOT_PATH . "osta/uploads/",
OR install osTicket 1.12 (Revision 3), which should be released within the next few hours.