Tagged: 

Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #44163
    Anonymous
    Inactive

    After the last update, the username is added to the attendeelist. I now get something like this:

    ◾Tom Verdouw (WP username: Tom Verdouw)

    #51223
    Franky
    Keymaster

    Correct. 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

    #51224
    Franky
    Keymaster
    #51225
    Anonymous
    Inactive

    Thanks, works great!

    #51226
    Anonymous
    Inactive

    Sorry but after the last update it doesn’t work anymore. In stead of the attendee name I see the title of the evenement.

    #51227
    Franky
    Keymaster

    What is the shortcode+options you’re using?

    Because I just tested [eme_bookings] and #_ATTENDEES: both work as expected

    #51228
    Anonymous
    Inactive

    I’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>

    #51229
    Franky
    Keymaster

    Just tested this: seems to be working just fine …

    #51230
    Franky
    Keymaster

    Btw; which version did you try? 1.2.6 contains some fixes for attendees

    #51231
    Anonymous
    Inactive

    It happens after the update to 1.2.6

    #51232
    Anonymous
    Inactive

    Sorry, but whre should I use the [eme-bookings]?

    #51233
    Franky
    Keymaster

    There’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

    #51234
    Anonymous
    Inactive

    Sorry, 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?

    #51235
    Franky
    Keymaster

    It’s in the tab “RSVP: registrations and bookings”

    #51236
    Anonymous
    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

    #51237
    Franky
    Keymaster

    would it be possible to get a temporary login account so I can check this myself?

    #51238
    Anonymous
    Inactive

    Your more than welcome. Which emailadress can I use?

    #51239
    Franky
    Keymaster
    #51240
    Anonymous
    Inactive

    Allright, 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

    #51241
    Franky
    Keymaster

    Et 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 🙂

    #51242
    Franky
    Keymaster

    Btw: 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.

    #51243
    Anonymous
    Inactive

    Thank you very much, great service!

Viewing 22 posts - 1 through 22 (of 22 total)
  • The forum ‘Bug fixed or feature request implemented’ is closed to new topics and replies.
Scroll to Top