Events Made Easy Forums Bug fixed or feature request implemented Dropdown menu for location is empty

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #44191
    Anonymous
    Inactive

    I installed the latest version from the download-link (http://downloads.wordpress.org/plugin/events-made-easy.zip).

    I can edit locations, in the edit-location page all locations are shown, also in the database.

    But if I want to select a location for a new event the drop-down is empty (I have enabled “use dropdown for locations”).

    The location in the already created events is untouched, even if I edit them.

    (The problem was not in the stable-version).

    #51376
    Franky
    Keymaster

    Heheh 🙂 The disadvantages of using dev. Yesterday evening I changed the code even more, so all testing is welcome. I’ll try to fix this today.

    #51377
    Franky
    Keymaster

    Fix: in eme_events.php, line 3278. Change from

    <option value="<?php echo $location['location_id'] ?>" <?php echo $selected ?>><?php echo eme_trans_sanitize_html($location['location_name']) ?></option>

    to

    <option value="<?php echo $tmp_location['location_id'] ?>" <?php echo $selected ?>><?php echo eme_trans_sanitize_html($tmp_location['location_name']) ?></option>

    #51378
    Anonymous
    Inactive

    Great! Works perfect! Thanks.

    #51379
    Franky
    Keymaster

    If you still feel up to testing: test the latest dev 🙂

    Remember: this small fix is not in there yet.

    #51380
    Anonymous
    Inactive

    Yep, I saw it 🙂

    I wanted to inlcude the fix and recognized that in line 3278 there was another code than you’ve posted. So, as you wrote you did a lot work last night I downloaded the last dev, found that line 3278 is correct, implemented the fix and tested. The result was my post above. For now, everything I need works perfect.

    #51381
    Franky
    Keymaster

    Fixed in dev, and also some other fixes (so you might want to update)

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