🔴 January 2024 Alert: Forum support inactive!
New forum registration are currently closed.
Use GitHub discussions
.

    UVdesk

    • Login
    • Search
    • Recent
    1. Home
    2. HockeyDevil07
    H
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 7
    • Best 0
    • Controversial 0
    • Groups 0

    HockeyDevil07

    @HockeyDevil07

    0
    Reputation
    2
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    HockeyDevil07 Unfollow Follow

    Latest posts made by HockeyDevil07

    • RE: How can I override templates?

      Found the answer to my own question. Either Symfony's documentation is a bit wrong or UVdesk application isn't using the normal methods per Symfony's documentation.

      I was attempting to use Symfony's instructions here (https://symfony.com/doc/current/bundles/override.html) but it did not work. I was trying to override the login template with a file in 'templates/bundles/UVDeskSupportCenter/Knowledgebase/login.html.twig'. This did not work. I was able to find this semi-related issue in GitHub (https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/issues/557) that got me on the right track.

      Using "bin/console debug:twig" I was able to find the correct path which is "templates/bundles/UVDeskSupportCenterBundle"/Knowledgebase/login.html.twig". You need to add that 'Bundle' onto the end of the end of the bundle name as it exists here (https://github.com/uvdesk/support-center-bundle/blob/master/Controller/Customer.php#L102).

      posted in Technical Help
      H
      HockeyDevil07
    • How can I override templates?

      I see how to override some text with translations, but I need to insert some HTML tags into those translations. So, I am wondering how I can override templates so that I can update them to the needs for my system.

      For example - on the login page, there is the message "If you have ever contacted us previously, your account is more than likely already created". Users that have created an account via the ticket, however, cannot log in since they do not have a password. I would like to add some tags for emphasis and possibly link to help customers understand how to complete setting up their account by setting a password. I know the file is here (https://github.com/uvdesk/support-center-bundle/blob/master/Resources/views/Knowledgebase/login.html.twig) but I need some way to override this so that I can customize the login page per the needs of my application.

      I see that in some other tickets (https://forums.uvdesk.com/topic/1876/how-to-change-logo-for-admin-agent-login-page-and-dashboard/2) and (https://forums.uvdesk.com/topic/1902/knowledgebase-text-colour/2) you've told other users to edit the files in their /vendor/ directory. There has to be some other way to do this, right? Generally speaking aren't the files in your vendor directory not supposed to be edited? If you edit them, aren't you at risk of losing your customizations when you run composer updates?

      posted in Technical Help
      H
      HockeyDevil07
    • RE: Saved Replies Vs Prepared Responses

      @Sanjeev thank you - I now see that prepared responses are more of automated workflows and don't actually populate any text for a ticket the way that saved replies do.

      posted in General Discussion
      H
      HockeyDevil07
    • RE: Auto Close Tickets?

      @Sanjeev thanks for your response. It does sound like you have identified the feature we need, but unfortunately my client's business requires their data to be self-hosted and kept private.

      posted in Technical Help
      H
      HockeyDevil07
    • Saved Replies Vs Prepared Responses

      I am unable to really tell the specific differences in functionality between a saved reply and a prepared response. I see that prepared responses can have actions associated with. I can't really understand use cases where you'd want to use a saved reply instead of a prepared response if a prepared response has all of the functionality of a saved reply. Could someone please expound upon some uses cases or what is intended by this design?

      posted in General Discussion
      H
      HockeyDevil07
    • RE: Auto Close Tickets?

      @Sanjeev your paid options - do I have the option to self-host them like with the community skeleton? Or do you host it?

      posted in Technical Help
      H
      HockeyDevil07
    • Auto Close Tickets?

      Hello, I am using the community skeleton. I am wondering if there is a way to set up a workflow to automatically reply to tickets after a certain period passes with no response from the customer and to close that ticket.

      It seems like this would be in Workflows. However, this would need to be set up using a scheduled task / cron job it seems, and wouldn't require an Event to happen. I also don't think the correct conditions exist to be able to check the last reply from a customer.

      Please let me know if this is possible. Thank you!

      posted in Technical Help
      H
      HockeyDevil07