My Account Login

GK User
Fri Jun 24, 2011 4:17 pm
How do I turn off the My Account Login in the Top Right side of the Menu area? Thanks
User avatar
Fresh Boarder

GK User
Sun Jun 26, 2011 2:02 am
If you're happy to make changes to the nav.php file, you can simply comment out the line which pulls in the login button etc.

File location site/templates/gk_penguinmail/layouts/blocks/nav.php

Original around line #33
Code: Select all
<a href="<?php echo $this->URLbase(); ?>index.php?option=com_users&view=login" id="gkButtonLogin"><?php echo $btn_login_text; ?></a>


Change '<!-- comment' code... '-->' added
Code: Select all
<!-- Commented to remove login button from main nav bar
<a href="<?php echo $this->URLbase(); ?>index.php?option=com_users&view=login" id="gkButtonLogin"><?php echo $btn_login_text; ?></a>
-->


Save > Upload > No more login button.
User avatar
Expert Boarder

GK User
Mon Sep 26, 2011 3:22 pm
Thank you for your help.
M
User avatar
Fresh Boarder


cron