- Posts: 2
- Thank you received: 0
How to change text in log-in form
-
ardjanbos
Inactive member - Topic Author
- New Member
Less
More
12 years 9 months ago #16565
by ardjanbos
How to change text in log-in form was created by ardjanbos
Hi,
I've been roaming through different public_HTML/Language/en-GB files, because I want to change:
1. The words in the 'login form': Username, Password, Remember me.
2. The text underneath: Forgot your password? Forgot your username etc.
3. The text 'carty empty' 'show cart' etc.
Which files am I looking for? Can anyone point me in the right direction?
>>> wereldlampen.nl/index.php/log-in
Thank you SO much!
Adrian
I've been roaming through different public_HTML/Language/en-GB files, because I want to change:
1. The words in the 'login form': Username, Password, Remember me.
2. The text underneath: Forgot your password? Forgot your username etc.
3. The text 'carty empty' 'show cart' etc.
Which files am I looking for? Can anyone point me in the right direction?
>>> wereldlampen.nl/index.php/log-in
Thank you SO much!
Adrian
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 9 months ago #16572
by ivan.milic
Replied by ivan.milic on topic Re: How to change text in log-in form
Copy that folder to your computer locally. Get Total Commander
www.ghisler.com/download.htm
Use Command->Search, "Find text" option to locate right files.
Use Command->Search, "Find text" option to locate right files.
Please Log in to join the conversation.
-
ardjanbos
Inactive member - Topic Author
- New Member
Less
More
- Posts: 2
- Thank you received: 0
12 years 9 months ago #16587
by ardjanbos
Replied by ardjanbos on topic Re: How to change text in log-in form
Hi Milos (thanks for your quick reply),
I do know how to download, edit and upload files again with FileZilla (I work with TextEditor....being a Mac user and all)
So, I think I have been changing text in the right folder, but it doesn't have an effect.
For instance, I know the 'log-in module' words (username, password, remember me, forgot your password etc.) I was writing about in my first post are to be found in the libraries/language/en-GB/en-GB.mod_login.ini
MOD_LOGIN_FORGOT_YOUR_PASSWORD="Forgot your password?"
MOD_LOGIN_FORGOT_YOUR_USERNAME="Forgot your username?"
MOD_LOGIN_HINAME="Hi %s,"
MOD_LOGIN_REGISTER="Create an account"
MOD_LOGIN_REMEMBER_ME="Remember Me"
MOD_LOGIN_VALUE_NAME="Name"
MOD_LOGIN_VALUE_USERNAME="User Name"
Let's say I want to change the words "Remember me" to its Dutch counterpart "Onthoud mij".
I changed these words in the different lines but it does not show in the front end ( wereldlampen.nl/index.php/log-in ). Do I have to adjust the PHP file in the MOD_LOGIN folder?
You probably think I am absolutely simpleminded, but this is the first time I work with scripts of any kind. Sorry to bother you again.
Adrian
I do know how to download, edit and upload files again with FileZilla (I work with TextEditor....being a Mac user and all)
So, I think I have been changing text in the right folder, but it doesn't have an effect.
For instance, I know the 'log-in module' words (username, password, remember me, forgot your password etc.) I was writing about in my first post are to be found in the libraries/language/en-GB/en-GB.mod_login.ini
MOD_LOGIN_FORGOT_YOUR_PASSWORD="Forgot your password?"
MOD_LOGIN_FORGOT_YOUR_USERNAME="Forgot your username?"
MOD_LOGIN_HINAME="Hi %s,"
MOD_LOGIN_REGISTER="Create an account"
MOD_LOGIN_REMEMBER_ME="Remember Me"
MOD_LOGIN_VALUE_NAME="Name"
MOD_LOGIN_VALUE_USERNAME="User Name"
Let's say I want to change the words "Remember me" to its Dutch counterpart "Onthoud mij".
I changed these words in the different lines but it does not show in the front end ( wereldlampen.nl/index.php/log-in ). Do I have to adjust the PHP file in the MOD_LOGIN folder?
You probably think I am absolutely simpleminded, but this is the first time I work with scripts of any kind. Sorry to bother you again.
Adrian
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 9 months ago #16594
by ivan.milic
Replied by ivan.milic on topic Re: How to change text in log-in form
If it has label changing right ini will do. Maybe it does not have effect if you are using other language than english, then you need to create language folder for ini files in that language (you need to make copy of en-GB/ with different name). ini file in module folder does not have effect. MOD_LOGIN is core joomla module so 100% there is label. You can open its files to see what is label it should look like this:
JText::sprintf("LABEL_NAME")
JText::sprintf("LABEL_NAME")
Please Log in to join the conversation.
Time to create page: 0.151 seconds