custom-text.php changes to customer interface not working
Posted: Wed Aug 21, 2019 6:29 pm
Script URL:
Version of script: 2.8.2
Hosting company: HostingMatters
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution: custom-text.php
Write your message below:
Using article: https://www.hesk.com/knowledgebase/index.php?article=88.
I have added custom-text.php relating to customer interface. Basically changing the word ticket to question. Made changes in Dreamweaver, uploaded to /language/en folder, tested (https://www.pbgv.org/help/language/en/custom-text.php) and PHP is OK. However, interface wording has not changed (https://www.pbgv.org/help/). Below is custom text:
<?php
/*
* ==> HOW TO CUSTOMIZE TEXT
*
* Follow this guide:
* http://www.hesk.com/knowledgebase/?article=88
*
* ==> IMPORTANT: FILE ENCODING
*
* This file *must* be saved in UTF-8 encoding without byte order mark (BOM)
* Test chars: àáâãäåæ
*
* http://www.hesk.com/knowledgebase/?article=87
*
*/
// ADD AND MODIFY TEXT BELOW THIS LINE
// CUSTOMER INTERFACE
$hesklang['your_ticket_been']='Your question has been';
$hesklang['submit_ticket']='Submit a question';
$hesklang['sub_ticket']='Submit question';
$hesklang['reply_submitted_success']='Your reply to this question has been successfully submitted';
$hesklang['view_your_ticket']='View your question';
$hesklang['ticket_submitted']='Question submitted';
$hesklang['ticket_submitted_success']='Your question has been successfully submitted! Question ID';
$hesklang['your_ticket']='Your question';
// DO NOT CHANGE BELOW
if (!defined('IN_SCRIPT')) die('PHP syntax OK!');
Version of script: 2.8.2
Hosting company: HostingMatters
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution: custom-text.php
Write your message below:
Using article: https://www.hesk.com/knowledgebase/index.php?article=88.
I have added custom-text.php relating to customer interface. Basically changing the word ticket to question. Made changes in Dreamweaver, uploaded to /language/en folder, tested (https://www.pbgv.org/help/language/en/custom-text.php) and PHP is OK. However, interface wording has not changed (https://www.pbgv.org/help/). Below is custom text:
<?php
/*
* ==> HOW TO CUSTOMIZE TEXT
*
* Follow this guide:
* http://www.hesk.com/knowledgebase/?article=88
*
* ==> IMPORTANT: FILE ENCODING
*
* This file *must* be saved in UTF-8 encoding without byte order mark (BOM)
* Test chars: àáâãäåæ
*
* http://www.hesk.com/knowledgebase/?article=87
*
*/
// ADD AND MODIFY TEXT BELOW THIS LINE
// CUSTOMER INTERFACE
$hesklang['your_ticket_been']='Your question has been';
$hesklang['submit_ticket']='Submit a question';
$hesklang['sub_ticket']='Submit question';
$hesklang['reply_submitted_success']='Your reply to this question has been successfully submitted';
$hesklang['view_your_ticket']='View your question';
$hesklang['ticket_submitted']='Question submitted';
$hesklang['ticket_submitted_success']='Your question has been successfully submitted! Question ID';
$hesklang['your_ticket']='Your question';
// DO NOT CHANGE BELOW
if (!defined('IN_SCRIPT')) die('PHP syntax OK!');