-
AuthorPosts
-
sbaldwin Friend
sbaldwin
- Join date:
- May 2008
- Posts:
- 342
- Downloads:
- 0
- Uploads:
- 65
- Thanks:
- 119
- Thanked:
- 15 times in 1 posts
February 12, 2009 at 7:53 pm #138073Hi,
Does anyone know how to “swap” the location of the links in the highslide Login? The resaon I would like the link on the left moved to right posistion and same for Forgot Password is that they really should be listed under the appropiate text entry fields.So the way it is now, when you login on home page the user name text field has “foget your password” located right under it , and Forget your Login is listed right under where Password loaction.
Any easy way to move links easily? See sceenshot attached. Thanks!
imsleepy Friendimsleepy
- Join date:
- January 2009
- Posts:
- 451
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 94
- Thanked:
- 45 times in 1 posts
February 12, 2009 at 8:03 pm #290951LOL I never noticed that! Now I want to change it too. That is a bit confusing isn’t it. I am off to see what I can find. If I come up with anything I will let you know.
imsleepy Friendimsleepy
- Join date:
- January 2009
- Posts:
- 451
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 94
- Thanked:
- 45 times in 1 posts
February 12, 2009 at 8:13 pm #290953OK very easy fix.
In your Teline II template folder go to html>mod_login>default.php
Find the following:
<div class="ja-login-links">
<a href="<?php echo JRoute::_( 'index.php?option=com_user&view=reset' ); ?>">
<?php echo JText::_('FORGOT_YOUR_PASSWORD'); ?></a>
<a href="<?php echo JRoute::_( 'index.php?option=com_user&view=remind' ); ?>">
<?php echo JText::_('FORGOT_YOUR_USERNAME'); ?></a>Change to
<div class="ja-login-links">
<a href="<?php echo JRoute::_( 'index.php?option=com_user&view=remind' ); ?>">
<?php echo JText::_('FORGOT_YOUR_USERNAME'); ?></a>
<a href="<?php echo JRoute::_( 'index.php?option=com_user&view=reset' ); ?>">
<?php echo JText::_('FORGOT_YOUR_PASSWORD'); ?></a>Quick and painless. Be sure to make backup copy of defaut.php before you begin.
bennitos Friendbennitos
- Join date:
- May 2008
- Posts:
- 1717
- Downloads:
- 0
- Uploads:
- 39
- Thanks:
- 39
- Thanked:
- 474 times in 407 posts
February 12, 2009 at 8:13 pm #290954You will find answer in this topic:
http://www.joomlart.com/forums/topic/mistake-in-username-and-password-login/ps. imsleepy just beat me to it 🙂
1 user says Thank You to bennitos for this useful post
imsleepy Friendimsleepy
- Join date:
- January 2009
- Posts:
- 451
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 94
- Thanked:
- 45 times in 1 posts
February 12, 2009 at 8:56 pm #290966<em>@bennitos 111596 wrote:</em><blockquote>You will find answer in this topic:
http://www.joomlart.com/forums/topic/mistake-in-username-and-password-login/ps. imsleepy just beat me to it :)</blockquote>
That will teach me to search the forum next time :-[
Was in a hurry to fix it on my own site. :p
1 user says Thank You to imsleepy for this useful post
sbaldwin Friendsbaldwin
- Join date:
- May 2008
- Posts:
- 342
- Downloads:
- 0
- Uploads:
- 65
- Thanks:
- 119
- Thanked:
- 15 times in 1 posts
February 13, 2009 at 12:44 am #291008Thanks Guys! I really appreciate your help and quick reply! I think changing this will be less confusing to people that try to login. 😀
imsleepy Friendimsleepy
- Join date:
- January 2009
- Posts:
- 451
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 94
- Thanked:
- 45 times in 1 posts
February 13, 2009 at 1:04 am #291011<em>@sbaldwin 111658 wrote:</em><blockquote>Thanks Guys! I really appreciate your help and quick reply! I think changing this will be less confusing to people that try to login. :D</blockquote>
You are very welcome. Glad you asked the question or I probably would have never noticed the problem on my own site.
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 3 voices, and was last updated by imsleepy 15 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Telline ll Login/Registraion "Links"
Viewing 7 posts - 1 through 7 (of 7 total)