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.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | commons.signup_login_utility_links.patch | 797 bytes | jpontani |
| #6 | commons.signup_login_utility_links.patch | 757 bytes | jpontani |
| #4 | commons.signup_login_utility_links.patch | 692 bytes | jpontani |
Comments
Comment #1
ezra-g commentedTagging for 3.1.
Comment #2
ezra-g commentedComment #3
jpontani commentedComment #4
jpontani commentedPatch attached.
Comment #5
ezra-g commentedSolid start! We should verify that users have permission to register, before displaying the Signup link.
Comment #6
jpontani commentedAh that would help, wouldn't it.
Comment #7
ezra-g commented:D. Thanks!
Comment #8
jpontani commentedActually this one, just copied from site_homepage
Comment #9
jpontani commentedPosting at same time! Setting as needs review.
Comment #10
Zarabadoo commentedThis looks fine from a front end perspective. I say put it in.
Comment #11
rosemeria commentedTested 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;
}
Comment #12
davidhunter commentedI 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.
Comment #13
jpontani commentedCommitted!
http://drupalcode.org/project/commons_utility_links.git/commitdiff/3155f4c