"Login (or Register)" - problem

GK User
Sat Dec 10, 2011 4:26 pm
Hi,

I turned off the registration on my site. so I disabled the "Register"-button.

when I click on the "Login"-button the "Login-Lightbox" appears with the message "Login or Register". "Register" makes no sense in this context since I disabled the registration.

so, how can I get rid off the "or Register" message/link?

...and besides: I 'm missing a "Close"-button.

Regards,
M. Blanke
User avatar
Fresh Boarder

GK User
Sun Dec 18, 2011 10:52 am
Hi,

Open file: \templates\gk_twn2\layouts\blocks\tools\login.php

Find this code to remove:
Code: Select all
<?php if($userID == 0) : ?>
    <?php echo JText::_('TPL_GK_LANG_OR'); ?><a href="<?php echo $this->URLbase(); ?>index.php?option=com_users&amp;view=registration"><?php echo JText::_('TPL_GK_LANG_REGISTER'); ?></a></small></h3>
   <?php endif; ?>
User avatar
Platinum Boarder


cron