• Resolved dkolski

    (@dkolski)


    With EMEFS last version, when an event is created, the event_slug created doesn’t have a trailing slash.

    EME coding of the events URL are coded with siteURL/events/event_id/event_slug but for events created with EMEFS the events URL are coded without the event_id : siteURL/events/event_slug.

    I noticed that the problem is caused by the difference of coding of the event_slug between for events created with EME and EMEFS. In the latter case, the event_slug is missing a trailing slash in events table as opposed to events created with EME in the back-office.

    If a trailing slash is manually added in the event_slug, then the URL gets correctly coded again.

    Is my understanding correct and is there a fix ?

    EMEFS version 1.0.35
    EME version 2.0.75

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

    (@liedekef)

    EMEFS uses the EME functions to create the slug. And EME changed the slug method, see the changelog:
    * Better slug for events and locations (permalinks now without the event or location id). The new slug for an event will be used after you edit the event.
    The trailing slash should get added as usual (depends on your regular permalinks structure), and the matching works for both (does here anyway).

    Thread Starter dkolski

    (@dkolski)

    ok, undertood.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Lacking trailing slash in event_slug’ is closed to new replies.