take out register link

Gamebox for Joomla 1.5 support forum by GavickPro
GK User
Thu Sep 02, 2010 2:42 pm
Hi,

How can I take out the register link on top of the template but keep the login and tools link?

Thanks in advance,
Bruno
User avatar
Expert Boarder

teitbite
Fri Sep 03, 2010 12:22 pm
[center]Image[/center]

Hi

That will need the change of the code. You will need to delete:

Code: Select all
      <?php if(GK_REGISTER) : ?>
      <a href="<?php echo $this->baseurl(); ?>index.php?option=com_user&view=register" id="btn_register"><span><?php echo JText::_('GK_REGISTER'); ?></span></a>
      <?php endif; ?>


from toolbar.php and place in a place You want.
User avatar
Moderator

teitbite
Fri Sep 03, 2010 12:22 pm
[center]Image[/center]

Hi

That will need the change of the code. You will need to delete:

Code: Select all
      <?php if(GK_REGISTER) : ?>
      <a href="<?php echo $this->baseurl(); ?>index.php?option=com_user&view=register" id="btn_register"><span><?php echo JText::_('GK_REGISTER'); ?></span></a>
      <?php endif; ?>


from toolbar.php and place in a place You want.
User avatar
Moderator

GK User
Fri Sep 03, 2010 8:11 pm
Thank you very much teitbite!

This help with some customization is what makes me stay here at gavick club. With your help I can change the template to my customer's needs. Please keep this good service.

Thank you
User avatar
Expert Boarder


cron