Add login/register

Amazing Joomla template for sharing your apps with responsive and super detailed design
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
Tue Nov 12, 2013 5:34 am
Reply with quote
Report this post
How do I go about adding login/register on the Blueap template. I realize that you guys didn't put it on the template but I really need to add it. Help!
User avatar
Fresh Boarder

GK User
Tue Nov 12, 2013 7:47 am
Reply with quote
Report this post
Is it J2.x branch or J3.x branch?
User avatar
Moderator

GK User
Tue Nov 12, 2013 4:20 pm
Reply with quote
Report this post
Cyberek wrote:Is it J2.x branch or J3.x branch?

J3.x
User avatar
Fresh Boarder

GK User
Tue Nov 12, 2013 4:37 pm
Reply with quote
Report this post
The easiest would be to place custom module and custom menu in header with links to login and registration, or use ready links wrapped in some html to place them where you need:
Code: Select all
<a href="<?php echo $this->API->URLbase(); ?>index.php?option=com_users&amp;view=registration" id="btnRegister"><?php echo JText::_('TPL_GK_LANG_REGISTER'); ?></a>
<a href="<?php echo $this->API->URLbase(); ?>index.php?option=com_users&amp;view=login" id="btnLogin"><?php echo $btn_login_text; ?></a>
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.