"Register" is allways ON

Elegant Joomla template designed especially for both professional and personal website presentation.
GK User
Tue Jul 06, 2010 9:52 am
Hello,

I want no Register on my site. But I can't switch off "Register". In Joomla Configuration Register is set to "No".
In template Configuration I can switch "Register button only for unregistered users" between OFF and ON = Register is still possible.

Could you please help me ?
Thanks!
hopi
User avatar
Fresh Boarder

teitbite
Wed Jul 07, 2010 8:35 am
Hi

Please try to hide it by css:

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

GK User
Wed Jul 07, 2010 11:28 am
Hi,

I found your proposal in another thread. I added the code in template.css. But...no change. I also deleted || GK_REGISTER || in mainnav.php....but no change.

Now I have deleted the word "Register" in en-GB.tpl_gk_postnote.ini.
And...no Register is shown on the top. I know, this may be not a "clean" way but ist works :cheer:

hopi
User avatar
Fresh Boarder

teitbite
Wed Jul 07, 2010 2:26 pm
Hi

Hehe. Yes that's rather innovative solution :D but if it works...
User avatar
Moderator

GK User
Wed Jul 07, 2010 6:45 pm
hmmm all i did to remove the register was to delete/disable the module gk_register
User avatar
Platinum Boarder

GK User
Thu Jul 08, 2010 12:24 pm
explodedk wrote:
hmmm all i did to remove the register was to delete/disable the module gk_register


AHAAAAA!....it's so easy. But I didn't found it.
SHAME :blush:

hopi
User avatar
Fresh Boarder


cron