Viewing 10 replies - 1 through 10 (of 10 total)
  • can I know where did you use the placeholder? seems to work fine on my test site e.g. Formats/Layouts tab.

    thx

    Thread Starter eliasen

    (@eliasen)

    It’s ‘manually’ inserted in a page.

    Tried updating (a minor text change) in both the event and the location. No difference.

    After that, I deleted {has_location} and {/has_location} which made the event show correctly.

    I had the same problem. Removing the {has_location} and {/has_location} also made the #_EVENTLINK work again. I’m not sure why. I’m going to dig into the plugin code to see if I can find the problem

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    I’ve made some minor unrelated tweaks to the placeholder algorithm that may coincidentally fix this in next update. let me know if not (and pls paste your format so we can see an example, use pastebin.com)

    My format before I removed the {has_location} and {/has_location}.

    http://pastebin.com/iFU1hyBY

    Thread Starter eliasen

    (@eliasen)

    And mine, before removing {has_location} and {/has_location}

    http://pastebin.com/TQAkM6cR

    Thread Starter eliasen

    (@eliasen)

    And, in case you’re wondering, the #_EVENTLINK-issue didn’t get fixed with 5.1.6.

    agelonwl

    (@angelonwl)

    try putting a space between the placeholder and conditional placeholder of this snippet <h4>#_EVENTLINK{has_location}</h4>

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    that’ll be why actually, because some placeholders (e.g. #_EVENTIMAGE{x,y}) allow brackets right after, a space should fix it i think.

    mind you, you should just move it to after the closing h4 anyway as you’d break your HTML this way if it worked properly.

    swinggraphics

    (@swinggraphics)

    Yep, adding the space fixed my problem. (5.1.6)

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘[Plugin: Events Manager] #_EVENTLINK is now #_EVENTLINK’ is closed to new replies.