POP LOGIN configuration

Hi, I recently installed de Popup Login module, My site is under Joomla 2.5.8 and when I click the login button the forma appears in greyed mode and I can´t use it.
12 years 5 months ago #7 by luis zanatta
The topic has been marked as resolved.

Hi, I recently installed de Popup Login module, My site is under Joomla 2.5.8 and when I click the login button the forma appears in greyed mode and I can´t use it.


Hello luiszanatta,

Maybe there is any conflict with the css code of your template
so i need to see your live link for this case

Thanks
12 years 5 months ago #8 by ronysyz
The topic has been marked as resolved.
mmm there´s the problem ... I got my site in localhost yet (ammps), I did my template using Arteester and when I installed the module I left the default parameters.
12 years 5 months ago #9 by luis zanatta
The topic has been marked as resolved.
As Rony said this could be a template related issue. So we really don't have any clue without looking at it.
12 years 5 months ago #10 by erwinschro
The topic has been marked as resolved.
Hello,

I´ve translate everything and changed appearance in css. Everything works ok, but I have a problem with 2 translations:

- Username: spanish "usuario" and french "utilisateur"
- Remember me: spanish "Recuerdame" and french "souvenir de moi"

It doesn´t work. My site is www.ibizen.com. I attach 2 captures.

Could you help me? Thanks
12 years 4 months ago #11 by lolaflores
The topic has been marked as resolved.
Hi lolaflores,

Please open this file :
modules/mod_poplogin/tmpl/default.php

find this code (line 83) ;
<?php echo JText::_('Username') ?>
change that with
<?php echo JText::_('POPLOGINUSERNAME') ?>

then find this code (line 94):
<?php echo JText::_('Remember me') ?>
change that with
<?php echo JText::_('POPLOGINREMEMBERME') ?>
then in your spanish / frech / english languange files add these new languange definitions :
POPLOGINUSERNAME = "usuario"
POPLOGINREMEMBERME = "Recuerdame"

Hope this helps :)
12 years 4 months ago #12 by andy
The topic has been marked as resolved.
Powered by Kunena Forum