Are there any plans to implement some sort of mass or bulk user signup? I would imagine this being a form on the node signup tab that the node signup admins could use to add users in bulk (one username per line in a textarea, or something similar). If there aren't plans for this, I'd be happy to put something together and contribute a patch for it.

CommentFileSizeAuthor
#8 signup-vbo.patch5.48 KBmagnus

Comments

betawavetom’s picture

I just talked with a client that has 1200+ paying physicians. They would love a system to do this so the doctors don't have to go through the hassle of creating an account for themselves.

dww’s picture

As with #208831: Quick Signup via URL the big problem here is what about the extra signup fields? How do you signup in bulk if there are extra fields you need to fill in for each user?

juicytoo’s picture

Is anyone interested in contributing to funding this feature improvement to signup ->

http://drupal.org/node/551266

I will be contributing to fund it.

I just need a few more to help me out with it.

cheers

joachim’s picture

Subscribing.

Allowing one user to sign up several people at once (not all of whom have email addresses!) is a required feature for a conference/event registration system.

magnus’s picture

Version: 5.x-2.x-dev » 6.x-2.x-dev

Would be really nice if you could use Views Bulk Operations to be able to filter your user list and then bulk signup users to a node.

joachim’s picture

good idea!

and probably not too hard to implement if anyone wants to have a go :)

joachim’s picture

This #349228: Signup anonymous users without email should be borne in mind.

magnus’s picture

Status: Active » Needs review
StatusFileSize
new5.48 KB

I got some help to be able to implement this with Rules and Views Bulk Operations. I created a view with users and then used that to be able to bulk add users to a view, and also to be able to mass update statuses of users.

These two patches also needs to be applied:
#595414: Add rules event for signup
#972254: Allow administrators to add users after signup have closed

MasterChief’s picture

I applied the patch and it seems to work well for me.

It's great, thank you Magnus !

MasterChief’s picture

Hi Magnus!

i just discovered a problem, when you alter a status signup or mark a signup attended, and you validate the path which return in the node is wrong.

Test manually and you will see!

magnus’s picture

Version: 6.x-2.x-dev » 6.x-1.x-dev

MasterChief: Sorry for late reply, but what did you mean about wrong node validation of the path? How did you manually test it?

MasterChief’s picture

Status: Needs review » Reviewed & tested by the community

Hi Magnus!

I applied the patch on the 25th february version of signup and now i don't have anymore this problem.

Seems to work very well :)

magnus’s picture

Thanks MasterChief! =)

grn’s picture

Hi!

Is it correct that the patch is not in a release yet?

Keep up the good work.

GrN.dk

1kenthomas’s picture

Status: Reviewed & tested by the community » Needs review

This is not what "reviewed and tested" means :P .