Events Made Easy Forums Bug fixed or feature request implemented Placeholder #_LOCATIONPAGEURL

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #57695
    Anonymous
    Inactive

    Hello Franky,

    please check the placeholder, in the new version 2.0.23.
    I use the placeholder to represent a single event.
    He produces the following output.

    <a href="<a href=" https:="" jof.spdns.de="" wordpress="" orte="" 39="" hildesheim-slalomstrecke="" "="" rel="nofollow">https://jof.spdns.de/wordpress/orte/39/hildesheim-slalomstrecke/</a>
    ">Slalomstrecke an der Bischofsmühle

    In the previous version, the output was correct, see below.

    <a href="https://lkc-lueneburg.de/orte/39/hildesheim-slalomstrecke/">
    Slalomstrecke an der Bischofsmühle</a>

    My template looks like this.

    ...
    <strong><a href="#_LOCATIONPAGEURL">
        [eme_if tag='#ESC_MYLOCATIONATT{Name_sichtbar}']
            #_MYLOCATIONATT{Name_sichtbar}
        [/eme_if]
        [eme_if tag='#ESC_MYLOCATIONATT{Name_sichtbar}' is_empty=1]
           #_LOCATIONNAME
        [/eme_if]
    </a></strong>
    ...

    My settings for the template:
    Type = Event, convert newlines = No

    Greeting Friedhelm

    #57698
    Franky
    Keymaster

    Indeed, an unwanted side-effect of something I tried to fix for facebook-sync events. I’ll do that in another way.
    For now, go in events-manager.php and delete lines 167-168:
    add_filter(’eme_notes’, ‘make_clickable’);
    add_filter(’eme_general’, ‘make_clickable’);

    I’ll release a new version this evening and a fix for url’s in the facebook sync plugin directly.

    #57700
    Franky
    Keymaster

    Fix released.

    #57701
    Anonymous
    Inactive

    Thanks!

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