stevland

Forum Replies Created

  • In reply to: Couple of Small Visual Issues after installation

    May 1, 2020 at 7:06 pm #5666
    stevland
    Keymaster

    HI @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 #5664
    stevland
    Keymaster

    P.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 #5663
    stevland
    Keymaster

    Those sound like excellent ideas for plugins, but they are beyond the scope of what osTicket Awesome aims to achieve.

    stevland
    Keymaster

    This 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 #5661
    stevland
    Keymaster

    You 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 #5660
    stevland
    Keymaster

    I’m sorry @tank, I confused you with another user that I’ve been helping.

    No, I do not have access to your server.

    Did you manage to sort this out?

    In reply to: Queue columns annotations display issue

    April 30, 2020 at 5:52 pm #5653
    stevland
    Keymaster

    Thank you for taking the time to point out these display issues.

    In reply to: Disable HTML

    April 30, 2020 at 5:23 pm #5650
    stevland
    Keymaster

    This 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 #5648
    stevland
    Keymaster

    I 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 #5646
    stevland
    Keymaster

    You 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 #5629
    stevland
    Keymaster

    Hi 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 #5628
    stevland
    Keymaster

    P.S. Oh and by the way, osTicket (and therefore osTicket Awesome) do not support nginx servers.

    See this.

    In reply to: Ticket edit menu not working

    April 28, 2020 at 6:12 pm #5627
    stevland
    Keymaster

    Sorry for the late reply, @sanketh.

    Are you still having this issue?

    Is it just the one button, are none of the fly-out menus working?

    Have you considered upgrading to 1.14.x?

    In reply to: Overdue Alerts

    April 28, 2020 at 6:08 pm #5626
    stevland
    Keymaster

    Yikes! 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 #5625
    stevland
    Keymaster

    Hi @goldquadrat,

    Sorry for the late reply.

    This is planned for a future release. Stay tuned.