How to remove GK from login title

GK User
Mon Jul 04, 2011 9:33 pm
I notice that in coffe, GK is part of the name when a login module is published to "login" position. How can i posibly remove "login"
User avatar
Senior Boarder

GK User
Mon Jul 04, 2011 10:41 pm
Could you attach some screen with this issue or attach direct URL to site ?
User avatar
Platinum Boarder

GK User
Mon Aug 01, 2011 5:35 pm
User avatar
Senior Boarder

teitbite
Tue Aug 02, 2011 2:06 am
Hi

The easiest way would be ta add this class to override.css and enable using this file in template settings:

Code: Select all
#btn_login, #btn_register {
    display: none;
}
User avatar
Moderator

GK User
Fri Aug 05, 2011 7:18 pm
Hello,
I do not intend to disable the login module completely. I just need to remove the prefix
:GK which comes before the text 'login'.
User avatar
Senior Boarder

teitbite
Sun Aug 07, 2011 5:09 pm
Hi

So You have this "GK_LOGIN" ? This means that there is no translation. Please copy the translation file from template to joomla's /language directory.
User avatar
Moderator

GK User
Sun Aug 07, 2011 8:23 pm
I can't figure out how to correct this. checked and i think all is right. pls can you throw more ligt on the specific content to copy and where to place it in language file?
User avatar
Senior Boarder

teitbite
Mon Aug 08, 2011 10:46 pm
Hi

Please show me exacly which place You have this GK_LOGIN. I've search Your page and do not see it. So it's probably not the language file lacking but something different.
User avatar
Moderator

GK User
Tue Aug 09, 2011 5:39 am
I actually disabled it. some changes had been observed however, the issue is still there when a user logs in. check it now to see the issue i am talking about using these frontend login.
username: gav
password: gav
http://portharcourtpals.com
User avatar
Senior Boarder

teitbite
Tue Aug 09, 2011 5:02 pm
Hi

So it is a problem I was thinking about. Language files should have it translated but I believe easier solution is to change this text directly in /layouts/default.php line 94
User avatar
Moderator

GK User
Tue Aug 09, 2011 5:54 pm
solved. Thanks
User avatar
Senior Boarder

teitbite
Thu Aug 11, 2011 12:17 pm
Hi

Glad I could help. What option worked finally ?
User avatar
Moderator

GK User
Fri Aug 12, 2011 6:18 am
This solved the problem: /layouts/default.php line 94
User avatar
Senior Boarder

GK User
Wed Sep 07, 2011 6:57 pm
Times two....

I had the exact same issue!
User avatar
Fresh Boarder

teitbite
Thu Sep 08, 2011 10:09 pm
todhost01 wrote:This solved the problem: /layouts/default.php line 94


Hi

Please use the above tip.
User avatar
Moderator


cron