Gossamer Forum
Quote Reply
translator
I have an idea for a free translation I think would be cool.
http://translator.go.com/cb/trans_dyn/ssi/?hdn=webkit_alternative.html&lo=en
has a free translation script you could add to the search results page of linksql....The only problem is it asks for a fixed url in the script i.e.
IMPORTANT NOTE:
You will need to edit the form to translate the page to which you add this code. Where you see "YOUR_URL_HERE" you must replace this text with the full URL of the site you want to translate.
Is there a way to replace the "YOUR_URL_HERE" dynamically with the search query url. So whatever search query url linksql builds will be put in that field for the translator?

If anyone can help?
thanks
-tntwebguy

Quote Reply
Re: translator In reply to
Yes in place of YOUR_URL you would just add <%URL%>

Paul Wilson. Shocked
(Dont blame me if I'm wrong!)
Quote Reply
Re: translator In reply to
Oh....if it asks for the URL in the script itself then you cant add <%URL%>

Paul Wilson. Shocked
(Dont blame me if I'm wrong!)
Quote Reply
Re: translator In reply to
What you would need to do is edit the link.html file...

You would add <%URL%> where it states YOUR_URL_HERE in the query string.

However, keep in mind that it is not always best to include external query strings in your web site since they change ALL the time...READ the Threads in the Links 2.0 Customization Forum where problems have been cited using Altavista and Go.com query strings within Links 2.0 scripts.

Regards,

Eliot Lee
Quote Reply
Re: translator In reply to
Thanks Anthro and Paul...you're right Alta Vista and Go keep changing their query string....too much trouble having to always check to see if it's still working!