• Resolved mlplus

    (@mlplus)


    Hi!

    Thanks for the new release, many things resolved. There are still two parts that doesn’t work:

    1) #_LOCATIONCATEGORIES{}{}
    See page: https://oppnasinnen.webplus.se/medlemmar-slumpvis-ordning/ No catagories (“Konstarter:”) shows att all when using:
    #_LOCATIONCATEGORIES{}{25,26,28,29,5,23,24,27,4,1,3}

    2) #_EDITLOCATIONURL still not working for a user logged in, but works for admin or if you put that you can edit all locations in permissions.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Franky

    (@liedekef)

    Concerning 2: can you check if this fixes it:
    https://plugins.trac.www.ads-software.com/changeset/2176419/

    Concerning 1: change in eme_locations.php the line 1866 from
    $categories = eme_get_location_category_names($event['event_id'],$extra_conditions,$order_by);
    to
    $categories = eme_get_location_category_names($location['location_id'],$extra_conditions,$order_by);

    I have to admit: I didn’t test it, and this was a copy/paste error; but now it is tested and should work. The next version will also allow excerpts in locations etc …

    • This reply was modified 5 years, 4 months ago by Franky.
    • This reply was modified 5 years, 4 months ago by Franky.
    Thread Starter mlplus

    (@mlplus)

    Concerning 2, your fix works!

    Will test the other fix now.

    Thread Starter mlplus

    (@mlplus)

    Concerning 1: YESSS! This fix works too!

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘New release’ is closed to new replies.