Can there be an option to show the submitted 'name' from the signup form for anonymous users on the list of signed up users? Without it, the event owner can't even see who those people are that are signed up?

Comments

dww’s picture

Status: Active » Closed (works as designed)

Enable the "signup_user_list" view and configure to taste.

mdowsett’s picture

it still doesn't show anon users. I looked at editing the View but I don't even see any defaults filtering out the anon users...but I am new to Views2 so maybe I'm overlooking something in the interface.

dww’s picture

Don't know what you're trying or why it's not working (since you're not being very clear or attaching an exported view for comparison), but I just tried this myself and it definitely works.

  1. Visit admin/build/views and click "Enable" next to the "signup_user_list" view.
  2. Edit that view -- admin/build/views/edit/signup_user_list
  3. Click the "+" in the "Fields" section to add a field.
  4. Add a "Signup: User: Additional Signup Info" field, and use "Name" (or whatever you called in in your theme function) as the "Field Name". Update this field to save your changes.
  5. Save the view.
  6. Signup a few anon users to a node, and visit the "Signup list" tab on your node.

Attached is my exported view and a screenshot of a the "Signup list" tab after saving these changes to the default view and signing up some anon and auth users.