Hello there!

I would like to know if there´s a way of asigning each user that signs up a unique and personal number.
So this way, if you have an event for, let´s say 150 people, and then it closes up, people that subscribe, could get a "seat" number.
This number could be emailed to both the attendee and the organizer, so when people arrives they just give their number, for faster and more accurate search and check on the spot.

Thanks!
Rosamunda

CommentFileSizeAuthor
#6 226204-6.signup-id-token.patch1.2 KBdww

Comments

Rosamunda’s picture

Keeping it alive...

webmasterkai’s picture

The Signup Status module has "Signup Status Certificates: Grant certificates to users based on their status." The token module is required.

dww’s picture

Version: 5.x-2.1 » 6.x-2.x-dev
Status: Active » Postponed (maintainer needs more info)

To clarify, you mean a unique number per node, right? Thanks to #341382: Add primary key to signup_log table there's now a globally unique signup id number for each node/user pair. Is that all you need?

dww’s picture

#592406: Signup - any way to return a unique identifying number in the return email? is asking about this, too. I'll answer here. We have a globally unique number across your entire site already. It's just the signup ID, which is a serial column in the DB. However, that's not exposed as a token, so there's no good way to access it in an email or something.

We do *not* have a per-node serial number at this time. If we actually needed that for some reason, we'd have to implement it another way.

steve02476’s picture

A globally unique number is fine but I guess it would need to be exposed as a token for me to be able to use it. Thanks!

dww’s picture

Version: 6.x-2.x-dev » 6.x-1.x-dev
Component: Database » Code
Assigned: Unassigned » dww
Status: Postponed (maintainer needs more info) » Needs review
StatusFileSize
new1.2 KB

Then apply this (trivial) patch, install token, and give it a try.

steve02476’s picture

Thanks DWW, that did it!

I had to review how to apply a patch from info in: http://drupal.org/patch/apply

Once I did that, I went to the Signups / Settings tab on my form, and inserted [signup-id] in the confirmation email text box.

The email now shows a serial number. Much appreciated. -Steve

dww’s picture

Status: Needs review » Fixed

Committed to HEAD and DRUPAL-6--1.

Status: Fixed » Closed (fixed)

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