stevland

Forum Replies Created

  • In reply to: Priority with "conditional formatting"

    March 25, 2021 at 7:43 pm #7555
    stevland
    Keymaster

    Hi @itcubed,

    I have been working intimately with osTicket for close to a decade now, and people keep making me aware of features that I had no idea existed.

    The ability to highlight rows based on conditions is something I hadn’t stumbled upon.

    In any event, it turns out this is a super simple fix. 

    I will include this in future releases, but if you want to implement it now add the following to Admin Panel > Theme > Custom CSS:

    td.osta_priority div {
    display: none;
    }

    That’s it!

    I see a couple of other minor glitches with the conditional highlighting on that I will try to resolve for the next release.

    In reply to: Have 4 columns for Ticket Details and Custom forms

    March 25, 2021 at 7:24 pm #7554
    stevland
    Keymaster

    Yeah, that is a tall order @Devi1903.

    The problem is, unlike the fields in the first blue circle, the fields in the second circle are not static.

    That’s why you can’t “find” the code, and it’s why the osTicket devs haven’t attempted to organize that data into columns.

    It’s hard to explain, but your idea of displaying that custom data in columns would probably be much harder to implement than you imagine.

    I do agree with the idea in principle — it would look a lot better and take up less room. But I’m afraid to go there. I expect it would be a can of worms. Sorry. 🙁

    But thanks for the suggestion.

    Now that I think about it, I actually implemented this exact sort of thing on the Client side. If you look at the Other Resources section of the Client Demo home page you’ll see that the list is dynamically organized into two columns.

    If you then press SHIFT + O and look at the same page in vanilla osTicket you’ll see that the Other Resources list is a single column by default.

    I’ve used a third-party jQuery script called Columnizer jQuery Plugin to achieve the two column layout, which then reverts back to a single column in the mobile layout.

    I will think about your implementing your idea in a future release. Don’t hold your breath, but stay tuned.

    In reply to: Add an option to serve external resources locally

    March 25, 2021 at 7:04 pm #7553
    stevland
    Keymaster

    Fetching external dependencies slows down the user experience

    Are you sure about that? The conventional thinking (as far as I’ve always heard) is that response times get a huge boost when scripts are loaded from a CDN.

    Either way it’s not a bad idea to support offline scenarios. I will definitely think about implementing that.

    In reply to: Change customer form

    March 25, 2021 at 5:13 pm #7551
    stevland
    Keymaster

    Thanks for jumping in, @Shimo.

    This is more of an osTicket question (rather than an osTicket Awesome question). But @Shimo is correct.

    I will mark this as ‘resolved’.

    In reply to: Customizing priority colors!

    March 25, 2021 at 5:04 pm #7550
    stevland
    Keymaster

    I’m sorry @charlesjr, this is beyond the scope of what I can help you with.

    In reply to: joomla integration

    March 25, 2021 at 5:00 pm #7549
    stevland
    Keymaster

    Hi @radaeepdf,

    I replied to your email. Cheers.

    In reply to: Invoice Missing

    March 25, 2021 at 4:49 pm #7548
    stevland
    Keymaster

    @Integrities I’m sorry for the delay, but I checked and confirmed that I did send an invoice to you a few days ago. If you did not receive it (and you checked your Spam folder), let me know.


    @radaeepdf
    I checked and I have not received an invoice request form from you.

    Please fill out this form with the information that you need to appear on your invoice.

    I have to create invoices manually, so I do so in batches around once a month. Expect to receive it within a few weeks.

    In reply to: Keyboard Shortcut / Edit Ticket

    March 25, 2021 at 4:43 pm #7547
    stevland
    Keymaster

    Thanks for your follow up, Oliver.

    I added shift + e to the latest release. But I’ve now added your last message to my To Do list and I will review it while I’m working on the next release.

    stevland
    Keymaster

    Hi @bcrawley You did post about this a few months ago here.

    I could not reproduce the issue on my end. In fact, I’ve never seen information in a ticket become truncated.

    Apparently you sent a video, which I greatly appreciate. I don’t know what happened on my end, I must have overlooked it. Sorry about that. And now the link has expired.

    Hopefully you still have the video in your Dropbox. If so, kindly send a fresh link and I will take a look.

    In reply to: Display bug after viewing user tickets

    February 23, 2021 at 11:21 am #7466
    stevland
    Keymaster

    stevland
    Keymaster

    If you would like me to take a look I’ll be happy to figure out what is going on.

    If so, please fill out sections 1, 2 and 7 of this form.

    In reply to: Anpassungen im Layout

    February 23, 2021 at 11:16 am #7464
    stevland
    Keymaster

    Is there a possibility to change the one to lose the rights to get the logo?

    Sorry, I do not understand the question.

    Is it possible to change the font size of the menus? Unfortunately, the size doesn’t come across as well.

    Which menu? Staff Panel / Client Portal? Send a screenshot of what you want to change and I will try to help.

    In reply to: Customizing priority colors!

    February 23, 2021 at 11:12 am #7463
    stevland
    Keymaster

    You cannot change priority, or you will break the code.

    But I think you can change priority_desc to whatever you want (for example, ‘Emergência‘).

    In reply to: Customizing priority colors!

    February 19, 2021 at 2:00 pm #7446
    stevland
    Keymaster

    Hey Charles it looks like you renamed the priorities.

    Did you not realize that you broke the priority colors when you modified the ticket_priority table in your database?

    For example, I see that Emergency is now Emergência.

    I suppose it is probably okay to rename priority_desc, as long as you keep priority the same.

    osTicket Awesome requires the original names, for example…

    class="osta_priority osta_priority_emergency"

    is now…

    class="osta_priority osta_priority_emergncia"

    …in your installatio

    This is breaking osTicket Awesome’s CSS code.

    So you’ll probably want to at least change the priority_desc entries back to their default settings.

    I might not completely understand everything you’ve been asking due to the language barrier. But if you want to modify how the priority colors work it would require custom code / paid support.

    stevland
    Keymaster

    It’s super weird.

    I installed osTicket Awesome for a new customer the other day. And then I ran into this glitch.

    But later, when I went back to figure out what was going on, the issue had disappeared. I was unable to reproduce the issue again.

    Unfortunately, it is impossible to troubleshoot this one without having a working example to test.

    Are you still running into this glitch?