Change the "Your Account" Title for login

GK User
Fri Dec 16, 2011 6:16 pm
I would like to change the tab at the top that says Your Account so something more appropriate to my needs. Where can I find this beast at? Yes this is a Joomla 1.7 website...;)
User avatar
Expert Boarder

GK User
Fri Dec 16, 2011 8:09 pm
I found the code below in the layouts/default.php file and although I think I am close I am not bright enough to know where to find what this code is referencing?

<a href="<?php echo $this->URLbase(); ?>index.php?option=com_users&amp;view=login" id="btnLogin"><span><?php echo ($userID > 0) ? JText::_('TPL_GK_LANG_LOGOUT') : JText::_('TPL_GK_LANG_LOGIN'); ?></span></a>
User avatar
Expert Boarder

GK User
Mon Dec 19, 2011 3:53 pm
Did you find it??
need to do the same...
Anybody?

thanks
User avatar
Expert Boarder

GK User
Mon Dec 19, 2011 4:13 pm
Not yet, sometimes it takes a few for them to get back with us. All we can do is keep pestering them... :mrgreen:
User avatar
Expert Boarder

GK User
Mon Dec 19, 2011 7:47 pm
I found it, go to the Language/en-GB folder of your site then open en-GB.tpl_gk_coffe.ini file. Right near the top you will find all of the button names and for the Your Account it looks like

TPL_GK_LANG_LOGOUT="Your account"

Just change the names to what ever you need and save back...;)
User avatar
Expert Boarder


cron