Page 1 of 1

Forgot your username?

Posted: Fri Apr 06, 2012 1:22 am
by kelly923
Is it possible to replace the text

Forgot your username?
Forgot your password?

with an linkable image

and once you click that link, and on that page I'm using a background image and I need to also move the email box and text down a bit, does anyone know where that is, I've tried to use firebug but I just can't figure out where it is

Thank you for any help or direction

Kelly

Re: Forgot your username?

Posted: Fri Apr 06, 2012 2:05 am
by imanickam
kelly923 wrote:Is it possible to replace the text

Forgot your username?
Forgot your password?

with an linkable image
It is not clear whether you are using a component (via menu item) or a module to login.

If it component (via menu item), you could change the following language strings that are available in the file en-GB.com_content.ini that is located in the directory \language\en-GB.

Code: Select all

COM_USERS_LOGIN_REMIND="Forgot your username?"
COM_USERS_LOGIN_RESET="Forgot your password?"
It is a module, you could change the following language strings that are available in the file en-GB.mod_login.ini that is located in the directory \language\en-GB.

Code: Select all

MOD_LOGIN_FORGOT_YOUR_PASSWORD="Forgot your password?"
MOD_LOGIN_FORGOT_YOUR_USERNAME="Forgot your username?"
You have to change the text within Double Quotes.

Suggest using the language override technique as documented at http://docs.joomla.org/International_En ... _Overrides.

If you are using Joomla! 2.5, you could create language overrides in the Language Manager itself. Click on the tab Overrides for this.
kelly923 wrote:and once you click that link, and on that page I'm using a background image and I need to also move the email box and text down a bit, does anyone know where that is, I've tried to use firebug but I just can't figure out where it is
You may have to change the following files:
(a) Forgot your password: - default.php that is located in the directory \components\com_users\views\reset\tmpl
(b) Forgot your username: - default.php that is located in the directory \components\com_users\views\remind\tmpl

Being core Joomla! files, suggest following the override technique as documented at http://docs.joomla.org/How_to_override_ ... omla!_core.

Re: Forgot your username?

Posted: Fri Apr 06, 2012 4:12 am
by kelly923
imanickam,

you are truly a master, if I may ask just one more thing, can I make my content area full screen or fluid to re-size with the browser? Thank you so much for your generosity, I truly appreciate it.

Kelly

Re: Forgot your username?

Posted: Sun Apr 08, 2012 5:02 pm
by kelly923
I'm using the the module and I have found where to change the text but I cannot figure out how to add a linkable image there.

Re: Forgot your username?

Posted: Sun Apr 08, 2012 5:21 pm
by imanickam
In the place of text (e.g., Forgot your password?), have you tried to have the img tag (e.g., <img src="smiley.gif" alt="Smiley face" height="42" width="42" />)?

Re: Forgot your username?

Posted: Sun Apr 08, 2012 8:02 pm
by kelly923
no I will try that and do you know how to expand the content area to full size or make it transparent so I can use different backgrounds for different pages?

Thanks so much for all your help

Re: Forgot your username?

Posted: Sun Apr 08, 2012 8:12 pm
by kelly923
Yes that did work but I still get that mouse over color, do you know where I can get rid of that? Thank you and I apologize for so many questions

Re: Forgot your username?

Posted: Sun Apr 08, 2012 10:17 pm
by kelly923
I figured it out, I just commented out the active link section in my css file, but what I cannot find anywhere is, how to make the content area full screen or be able to have different backgrounds in the content area for different pages

Re: Forgot your username?

Posted: Mon Apr 09, 2012 1:27 am
by imanickam
Good... Glad to see that you could sort out things.

It is a good practice to create new topic for each of the questions you have. That way, you could keep track of them and also, it helps to keep the focus of the discussion.

Re: Forgot your username?

Posted: Mon Apr 09, 2012 7:06 pm
by kelly923
Thank you for all your help, I have tried to post separate questions but no one seems to know anything about what I'd like to do with expanding the content area and being able to add different backgrounds for each separate.

Re: Forgot your username?

Posted: Tue Apr 10, 2012 1:37 am
by imanickam
As you may be aware, the people who answer the questions in these forums, the people who manage these forums, and the people who moderate these forums are all volunteers just like you and me.

So, sometimes, getting response to a question may be delayed.

Hope you understand.