POP LOGIN configuration
- Posted by luis zanatta (2) Offline
 
				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 11 months ago								#7
				by luis zanatta
			
		
			The topic has been marked as resolved.		
	
												- Posted by ronysyz (191) Offline
 
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
			The topic has been marked as resolved.		
	
												- Posted by luis zanatta (2) Offline
 
				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 11 months ago								#9
				by luis zanatta
			
		
			The topic has been marked as resolved.		
	
												- Posted by erwinschro (1034) Offline
 
				As Rony said this could be a template related issue. So we really don't have any clue without looking at it.			
						
								12 years 11 months ago								#10
				by erwinschro
			
		
			The topic has been marked as resolved.		
	
												- Posted by lolaflores (5) Offline
 
				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 11 months ago								#11
				by lolaflores
			
		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
			The topic has been marked as resolved.		
	
												- Posted by andy (759) Offline
 
				Hi lolaflores,
Please open this file :
modules/mod_poplogin/tmpl/default.php
find this code (line 83) ;change that with
then find this code (line 94):change that with
then in your spanish / frech / english languange files add these new languange definitions :
Hope this helps
			
						
								12 years 11 months ago								#12
				by andy
			
		Please open this file :
modules/mod_poplogin/tmpl/default.php
find this code (line 83) ;
<?php echo JText::_('Username') ?><?php echo JText::_('POPLOGINUSERNAME') ?>then find this code (line 94):
<?php echo JText::_('Remember me') ?><?php echo JText::_('POPLOGINREMEMBERME') ?>POPLOGINUSERNAME = "usuario"
POPLOGINREMEMBERME = "Recuerdame"Hope this helps
			The topic has been marked as resolved.