Events Made Easy Forums Bug fixed or feature request implemented #_LOCATIONPAGEURL not working in latest trunk version

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #42423
    Anonymous
    Inactive

    The following “Default location balloon format” does not produce a location page URL link with the latest trunk version:

    <strong>#_NAME</strong><br/>#_ADDRESS<br/>#_TOWN<br/><a href=#_LOCATIONPAGEURL</a><br/>#_DIRECTIONS

    #46307
    Franky
    Keymaster

    Still trunk, so kinda normal there’s a small bug in it 🙂 But thanks for noticing it!

    Solved in trunk, see http://plugins.trac.wordpress.org/changeset/333066

    #46308
    Anonymous
    Inactive

    I should have looked at that more carefully before posting. This and some other things didn’t work after upgrading to the most recent trunk version. I hadn’t changed the “Default location balloon format” code. It had worked before upgrading, so I assumed the problem was due to a bug in the new version. However, I just noticed that the following portion isn’t valid:

    <a href="#_LOCATIONPAGEURL</a">

    I changed it to this and the link works fine:

    </a><a href="#_LOCATIONPAGEURL">Details</a>

    Could something have changed that in the database when the version was activated?

    EDIT: I was typing this while you were posting your message above and hadn’t read what you wrote.

    #46309
    Franky
    Keymaster

    please test the latest trunk again 🙂

    #46310
    Anonymous
    Inactive

    This problem is fixed in the latest trunk.

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