On my site, anonymous users do not have permission to sign up for events. However, they still see the signup tab (good, in my mind), but when they click it, they are presented w/ a blank page. It would be great from a usability perspective if it provided the standard "Sign in or Register to sign up" (w/ appropriate links and 'destination=' parameter). Probably not hard too implement to I would imagine (sorry--can't volunteer).

CommentFileSizeAuthor
#1 signup-anon-tab-ui.png69.59 KBdww

Comments

dww’s picture

Status: Active » Postponed (maintainer needs more info)
StatusFileSize
new69.59 KB

I can't reproduce this. On my test site, if you put the signup form on a separate tab via the advanced settings at admin/settings/signup, disallow signups for anonymous users, and visit the "Sign up" tab on a signup-enabled node, you see "Please login or register to sign up for this event." (see attached screenshot).

a) are you sure you have version 5.x-2.4 installed?

b) exactly what "signup tab" are you talking about? Are you sure it's the one from the advanced settings tab, or do you have views enabled and you're looking at a view or something?

I think this is "by design" and the code is already doing this. You'd have to provide more info for me to be able to figure out why it's not happening on your site.

Cheers,
-Derek

nrasmus’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Well I'll be--now it's working. I am using a panels2 panel for this, and had been playing with the 'simple caching' function--perhaps that was the problem. Sorry to bother you.