Notifications
Clear all
Dec 29, 2021 2:27 am
Hey as you can read here the setting to sort Help Topics alphabetically or manually is missing with the Awesome theme...
https://forum.osticket.com/d/100353-manually-setting-the-order-of-help-topics/5
1 Reply
May 01, 2022 11:51 pm
Having the same issue and really trying to not have to revert back from OSTA just to get this changed. Did you ever come across another solution?
May 03, 2022 6:16 am
Sorry 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.