Shape 5

Joomla Templates => Game Vision - October 2007 - Club => : tlantos September 29, 2009, 02:42:37 AM



: Horizontal login module
: tlantos September 29, 2009, 02:42:37 AM
I see in your demo that this module have only three one label "Forgot password?".
But when I install this module I see three labels:
Forgot Password? Username?   |   Register
And so width of this module is too wide. What should I do to eliminate this entries?


: Re: Horizontal login module
: mikek September 29, 2009, 08:55:00 AM
Hello, the Username? portion was added in Joomla 1.5, the demo is 1.0. You can adjust the text in the module's backend.


: Re: Horizontal login module
: tlantos September 29, 2009, 09:42:53 AM
But I don't want to use this entries!
All I need is Login and Remember me.

I have explore the source code of this module and understand that this feature is not provided in this module.
I can't switch off this entries.
But in the source of this module I have easy deactivated them.

It is not convenient for   real users.


: Re: Horizontal login module
: mikek September 29, 2009, 11:29:57 AM
If you edit the file:

modules\mod_s5_horizontal_login\tmpl\default.php

Just remove the following:

<a href="<?php echo JRoute::_( 'index.php?option=com_user&view=remind' ); ?>">
            <?php echo $forgotu ?>
         [/url]