Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

Previously I have asked about free Conferencing modules for WordPress.

Unfortunately, none (free or paid) support seating, i.e.: tickets with seat numbers.

Can you recommend one which does?

Thanks

share|improve this question
Please revise your question with specific needs/functional requirements. Unless we know exactly what problem you're trying to solve, this is a guessing game. See meta for more discussion ... – EAMann Apr 11 '12 at 21:50
I need tickets with seat numbers. – user1043838 Apr 14 '12 at 6:54
Please edit the question. Explain exactly the features you need and what solutions you've already looked at that were insufficient. – EAMann Apr 14 '12 at 19:40
Done and done and done – user1043838 Apr 15 '12 at 3:32
Nominated for reopen – kaiser Apr 15 '12 at 13:47

closed as off topic by toscho Oct 3 '12 at 23:41

Questions on WordPress Answers are expected to relate to WordPress within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

Late answer - I also added this answer on the other Q as addition to my answer.

Possible solution

Your best bet would be to use

  1. A Plugin that makes use of Custom Post Types, then use something like the RW_Meta_Box class library to add custom fields for seat reservation to the event.
  2. Use a DB-option to store all seat numbers (Use the Transients API to clear the entry after the event has expired).
  3. Then retrieve the custom field with your seat numbers option during attendee registration and offer only the available seats.
share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.