Use of jtext in joomla hosting

Joomla 2.5 has reached its end of life as for 12/31/2014. Please be advised this may be a security risk to your website. You can view more information about the end of life here .

Much of Joomla 2.5 runs off of language files. These language files store values for commonly used words and phrases, and make it easier to change languages in Joomla. For example, if your site is in English, you may have a language "Constant" named HELLO. In English, HELLO equals "hello". In Spanish, HELLO equals "hola". If you change languages in Joomla, when Joomla is asked to print the constant HELLO to the screen, it will print either hello or hola, depending on the language you have set.

Use of jtext in joomla hosting is actually

Joomla includes a new feature called Language Overrides that allows you to easily change these constants. For example, in your site's breadcrumb trail, it by default says, "You are here", and then prints the breadcrumb trail. "You are here" is actually a language contstant, and in this tutorial we'll show you how to change the value of that constant in the event you don't want it to show or you want to change its value.

To use the Joomla 2.5 Language Override tool:

  1. Log into your Joomla Dashboard
  2. In the top menu, hover over Extensions and click Language Manager
  3. Click the Overrides Tab and then click New
  4. Under Search text you want to change. type in the text you want to edit. Ensure Value is selected, and then click Search. In our Example, we typed in You are here. In the search results, click on MOD_BREADCRUMBS_HERE. as this is the value we want to change.
  5. Under Create a New Override. update the text to reflect what you want it to read. In our situation, we don't want the text to display at all, so we will delete all of the text.
  6. Click Save & Close in the top right menu

If you followed the exact steps above, the "You are here:" text in the breadcrumb trail will no longer show.

Before our Language Override

After our Language Override

Watch this video!

Related articles

Pack langue fr joomla hostingWhen we installed Joomla 3.0. we chose English as the default language. Joomla 3.0 is able to support different languages. In this tutorial we'll show you how to change you site language in...
Language manager installed languages joomla hostingJoomla can be used in many different languages. When you first install the platform, you can pick which one you want to use in the admin panel. However, what happens should you change your mind...
Permission 755 joomla hostingFile Permission Issues Multiple reasons could be the cause of this problem, all of which start with the type of web hosting environment you have. These file permissions include: Being unable to...
Php echo jtext in joomla hostingJText::_() is a helper function to help with localization. It will take a symbol like COM_DIGICOM_PRICE_PLAN and lookup the users currently set language and pull the related string from the...
Position 14 joomla hostingHow to add new menus and other modules to your Joomla site and how to change their positions If you want your Joomla frontend to display additional menus, or some other modules, you can add...