Jump to content

How do i change text "If you can't find a solution to your problems in our knowledgebase..."


tsupan

Recommended Posts

I am new to WHMCS and my KB will be still very much empty..

At the "Submit Ticket" page, To avoid any potential complaints, I would like to remove the text..

 

"If you can't find a solution to your problems in our knowledgebase, you can submit a ticket by selecting the appropriate department below."

 

and change it to something more friendly.

 

How do i do that ?

 

 

 

Capture3.PNG

Link to comment
Share on other sites

you can modify the line using Language Overrides.

 

$_LANG['supportticketsheader'] = "If you can't find a solution to your problems in our knowledgebase, you can submit a ticket by selecting the appropriate department below.";

 

the above page will explain in more details, but basically you create an "overrides" folder within the 'lang' folder, add an 'english.php' and enter your alternative string entry for the above value... and then repeat for any other languages used in the client area.

Link to comment
Share on other sites

i see.. but this will only make changes to the English Language. Unfortunately i do not know the other language to make the necessary changes.

I could use google translate but it will be a tedious process to make changes to all the language. Hoping that there will be an easier way to do this.

 

Anyway this workaround should work for now.

 

Thanks brian!

Link to comment
Share on other sites

i see.. but this will only make changes to the English Language. Unfortunately i do not know the other language to make the necessary changes.

I could use google translate but it will be a tedious process to make changes to all the language. Hoping that there will be an easier way to do this.

i'm sorry but there isn't - you effectively have 3 options...

 

1. only change the English version and leave the others as they are...

2. translate all of them - if you don't know the language, then Google Translate will have to do.

3. just use an empty value in the overrides, e.g = "" - and that will remove the string output... do that for all the languages and they'd all be the same.

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