I want to remove the word "register"

Unique Joomla 1.5 template with powerful navigation and stunning design discussion forum
GK User
Tue Feb 14, 2012 6:55 pm
I could not remove the word "register". Look at printscreen.
It is not a module, such as "login"
So where should I work to remove "register" on this template?
I do not want registered users.
User avatar
Junior Boarder

Konrad M
Tue Feb 14, 2012 6:58 pm
Hi
Try unpublish module gk_reigster.
User avatar

GK User
Tue Feb 14, 2012 9:38 pm
Konrad M wrote:Hi
Try unpublish module gk_reigster.


>>There are only two modules GK:
Gavick Gavick News Highlighter GK1 and Tab GK1
None of these controls the "register"
Thanks for the help
User avatar
Junior Boarder

GK User
Tue Feb 14, 2012 11:29 pm
Find File: \templates\gk_pulse\css\style1.css ( if you are using other styles let me know )
Find Line: 32 which is below
Code: Select all
div#userarea div span#login { border-right:1px solid #222427; }

Replace it with below
Code: Select all
div#userarea div span#login { border:none; }
div#userarea div span#register { display:none; }


See you around...
User avatar
Platinum Boarder

GK User
Wed Feb 15, 2012 3:24 pm
It did not work, unfortunately.
The style is the style of the original template. How do I change?
User avatar
Junior Boarder

GK User
Wed Feb 15, 2012 3:33 pm
User avatar
Junior Boarder

GK User
Thu Feb 16, 2012 1:25 am
Edit Below file with notepad.
Code: Select all
http://www.fronteiranoroeste.com.br/QUICKSTART_OCT2009/templates/gk_pulse/css/style1.css


Find Line:30 add display:none to hide it so it looks like below.
Code: Select all
div#userarea { display:none; background:transparent url('../images/style1/login_bg_r.png') no-repeat right 0; }

Or like this
Code: Select all
div#userarea { display:none; }


See you around...
User avatar
Platinum Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.