This works
{link-window:http://www.somesite.com}http://www.somesite.com{link-window}
This doesn't
{link-window:http://www.somesite.com?id=whatever}http://www.somesite.com{link-window}
I tried using the escape sequence for the ? but that didn't work either. Anyone else have this issue and know how to get around it?
Community moderators have prevented the ability to post new answers.
Hi Mark,
For URLs which include an '=' character, which most URLs that have a query string do, you need to use the 'href=' parameter name, or Confluence thinks you are providing an unusual parameter instead of the URL. In your case, this will fix it:
{link-window:href=http://www.somesite.com?id=whatever}http://www.somesite.com{link-window}
Hope that helps!
Regards,
David Peterson
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
{link-window:width=800|height=700|href=conf:User Search}User Search{link-window}
Above code is not working.
I am using space key instead of whole url.
Kindly help.
Regards
Abyakta
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Community moderators have prevented the ability to post new answers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.