Remove Sign Up link

Sep '13 Joomla Template
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
Sat Nov 02, 2013 9:38 pm
Reply with quote
Report this post
Hi, how do I remove the Sign up link in the LOGIN popup module.

I already disabled this in User Options.

I want to keep the Sign In, but NOT the Sign up registration.

signup.gif
User avatar
Expert Boarder

GK User
Sun Nov 03, 2013 12:21 pm
Reply with quote
Report this post
Please edit this file:
/Templates/gk_cloudhost/layouts/blocks/tools/login.php
and replace this code:
Code: Select all
<h3><?php echo JText::_(($userID == 0) ? 'TPL_GK_LANG_LOGIN' : 'TPL_GK_LANG_LOGOUT'); ?> <?php if($userID == 0) : ?><small><?php echo JText::_('TPL_GK_LANG_OR'); ?><a href="<?php echo $this->API->URLbase(); ?>index.php?option=com_users&amp;view=registration"><?php echo JText::_('TPL_GK_LANG_REGISTER'); ?></a></small><?php endif; ?></h3>

with:
Code: Select all
<h3><?php echo JText::_(($userID == 0) ? 'TPL_GK_LANG_LOGIN' : 'TPL_GK_LANG_LOGOUT'); ?></h3>
User avatar
Moderator

GK User
Sun Nov 03, 2013 1:35 pm
Reply with quote
Report this post
Thanks! It works.
User avatar
Expert Boarder

GK User
Sun Nov 03, 2013 1:52 pm
Reply with quote
Report this post
No problem. Closing the topic.
User avatar
Moderator


cron