Jump to content

How to change the option value "Answered " into "Awaiting Reply" in ticet status?


kannan

Recommended Posts

in your whmcsinstall/lang/English.txt, or whatever language you are using.

 

Find:

$_LANG["supportticketsstatusanswered"] = "Answered";

 

Change to:

$_LANG["supportticketsstatusanswered"] = "Awaiting Client Reply";

Edited by JofleyUK
typo
Link to comment
Share on other sites

Hi,

Thank you , i made changes in english..txt that you mentioned , the value "Answered " is replaced by "Awaiting client reply" for few of the value "Answered". ie, In client side it is ok but in admin side status ticket dropdown is there how to change its value.

 

please advice me..

 

Regards

Palanishankar A

Link to comment
Share on other sites

Hmmmmm. After looking it seems the admin side MAY be encoded to the script. I checked the DB and it isn't there, maybe matt could confirm, or maybe for V4.1 when its out pull the dropdown menu for the admin side from the same language file....

 

cough cough... hint hint :P

Link to comment
Share on other sites

  • 7 months later...

You can change the pull down if you can edit the database

 

UPDATE `your-whmcs-database-name`.`tblticketstatuses` SET `title` = 'Awaiting-Client-Reply' WHERE `tblticketstatuses`.`id` =2;

 

However that doesn't mean you will be able to see the active tickets anymore.

 

This should be customizable.

Edited by sgrayban
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