Currently, we only display the "Signup/Login" links on the site homepage to anonymous users, but nowhere else. Let's provide more opportunities to signup/login.

Comments

ezra-g’s picture

Tagging for 3.1.

ezra-g’s picture

Component: Private groups » Code
jpontani’s picture

Assigned: Unassigned » jpontani
jpontani’s picture

Status: Active » Needs review
StatusFileSize
new692 bytes

Patch attached.

ezra-g’s picture

Status: Needs review » Needs work

Solid start! We should verify that users have permission to register, before displaying the Signup link.

jpontani’s picture

StatusFileSize
new757 bytes

Ah that would help, wouldn't it.

ezra-g’s picture

Status: Needs work » Needs review

:D. Thanks!

jpontani’s picture

Status: Needs review » Needs work
StatusFileSize
new797 bytes

Actually this one, just copied from site_homepage

jpontani’s picture

Status: Needs work » Needs review

Posting at same time! Setting as needs review.

Zarabadoo’s picture

Status: Needs review » Reviewed & tested by the community

This looks fine from a front end perspective. I say put it in.

rosemeria’s picture

Tested on 7.x-3.x-dev - works great. Thanks

Need to delete css for ".not-logged-in .block-search" - margin-top not needed anymore on anonymous display.

Delete -- line#2805 (global.styles.css)
.not-logged-in .block-search {
margin-top: 15px;
}

davidhunter’s picture

I put the Signup/Login buttons into the main content of my site using blocks.
Then I said "Display on all pages, except these listed" :
user
user/login
user/password
user/register
user/reset/*

For the anonymous user Role.

Works well like this.

jpontani’s picture

Status: Reviewed & tested by the community » Fixed

Automatically closed -- issue fixed for 2 weeks with no activity.