Add login/register
Amazing Joomla template for sharing your apps with responsive and super detailed design
Rate this topic: 




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!
-
- 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?
-
- 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
-
- 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&view=registration" id="btnRegister"><?php echo JText::_('TPL_GK_LANG_REGISTER'); ?></a>
<a href="<?php echo $this->API->URLbase(); ?>index.php?option=com_users&view=login" id="btnLogin"><?php echo $btn_login_text; ?></a>
-
- Moderator
4 posts
• Page 1 of 1