Pop Login
- Posted by Phreshmaker (3) Offline
To whom it may concern,
I tried the pop login module on my site, its a great module, however, Im having issues with the sign up section. It doesn't work? The login does work. Is there something that I am missing.
12 years 3 weeks ago #1
by Phreshmaker
I tried the pop login module on my site, its a great module, however, Im having issues with the sign up section. It doesn't work? The login does work. Is there something that I am missing.
Please Log in or Create an account to join the conversation.
- Posted by Phreshmaker (3) Offline
- Posted by ronysyz (191) Offline
Hello Phreshmaker,
Can we know more details about your case?
Would be nice if we can see your live link for that...
Regards
12 years 3 weeks ago #3
by ronysyz
Can we know more details about your case?
Would be nice if we can see your live link for that...
Regards
Please Log in or Create an account to join the conversation.
- Posted by Phreshmaker (3) Offline
What other details would you like to know. It's a development site. here is the link in question.
cineminx.com/pmp/
12 years 3 weeks ago #4
by Phreshmaker
cineminx.com/pmp/
Please Log in or Create an account to join the conversation.
- Posted by ronysyz (191) Offline
please try to edit this file mod_poplogin/tmpl/default.php at line 72-74
replace those codes with
Regards
12 years 3 weeks ago #5
by ronysyz
<div class="tppopsigninbutton">
<a href="<?php echo JRoute::_( 'index.php?option=com_users&view=registration' ); ?>">
<?php echo JText::_('SIGNUP'); ?></a></div>
replace those codes with
<a href="<?php echo JRoute::_( 'index.php?option=com_users&view=registration' ); ?>">
<div class="tppopsigninbutton">
<?php echo JText::_('SIGNUP'); ?>
</div>
</a>
Regards
Please Log in or Create an account to join the conversation.
- Posted by andy (759) Offline
Hi Phreshmaker, I've checked your website and it works properly. I can click the sign in button and it refers to registration page
12 years 3 weeks ago #6
by andy
Please Log in or Create an account to join the conversation.