Tailoring Text: Personalization and Customization

thumb_up 1  ·  sell Text customization techniques, Personalized text editing, Tailored content creation

Steps for customising the text displayed in WHMCS are as follows:

1. Open the /lang/english.php file in your preferred text editor.

2. Search for the text you wish to customise. Note down the corresponding string name, as highlighted below.

In this example we are going to change the text "Welcome to our Support Portal." So the string name is headertext.

9d36fba4-d4ce-49ff-a417-c600aa309f85.png

3. Create the folder overrides within the lang directory.

00a19a34-3309-4243-8aec-8d4b357d8436.png

2. Create or copy the language file you want to override. For example, to create an override for the English language you create ./lang/overrides/english.php

3fc7f7ee-d6ed-4062-9eae-d254d6c056d4.png

3. Open the newly created file in your preferred editor.

4. Start the file with a PHP tag, indicating PHP code is to be used:

<?php
 

5. Enter the string(s) you wish to override along with the new text.

In our example we would write the following into the /overrides/english.php file:

$_LANG['headertext'] = "Welcome home!";
 

6. Save the file with UTF-8 encoding and upload to your server.

854eae5e-b51b-4577-b28f-e9ad869c0a57.png
 
 
The End! should you have any inquiries, we encourage you to reach out to the Vercaa Support Center without hesitation.

Was this answer helpful?

Related Articles

description

Step-by-Step Guide to Installing WHMCS

To start using WHMCS, you will need to install it on your server. You may need help from your hosting provider or system administrator…

arrow_forward
description

Configuring cPanel Site Software for WHMCS Integration: A How-To Guide

You can install WHMCS using cPanel's Site Software feature. Before you can perform the installation, a WHM user must enable WHMCS…

arrow_forward
description

Effortless WHMCS Installation Using cPanel Site Software: A Step-by-Step Tutorial

You can install WHMCS easily using cPanel's Site Software feature. To do this: 1. If you have not already done so, configure…

arrow_forward
description

Configuring WHMCS Cron Jobs: Step-by-Step Setup Guide

You will need to configure the cron job as soon as you finish installing WHMCS. The cron job executes WHMCS's automation tasks,…

arrow_forward
description

Customizing the WHMCS Cron Schedule: Configuration Guide

The WHMCS cron job performs many of the automated tasks for your WHMCS installation. You can customize when and how often it runs…

arrow_forward
arrow_back « Back