We will continue to customize the WebCards system by making some changes to the text on the pages. This default text can be found in the lang folder of the WebCards system. The file we will work on is the en-gb.php file. webcards/lang/en-gb.php As you can see, this file contains a list of variables and the text assigned to each variable. You may wish to review each and make changes to match your needs. As for our example, we will make four changes. On the front page of the system and just under the header graphic we have two links. The first is a link to this page and the second is a link for picking up an ecard. Both of these together take up most of the width of the page. We can change the "Send A Pamela Gladding Ecard" to "Send an Ecard". We will make the same change for the pickup message. Below this is the message "Choose an Image to Send with Your Pamela Gladding Ecard". This is so long that it covers two lines. We can change this to "Choose an Ecard".
On the send form, the instructions are a little too long. We can change the "Fill in the form below to create your own Pamela Gladding Ecard" to just say "Fill in the form below".
$lang['form_create_webcard'] = "Fill in the form below to create your own {{site_title}}"; Change the code to the following. $lang['form_create_webcard'] = "Fill in the form below."; Now refresh your browser to view the changes. Join us in the Digital Art and Design forum. WebCards screenshots used by permission. |