Events Made Easy › Forums › Bug fixed or feature request implemented › Attendee list
Tagged: attendee
- This topic has 21 replies, 2 voices, and was last updated 11 years, 2 months ago by
Anonymous.
-
AuthorPosts
-
Wed 12 Feb 2014 at 11:25 #44163
Anonymous
InactiveAfter the last update, the username is added to the attendeelist. I now get something like this:
◾Tom Verdouw (WP username: Tom Verdouw)
Wed 12 Feb 2014 at 12:09 #51223Franky
KeymasterCorrect. I’ll fix it this evening in the code.
For now, go into eme_people.php and change line 460 from
if (!is_null($line['wp_id']) && $line['wp_id']) {
to:
if (is_admin() && !is_null($line['wp_id']) && $line['wp_id']) {
That should help
Wed 12 Feb 2014 at 21:10 #51224Thu 13 Feb 2014 at 14:54 #51225Anonymous
InactiveThanks, works great!
Mon 17 Feb 2014 at 19:59 #51226Anonymous
InactiveSorry but after the last update it doesn’t work anymore. In stead of the attendee name I see the title of the evenement.
Mon 17 Feb 2014 at 20:12 #51227Franky
KeymasterWhat is the shortcode+options you’re using?
Because I just tested [eme_bookings] and #_ATTENDEES: both work as expected
Mon 17 Feb 2014 at 20:20 #51228Anonymous
InactiveI’m using this for the display of a single event
<p>#l #j #M #Y – #H:#i #_TOWN</p>
<p>#_NOTES</p>
<p>#_MAP</p>
<h3>Routebeschrijving</h3>#_DIRECTIONS
<h3>Inschrijvingen</h3>#_ATTENDEES
<p>#_ADDBOOKINGFORM_IF_NOT_REGISTERED</p><p>#_REMOVEBOOKINGFORM_IF_REGISTERED</p>
Mon 17 Feb 2014 at 22:15 #51229Franky
KeymasterJust tested this: seems to be working just fine …
Mon 17 Feb 2014 at 23:24 #51230Franky
KeymasterBtw; which version did you try? 1.2.6 contains some fixes for attendees
Tue 18 Feb 2014 at 12:19 #51231Anonymous
InactiveIt happens after the update to 1.2.6
Tue 18 Feb 2014 at 12:20 #51232Anonymous
InactiveSorry, but whre should I use the [eme-bookings]?
Tue 18 Feb 2014 at 12:39 #51233Franky
KeymasterThere’s a fix in the current trunk version for attendee and booking list formatting, see
http://plugins.trac.wordpress.org/changeset/859776
but I’m not sure it will help you …
What do you have in the EME setting called ‘Attendees list format’?
I think I have a documentation bug there, you should not use #_NAME but #_ATTENDNAME, see http://www.e-dynamics.be/wordpress/?cat=48
Tue 18 Feb 2014 at 18:14 #51234Anonymous
InactiveSorry, but can’t find the ‘Attendees list format’.
I’ve installed the two files from the trunk but without success.
Is is possible to go back to the previous version, can I download it from somewhere?
Tue 18 Feb 2014 at 19:45 #51235Franky
KeymasterIt’s in the tab “RSVP: registrations and bookings”
Wed 19 Feb 2014 at 08:09 #51236Anonymous
Inactive<table class=’eme-rsvp-form’>
<tr><th scope=’row’>Name*:</th><td>#_ATTENDNAME</td></tr>
<tr><th scope=’row’>E-Mail*:</th><td>#_EMAIL</td></tr>
<tr><th scope=’row’>Seats*:</th><td>#_SEATS</td></tr>
<tr><th scope=’row’>Comment:</th><td>#_COMMENT</td></tr>
#_CAPTCHAHTML[<tr><th scope=’row’>Please fill in the code displayed here:</th><td>#_CAPTCHA</td></tr>]
</table>
#_SUBMIT
I’ve changed the #_NAME to #_ATTENDNAME but that maks no difference
Wed 19 Feb 2014 at 12:13 #51237Franky
Keymasterwould it be possible to get a temporary login account so I can check this myself?
Wed 19 Feb 2014 at 15:59 #51238Anonymous
InactiveYour more than welcome. Which emailadress can I use?
Wed 19 Feb 2014 at 16:21 #51239Franky
KeymasterWed 19 Feb 2014 at 20:27 #51240Anonymous
InactiveAllright, I’ve added you as admin.
I’m now using version 2.5 but you may offcourse update the plugin.
Hope you can find a solution
Wed 19 Feb 2014 at 21:14 #51241Franky
KeymasterEt voila: settings adapted. You put ATTENDNAME in the rsvp form, not in the attendee list format. I really should take a look at the Dutch translation again 🙂
Wed 19 Feb 2014 at 21:40 #51242Franky
KeymasterBtw: while testing your site, I found another bug concerning the RSVP form. I fixed it and will release 1.2.8 immediately. Your site already contains the fix.
Wed 19 Feb 2014 at 22:35 #51243Anonymous
InactiveThank you very much, great service!
-
AuthorPosts
- The forum ‘Bug fixed or feature request implemented’ is closed to new topics and replies.