Pop Login

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.
11 years 5 months ago #1 by Phreshmaker

Please Log in or Create an account to join the conversation.

Sorry, I am using Joomla 3.0
11 years 5 months ago #2 by Phreshmaker

Please Log in or Create an account to join the conversation.

Hello Phreshmaker,

Can we know more details about your case?
Would be nice if we can see your live link for that... :)

Regards
11 years 5 months ago #3 by ronysyz

Please Log in or Create an account to join the conversation.

What other details would you like to know. It's a development site. here is the link in question.
cineminx.com/pmp/
11 years 5 months ago #4 by Phreshmaker

Please Log in or Create an account to join the conversation.

please try to edit this file mod_poplogin/tmpl/default.php at line 72-74
<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
11 years 5 months ago #5 by ronysyz

Please Log in or Create an account to join the conversation.

Hi Phreshmaker, I've checked your website and it works properly. I can click the sign in button and it refers to registration page
11 years 5 months ago #6 by andy

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum