How to remove "Sign up" text?

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
Fri Mar 21, 2014 8:02 pm
Reply with quote
Report this post
Hello, i cannot figure out how to delete this text:

Text: "or Sign up".

Image

I tried checking template's files -> mod_login, but nothing...

thnx.
User avatar
Fresh Boarder

teitbite
Fri Mar 21, 2014 10:17 pm
Reply with quote
Report this post
Hi

You can find this text in /language/en-GB/en-GB.tpl_gk_cloudhost.ini

Code: Select all
TPL_GK_LANG_REGISTER="Sign up"
User avatar
Moderator

GK User
Fri Mar 21, 2014 11:08 pm
Reply with quote
Report this post
teitbite wrote:Hi

You can find this text in /language/en-GB/en-GB.tpl_gk_cloudhost.ini

Code: Select all
TPL_GK_LANG_REGISTER="Sign up"

Hello,

thnx for answer, but i need where to edit this html code, where is the page to delete this "or signup", not just deleting the language code.
User avatar
Fresh Boarder

teitbite
Sun Mar 23, 2014 5:51 pm
Reply with quote
Report this post
Hi

Please look in /layout/blocks/tools/login.php line 16

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>
User avatar
Moderator


cron