Forum Replies Created
-
In reply to: When responded or new ticket hasn't had a response
June 2, 2019 at 10:21 pm #4398stevland
KeymasterHi @netctrlsupport,
If I am understanding you correctly, you’ll find that a similar feature has been added to the latest release, available now. Check out this page from the demo.
Tickets with a new reply now have an animated green icon to the left of the ticket number.

Hopefully this is an adequate solution for your needs. But if you still want to know how to make the subject line bold, let me know.
In reply to: Interface freezes, need to reload page to work again
June 2, 2019 at 10:12 pm #4397stevland
KeymasterKindly disregard my last message.
The real fix is to open /include/staff/footer.inc.php and simply change line 16 from
<!-- osta -->to
</div>Or upgrade to the latest release, available now.
Thank you both for bringing this issue to my attention!
In reply to: Mobile ticket / task lists do not use translations
June 2, 2019 at 9:59 pm #4396stevland
KeymasterThis issue has been fixed in the new release, available now. Thank you for your contribution.
In reply to: Mobile menu: closing cross stays
June 2, 2019 at 1:11 pm #4385stevland
KeymasterFixed in the new release.
In reply to: Mobile version display bug: reply and internal note expand badly
June 2, 2019 at 1:11 pm #4384stevland
KeymasterNice one! Thank you for the fix.
In reply to: Priority Column Text
June 2, 2019 at 1:02 pm #4383stevland
KeymasterHave you resolved this?
In reply to: Email Templates/appearance in osticket is in code text not working html
June 2, 2019 at 1:01 pm #4382stevland
KeymasterYou’re welcome.
Admin Panel > Manage > Plugins
Did you guys not install it yourselves?
It was included in osTicket Awesome, many versions ago. Perhaps you upgraded from an older version and it stuck around. Hmmm.
In reply to: Couple of Small Visual Issues after installation
June 2, 2019 at 12:57 pm #4381stevland
KeymasterYou can add your own custom CSS to /osta/user-styles.css. It is the last style sheet to be loaded by osTicket Awesome, so anything you add to this file will override any previous styles.
It these examples I’m using black (#000000). Obviously you should change this as desired.
To change the color of the top right navigation and use a bold font:
#header #nav a {
color: #000000 !important;
font-weight: bold !important;
}(Note that a bold font takes up more space and, depending on what language you are using, may mess up the layout on smaller screens before the mobile layout kicks in.)
You can change the color of the logos in the footer with this:
#footer svg {
fill: #000000 !important;
}Or remove them all together.
#footer svg {
display: none !important;
}In reply to: Add preview option of threads in a ticket
June 2, 2019 at 12:43 pm #4380stevland
KeymasterWhile it looks like a great mod, I try to avoid integrating to many mods into osTicket Awesome (other than all of my own modifications, of course).
Including third-party mods in this project quickly becomes too confusing. It is also too much work trying to keep code from various sources up-to-date. And while this looks useful, I personally don’t expect that it will have much universal appeal.
So I have to gracefully decline to integrate it. But I do appreciate you pointing it out to me.
Of course, you can always integrate it yourself… but you will also have to reapply it every time you upgrade osTicket Awesome.
In reply to: Language files
June 2, 2019 at 12:37 pm #4379stevland
KeymasterHmmm… which language pack are you using?
In reply to: Osticket 1.11.7 Plus – mod for German Users
June 2, 2019 at 12:26 pm #4378stevland
KeymasterHi Starcore,
I took a close look at the source code for the latest “German mod” (osTicket-1-11-0p0_free) and compared it to regular osTicket 1.11.
It helped me realize that there are a few instances where the osTicket devs had overlooked adding support for translating text.
For example, often the ‘Update’, ‘Cancel’, and ‘Reset’ buttons would have been stuck using English.
I have integrated those instances into the next osTicket Awesome release. 🙂
The German mod has a few little tweaks. For example, they change the default timezone from America/New_York to Europe/Berlin.
It also appears to have a couple significant mods:
1. The have a mod that displays a colored icon from green to red depending on how close a ticket’s due date is.
2. They have integrated a mod that allows tickets to me merged (a feature that isn’t included in osTicket yet).
While I have no doubt that these mods would be useful for some users, I don’t see how they are improving osTicket specifically for German nationals / Deutsche speaking users. To me it seems that these are mods that the developers of the project happen to like.
I am not trying to be critical of the German mod. But I am curious to know what you specifically like about it.
Right now the German mod is still using osTicket v1.11 for its source. The osTicket developers have abandoned v.1.11 and are encouraging everyone to upgrade to v1.12 for security purposes. Therefore, I am definitely not interested in doing anything with the German mod at this time.
Feel free to alert me if/when they release an updated version using osTicket v1.12 code and I will take another look at their project and consider whether or not I want to integrate with it or support it in some way.
In reply to: Interface freezes, need to reload page to work again
May 31, 2019 at 1:08 pm #4321stevland
KeymasterThanks for your patience guys. This has been a nasty bug to track down. In fact, I still haven’t figured out the exact cause.But I have a temporary fix.Please open /include/staff/header.inc.php and comment out lines 52 – 56 so that it looks like this:<!--<?phpif($ost && ($headers=$ost->getExtraHeaders())) {
echo "\n\t".implode("\n\t", $headers)."\n";
}
?>-->I will release osTicket 1.12 (Revision 4) over the weekend which will include this workaround while I continue to look for a proper fix.In reply to: Where are theme colors saved in 1.10.4?
May 30, 2019 at 2:06 pm #4316stevland
KeymasterHmmm.
The short answer is /osta/css/themes/custom.css
Although I find it odd that you are using a custom color scheme successfully, but all of the colors show up as #000000 in Theme Options.
If /osta/css/themes/custom.css doesn’t have your custom colors, you can use a tool such as PicPick to find the values for the colors in your existing color scheme.
The good news is that all of the Theme Options have been moved into the database… future upgrades will preserve settings.
In reply to: Interface freezes, need to reload page to work again
May 29, 2019 at 6:11 pm #4310stevland
KeymasterInteresting. Thank you for your information, @it-supportlindner.
I stand corrected, @netwatch. It isn’t something limited to your environment.
It is odd though, that the refresh rate for the demo user and in my user account of my own osTicket Awesome installation are set for 5 minutes. And yet I have never run into this issue. In fact I have changed it to 1 minute and I’m still not seeing it.Is there anything else you can tell me about your environment, @it-supportlindner? What browser, device, o/s, etc.?Yikes. Now I see the issue. Thank you for your report, @it-supportlindner.
In reply to: Mobile ticket / task lists do not use translations
May 29, 2019 at 5:25 pm #4308stevland
KeymasterSpeaking of which, if you see any of my osTicket Awesome Google translations (especially in the Agent Panel > Theme section) that can be improved, please feel free to make suggestions. Thank you!