Changing “Remember Me” text string in user box in Joomla 1.5
I wanted to change “Remember Me” text in the user login box in Joomla 1.5 to just “Remember” so that it should fit with the login button to the right of it while keeping them in same row.
Anyways, here is the simple process to change “Remember Me” text in Joomla 1.5.
Navigation to your Joomla-installation/language/en-GB folder and open the “en-GB.com_user.ini” file. There is another file with name “en-GB.com_users.ini” so don’t confuse with it, it is “en-GB.com_user.ini” which you will need to edit. Near line 90 you should find “REMEMBER ME=Remember Me”. Change the right side text. When i changed it, it looked “REMEMBER ME=Remember”. Save and upload. You are done (?)
But wait, it is possible that your Joomla is using login module language file (which mine did) to display login form text strings. Edit this file, that is, /language/en-GB/en-GB.mod_login.ini (near line 32) and upload.
If you still cannot see changes try clearing cache using Tools > Clean Cache. Or, there is another language file which you may consider making changes to. It is /language/en-GB/en-GB.ini which has same variable that is REMEMBER ME near line 264. Make same change here as well. These are the only place you could change Remember Me. Change must reflect now.
Possibly Related posts:
- Editing Read more text and template files HTML in Joomla 1.5
In my latest Joomla 1.5 website i wanted to change “Read more…” text to “Click to continue…”. In fact I did not like the wide... - Joomla Direct Access to This Location Is Not Allowed Error
After installing Joomla! 1.5, i encountered the following warning message saying “Direct Access to this location is not allowed” when changing the template to which... - Hindi language plugin for Joomla
Check this really cool tinyMCE extension to make your Joomla post content to appear in Hindi. It supports as many as Eight Indian languages including... - How to remove meta tag “generator” in Joomla 1.5
On a page that is generated by Joomla, by default you will always see a meta tag like following <meta name="generator" content="Joomla! 1.5 - Open... - Auto linking text string having image tags using Text Helper in CakePHP
Recently I found that auto linking urls and emails of a string having image tags within was not possible using text helper in CakePHP. It...
If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.





