Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Stop GLinks changing the URL in a link.

Quote Reply
Stop GLinks changing the URL in a link.
Trying to get glinks to include a link in a page that is dynamically generated.

Code:
<a
href="http://www.braydigital.com/...etailed/whatever.flv"
style="display:block;width:400px;height:300px"
id="player">
</a>

<!-- this will install flowplayer inside previous A- tag. -->
<script>
flowplayer("player", "../flowplayer-3.0.7.swf");
</script>

GLinks is being a pain in the ass and rewriting the URL to cgi-bin/videos/ and so on.

I've gone through the manual and searched the forum and couldn't find out how to stop Glinks changing the link. How do I get the URL to remain the same?
Cheers,
Michael Bray
Quote Reply
Re: [Michael_Bray] Stop GLinks changing the URL in a link. In reply to
Try using /videos instead of full link.
Quote Reply
Re: [Michael_Bray] Stop GLinks changing the URL in a link. In reply to
Or you can add the url to the dynamic_no_url_transform option (Setup => Build Options). This option was added in 3.2.0.

Adrian