PDA

View Full Version : how do you do this?


Slynderdale
05-30-2002, 07:44 AM
How do you do the translation thing like on here? i know the html for it


<table cellpadding="0" cellspacing="0" border="0">
<tr><td>
<font face="verdana" size="1"><b>Translate Thread:</b><br>
<select name="lang" onchange="window.location=('http://fets3.freetranslation.com:5081/?Url=$formattedurl&Sequence=core&Language='+this.options[this.selectedIndex].value)">
<option value="-1" selected>Please select direction:</option>
<option value="English/Spanish">English to Spanish</option>
<option value="English/French">English to French</option>
<option value="English/German">English to German</option>
<option value="English/Italian">English to Italian</option>
<option value="English/Norwegian">English to Norwegian</option>
<option value="English/Portuguese">English to Portuguese</option>
<option value="Spanish/English">Spanish to English</option>
<option value="French/English">French to English</option>
<option value="German/English">German to English</option>
<option value="Italian/English">Italian to English</option>
<option value="Portuguese/English">Portuguese to English</option>
</select></font></td></tr></table>


my only problem is to format the url for it so ? is %2E and = is %3D and / is %3E
i tried this, but it doesnt work:

$formattedurl=str_replace("?","%2E",$HTTP_HOST$REQUEST_URI);
$formattedurl=str_replace("/","%3E",$formattedurl);
$formattedurl=str_replace("=","%3D",$formattedurl);

Mone'
05-30-2002, 07:49 AM
I'd like to know too :)

Boofo
05-30-2002, 08:36 AM
Translation Link (https://vborg.vbsupport.ru/showthread.php?s=&threadid=34110&highlight=translation)

Check that out and if you still have problems with it, I have it working on my site.

This one's for you, too, Mone'. :)

Mone'
05-30-2002, 02:20 PM
thx Boofo :)

Boofo
05-30-2002, 02:24 PM
You're very welocme. :) BTW: Jump on the site when you get a minute and check out the Quick PM Reply Box and let me know what you think. I finally got it figured out and added a few things to it. Let me know if it looks familiar. :)

Slynderdale
05-30-2002, 02:47 PM
Originally posted by Boofo
You're very welocme. :) BTW: Jump on the site when you get a minute and check out the Quick PM Reply Box and let me know what you think. I finally got it figured out and added a few things to it. Let me know if it looks familiar. :)

Nice forums, that gives me some ideas for my quick reply box, im also gonna have a smilie panel on the side too

Boofo
05-30-2002, 03:13 PM
Originally posted by Slynderdale


Nice forums, that gives me some ideas for my quick reply box, im also gonna have a smilie panel on the side too

I'm still working on them as I'm sure you could tell by the lack of members. :) If you need any help with anything, don't hesitate to ask. I don't know a lot, but I have learned a few things from here. Also, I had the smilie box on the quick reply Box and took it off as the page was loading slower. That's why I just did the link to the smilie page. The page loads faster now and it does almost the same thing. Hope to see you around the board. :)