stevland

Forum Replies Created

  • In reply to: Edit ticket response "hidden"

    July 10, 2019 at 9:21 am #4782
    stevland
    Keymaster

    Hi  techcare,

    This has been fixed. Please upgrade to osTicket-1.12-Awesome-105.

    In reply to: typeahead.css .dropdown-menu z-index to low?

    July 10, 2019 at 9:09 am #4781
    stevland
    Keymaster

    Hi @lafr,

    Thank you for taking the time to post your solution.

    Unfortunately I don’t really know what glitch this is meant to fix. If you could take a minute to explain in more detail how to reproduce the issue I would appreciate it.

    It is also worth mentioning that this fix will need to be reapplied after upgrading osTicket / osTicket Awesome in the future. A better solution would be to add the following to /osta/user-styles.css:

    .dropdown-menu {
        z-index: 999999;
    }

    In reply to: Entry fields shown twice

    July 10, 2019 at 8:58 am #4780
    stevland
    Keymaster

    Hey @jaypi,

    Thank you so much for taking the time to share your information. I never would have thought to uninstall APCu!

    In reply to: Error 500

    July 9, 2019 at 5:21 pm #4775
    stevland
    Keymaster

    Hmmm I don’t know what could cause this.

    If you are still having trouble and would like me to look into it please 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: Knowledge base on ticket screen

    July 3, 2019 at 8:57 am #4754
    stevland
    Keymaster

    That is a good point… thank you for pointing that out.

    It will be addressed in the next release, but for now if you want to hide that search box you can add the following to osta/user-styles.css:

    #content #pre-footer {
        padding: 0 0 3% 0;
    }
    #pre-footer-inner {
        display: none;
    }

    stevland
    Keymaster

    I finally found a fix for this! It will be included in osTicket-1.12-Awesome-105.

    Thanks again for the detailed report.

    In reply to: Entry fields shown twice

    June 29, 2019 at 11:50 am #4750
    stevland
    Keymaster

    Thanks for the update. I hope you get it sorted soon!

    In reply to: Entry fields shown twice

    June 27, 2019 at 8:16 am #4736
    stevland
    Keymaster

    Hi @jaypi,

    I haven’t run into or even heard of that issue before.

    My first guess is that it has something to do with the fact that you are using nginx. osTicket only supports Apache and IIS web servers. Running osTicket (or osTicket Awesome) on nginx can lead to unexpected results.

    In reply to: missing parts of language translate

    June 26, 2019 at 10:59 pm #4734
    stevland
    Keymaster

    Thank you for taking the time to point out these broken translations, @derchris1983. They will all be fixed in the next release, osTicket-1.12-Awesome-105.

    Thank you for your positive feedback. Greetings from Canada.

    In reply to: Customization request

    June 26, 2019 at 10:56 pm #4732
    stevland
    Keymaster

    Hi Julian,

    Sorry for the delayed response. 

    Yes, I do offer offer such customizations. In fact, I’m wrapping up two big projects right now.

    I can be reached at info@osticketawesome.com. I found your email address and sent you a message earlier today.

    Thank for your inquiry.

    In reply to: Custom Logo not showing

    June 26, 2019 at 10:49 pm #4731
    stevland
    Keymaster

    I’m glad you worked it out.

    Thank you for the positive feedback. And Google Fonts is a feature I’ve been thinking about for a while. It will probably happen at some point. 🙂

    In reply to: Custom Logo not showing

    June 26, 2019 at 2:50 pm #4728
    stevland
    Keymaster

    Sorry for the delayed response… I didn’t see this until now.

    I don’t know of any reason why it wouldn’t work. If you are still having trouble, I’m happy to have a look. Please post the URL to your Client Portal or email it to info@osticketawesome.com.

    In reply to: Advanced search columns

    June 25, 2019 at 10:17 am #4727
    stevland
    Keymaster

    Hi @Absolute,

    I see what you mean, but the same it true in standard osTicket:

    Therefore, this question pertains to osTicket, not osTicket Awesome. 

    You should consider asking the question in the osTicket Forum.

    In reply to: Translation italian

    June 24, 2019 at 6:16 pm #4725
    stevland
    Keymaster

    Anyway, all you need to do is open /index.php in the root of your osTicket Awesome directory.

    Delete lines 66 and 75

    <?php echo __(‘Please provide as much detail as possible so we can best assist you. To update a previously submitted ticket, please login.’);?>

    and

    <?php echo __(‘We provide archives and history of all your current and past support requests complete with responses.’);?>

    Simply replace those lines with the text that you want to appear.

     

    In reply to: Display Error in Ticket Overview

    June 24, 2019 at 6:08 pm #4724
    stevland
    Keymaster

    Thank you for giving me access to your installation, @fachmarkt!