test
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • sbaldwin Friend
    #138073

    Hi,
    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!


    1. LOGIN
    imsleepy Friend
    #290951

    LOL 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 Friend
    #290953

    OK 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 Friend
    #290954

    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 🙂

    imsleepy Friend
    #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

    sbaldwin Friend
    #291008

    Thanks Guys! I really appreciate your help and quick reply! I think changing this will be less confusing to people that try to login. 😀

    imsleepy Friend
    #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.

Viewing 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