1

I am using Joomla 2.5 inbuilt registration form .After successful user log-in their is a option for user to view and edit their profile.I need to change label of that edit profile form . how to change Please Help me I am new to Joomla .

1 Answers1

0

There is an easy way to translate everything in joomla. You have to go to:

Extensions -> Language Manager -> Overrides -> New

There is a search option available. You could select the string you want to translate and add an override.

Hope this helps

emmanuel
  • 9,607
  • 10
  • 25
  • 38
  • No..! actually their is some fields are optional i need to make those compulsory(or just need to remove that "optional") please help – ensignpixels llp Oct 31 '14 at 10:23
  • Please check `/components/com_users/models/forms/profile.xml` and change `required` status. – emmanuel Oct 31 '14 at 10:36
  • This is a core joomla change and will be lost after update. In order to make an override of this file you have to folow these steps: http://stackoverflow.com/a/9855024. – emmanuel Oct 31 '14 at 10:48