Is the login/register button connected. I created a link for registration in my nav bar. It's properly linked to the registration page. I did the same for the login button so the nav bar look is consistent throughout the site. Problem with this is once you're logged in you don't have the logout option. As far as admins, I don't have that option either. I assume I can just bookmark the admin link so when I log into the site I can just direct to the admin options page although I would still like to keep that option as well. I guess my question is how can I have just the login/logout options displayed without the registration option?
www.rockstarrated.com/rrgallery
Posts: 4342
disable the registration module
Posts: 44
Wouldn't that disable registration completely? I just want to lose the option visually on the site ( the button itself).
Posts: 4342
then make the obvious hacks to function getSystemLinks() in modules/register/module.inc (from line 102)
Posts: 44
I wouldn't call what I did "obvious" but it seemed to work. Thanks.
Posts: 1
disabling the registration module seemed to work for me.