"or Register" in login popup

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 Oct 30, 2013 9:32 pm
Reply with quote
Report this post
Hello,

How can i take off the "or Register" in the login popup? i had disable registration in front nd but this still shows up (when i click register it redirects me to login form)

Thanks
User avatar
Expert Boarder

GK User
Wed Oct 30, 2013 11:08 pm
Reply with quote
Report this post
You mean "or Sign up"?
User avatar
Moderator

GK User
Wed Oct 30, 2013 11:15 pm
Reply with quote
Report this post
Yes i ment "or Sign Up"

Thank you
User avatar
Expert Boarder

GK User
Thu Oct 31, 2013 8:02 am
Reply with quote
Report this post
Please edit the file:
/Templates/gk_cloudhost/layouts/blocks/tools/login.php
and replace:
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
Thu Oct 31, 2013 3:11 pm
Reply with quote
Report this post
Thank you worked perfectly
User avatar
Expert Boarder

GK User
Thu Oct 31, 2013 4:10 pm
Reply with quote
Report this post
If You will have any other questions, feel free to post new forum threads.
Every question in new thread allows us to reply much faster.
User avatar
Moderator


cron