Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Steven

    (@shazahm1hotmailcom)

    Can you please share a link to the page with the issue so I can take a look? I am unable to replicate the issue. Here’s a link to one of the demo pages:

    The locality names use the standard PHP function to URL encode to ensure that the permalinks meet the specs.

    Thread Starter daughtkom

    (@daughtkom)

    Visit openupsandiego.com. As I write this, there is currently only one organization in the directory and the city is “Solana Beach”. I have re-enabled ability to click on city, but since it is currently broken, I don’t want to leave it like that for long.

    This is hosted on Windows, so that may be a difference, but based on what I see in StackOverflow, it’s possibly because the + is part of the URL path and not the URL query. The + is safe for use in the query, but %20 is safe for use in both path and query.

    Plugin Author Steven

    (@shazahm1hotmailcom)

    I’m releasing Connections 10.0 today. I just made a change to use rawurlencode() instead of urlencode() in these instances. This will encode the space character as %20 instead of a + sign. This should correct the issue you are experiencing on IIS.

    Apologies for the trouble! I hope this helps!

    Thread Starter daughtkom

    (@daughtkom)

    Awesome, thanks. I’ll watch for the upgrade and appreciate the quick response.

    Plugin Author Steven

    (@shazahm1hotmailcom)

    fyi, I just released 10.0 which has this change. It should show up an available update in your WP admin soon.

    Thread Starter daughtkom

    (@daughtkom)

    ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Space in city name breaks links’ is closed to new replies.