Register is not working

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Mar 27, 2013 10:11 pm
Reply with quote
Report this post
Hi,

doing a click on REGISTER nothing happens....

any suggestion??

Thans in advance

Fabio
User avatar
Junior Boarder

Konrad M
Thu Mar 28, 2013 9:07 am
Reply with quote
Report this post
Hi,
please go to layouts/default.php and find:
Code: Select all
<a href="<?php echo $this->API->get('reg_url', '#'); ?>" id="gkRegister"><?php echo JText::_('TPL_GK_LANG_REGISTER'); ?></a>

and change it to:
Code: Select all
<a href="<?php echo $this->API->get('register_url', 'index.php?option=com_users&view=registration'); ?>" id="gkRegister"><?php echo JText::_('TPL_GK_LANG_REGISTER'); ?></a>
User avatar

GK User
Fri Mar 29, 2013 11:10 pm
Reply with quote
Report this post
TKs, perfect!

Fabio
User avatar
Junior Boarder


cron