| 1 |
=== RSVP Plugin === |
| 2 |
Contributors: mdedev |
| 3 |
Donate link: http://www.amazon.com/wishlist/2Q3LK1E1O3ZQ6 |
| 4 |
Tags: rsvp, reserve, wedding, guestlist |
| 5 |
Requires at least: 2.7 |
| 6 |
Tested up to: 3.2.1 |
| 7 |
Stable tag: 1.3.2 |
| 8 |
|
| 9 |
Easy to use rsvp plugin originally created for weddings but could be used for other events. |
| 10 |
|
| 11 |
== Description == |
| 12 |
|
| 13 |
This plugin was initially created for a wedding to make rsvp'ing easy as possible for guests. The main things we found lacking |
| 14 |
in existing plugins was: |
| 15 |
|
| 16 |
* Couldn't relate attendees together so one person could easily rsvp for their whole family |
| 17 |
* Required people to remember/know some special knowledge (a code, a zipcode, etc...) |
| 18 |
|
| 19 |
The admin functionality allows you to do the following things: |
| 20 |
|
| 21 |
* Specify the opening and close date to rsvp |
| 22 |
* Specify a custom greeting |
| 23 |
* Specify the RSVP yes and no text |
| 24 |
* Specify the kids meal verbiage |
| 25 |
* Specify the vegetarian meal verbiage |
| 26 |
* Specify the text for the note question |
| 27 |
* Enter in a custom thank you |
| 28 |
* Create a custom message / greeting for each guest |
| 29 |
* Import a guest list from an excel sheet (column #1 is the first name, column #2 is the last name, column #3 associated attendees, column #4 custom greeting) |
| 30 |
* Export the guest list |
| 31 |
* Add, edit and delete guests |
| 32 |
* Associate guests with other guests |
| 33 |
* Create custom questions that can be asked by each attendee |
| 34 |
* Have questions be asked to all guests or limit the question to specific attendees |
| 35 |
* Specify email notifications to happen whenever someone rsvps |
| 36 |
|
| 37 |
If there are any improvements or modifications you would like to see in the plugin please feel free to contact me at (mike AT mde DASH dev.com) and |
| 38 |
I will see if I can get them into the plugin for you. |
| 39 |
|
| 40 |
== Installation == |
| 41 |
|
| 42 |
1. Update the `rsvp` folder to the `/wp-content/plugins/` directory |
| 43 |
1. Activate the plugin through the 'Plugins' menu in WordPress |
| 44 |
1. Add and/or import your attendees to the plugin and set the options you want |
| 45 |
1. Create a blank page and add 'rsvp-pluginhere' on this page |
| 46 |
|
| 47 |
== Frequently Asked Questions == |
| 48 |
|
| 49 |
= Why can't this plugin do X? = |
| 50 |
|
| 51 |
Good question, maybe I didn't think about having this feature or didn't feel anyone would use it. Contact me at mike AT mde DASH dev.com and |
| 52 |
I will see if I can get it added for you. |
| 53 |
|
| 54 |
== Screenshots == |
| 55 |
|
| 56 |
1. What a list of attendees looks like |
| 57 |
1. The options page |
| 58 |
1. The text you need to add for the rsvp front-end |
| 59 |
|
| 60 |
== Changelog == |
| 61 |
|
| 62 |
= 1.3.2 = |
| 63 |
* Added in the option to change the "welcome" text |
| 64 |
* Added in the option to change the "So, how about it?" text |
| 65 |
* Fixed an issue with some MySql installations choking on the note field not having a default value |
| 66 |
|
| 67 |
= 1.3.1 = |
| 68 |
* Added in a debug option to help identify issues with queries saving to the database |
| 69 |
* Changed how the scripts and stylesheets get added so there would be less conflicts with themes |
| 70 |
|
| 71 |
= 1.3 = |
| 72 |
* Made it so custom questions showed up on the attendee list page |
| 73 |
* Added in a radio button as a custom question type |
| 74 |
* Changed the RSVP notification email to include the RSVP status |
| 75 |
* Fixed an issue with when searching for people with an apostrophe in it, it would display with the added escaping. Made sure to remove the escaping. |
| 76 |
* Added in the veggie and kids meal total count to the list of attendees in the admin area |
| 77 |
* Made it so admins can change the RSVP status |
| 78 |
* Fixed an issue with international characters not being displayed correctly on both the admin and public areas of the plugin |
| 79 |
|
| 80 |
= 1.2.1 = |
| 81 |
* Fixed a bug that was causing an error on activation for people with servers that did not have short open tags configured |
| 82 |
|
| 83 |
= 1.2.0 = |
| 84 |
* Fixed a bug in the adding of additional guests when there are custom questions |
| 85 |
* Added the ability to have a question be public or private. If a question is marked as private then only the selected attendees will be able to answer the question |
| 86 |
|
| 87 |
= 1.1.0 = |
| 88 |
* Tested the plugin on 3.0.0 |
| 89 |
* Added in the ability to sort custom questions |
| 90 |
* Fixed an issue where you could not mass delete custom questions |
| 91 |
|
| 92 |
= 1.0.0 = |
| 93 |
* Removed some default text that pointed to my wedding site, doh. |
| 94 |
* Created the ability to not allow additional attendees be added |
| 95 |
* Created the ability to be notified via email whenever someone rsvps |
| 96 |
* Added the ability to specify custom questions for each rsvp. |
| 97 |
|
| 98 |
= 0.9.5 = |
| 99 |
* Fixed a major bug that would not create the correct sql tables during initial install, thanks to everyone for letting me know. |
| 100 |
|
| 101 |
= 0.9.0 = |
| 102 |
* Fixed the options page so it works in MU switched from the old options way with using the newer methods that are only for 2.7+. |
| 103 |
* Added the option of custom messages for each attendee. |
| 104 |
* Small bug-fixed and code refactoring that I noticed while testing. |
| 105 |
|
| 106 |
= 0.8.0 = |
| 107 |
* Did better variable checking on the sorting functions, as warning could show up depending on the server configuration. |
| 108 |
* Fixed an issue with the checkbox selector in the attendee list not working in Wordpress 2.9.2 |
| 109 |
* Added an export button to the attendee list. When clicking this button the list will export in the same sorting order as the list |
| 110 |
* Added the ability to associate attendees on import |
| 111 |
* Added in checking when importing so names that already exist don't get imported |
| 112 |
* Fixed a warning when session variables were not created on the front-end greeting page |
| 113 |
|
| 114 |
= 0.7.0 = |
| 115 |
* Fixed a bug reported by Andrew Moore where when adding a new attendee and an option to hiding an answer the answer would still be visible |
| 116 |
|
| 117 |
= 0.6.0 = |
| 118 |
* Fixed a bug reported by Andrew Moore in the import feature that would not allow most files from being uploaded, doh! |
| 119 |
* Fixed a few other small warnings and gotchas (also reported by Andrew Moore) |
| 120 |
|
| 121 |
= 0.5.0 = |
| 122 |
* Initial release |
| 123 |
|
| 124 |
== Upgrade Notice == |
| 125 |
* To upgrade from 0.5.0 to 0.6.0 just re-upload all of the files and you should be good to go. Really the only change was to wp-rsvp.php so uploading this changed file is all that is needed. |
| 126 |
* To upgrade to 0.9.0 at minimum copy over wp-rsvp.php and rsvp_frontend.inc.php and go to the attendeees list. Preferably deactive and reactivate the plugin so it is for sure that the database changes happen. |
| 127 |
* To upgrade to 1.0.0 at minimum copy over wp-rsvp.php and rsvp_frontend.inc.php and deactive and reactivate the plugin to get the latest database changes. |