Jump to content

Ticket reply order


zeith

Recommended Posts

Hello. I cannot find -if there is- an option to sort tickets reply from oldest to newest. Now, when a ticket is updated, the reply is at the top instead of at the bottom. Is there any way to change this?

 

The option I have found only changes the view in the admin panel.

 

Thank you.

Link to comment
Share on other sites

Hello. I cannot find -if there is- an option to sort tickets reply from oldest to newest. Now, when a ticket is updated, the reply is at the top instead of at the bottom. Is there any way to change this?

The option I have found only changes the view in the admin panel.

as you say, you can change the sort order on the admin side by changing a setting in the Admin Area...

 

http://docs.whmcs.com/Support_Tab#Ticket_Reply_List_Order

 

to do the same thing in the Client Area, would require a template modification to your viewticket.tpl template in your active theme...

 

change the following line...

{foreach from=$descreplies key=num item=reply}

to...

 

{foreach from=$ascreplies key=num item=reply}

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated