The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Quick "Translate This Page" Link Details »» | |||||||||||||||||||||||||
This modification adds a drop down box in the lower right corner of each page directly under the Forum Jump Box that is currently there. When a user selects an option from this box, they'll be forwarded on to a Google translation of the page at hand.
Please note that when viewing the translated version of this page, the user will not be logged in. In the forumjump template, look for: Code:
<br /><br /> Code:
</div> Code:
<strong>Translate This Page<br /> <form action="http://translate.google.com/translate" method="post"> <input type="hidden" name="u" value="http://YOURSITE.COM/$scriptpath" /> <select name="langpair" onchange="this.form.submit();"> <option value="en|de">English to German</option> <option value="en|nl">English to Dutch</option> <option value="en|es">English to Spanish</option> <option value="en|fr">English to French</option> <option value="en|it">English to Italian</option> <option value="en|pt">English to Portuguese</option> <option value="en|ko">English to Korean</option> <option value="en|ja">English to Japanese</option> <option value="en|ar">English to Arabic</option> <option value="de|en">German to English</option> <option value="de|nl">German to Dutch</option> <option value="de|es">German to Spanish</option> <option value="de|fr">German to French</option> <option value="de|it">German to Italian</option> <option value="de|pt">German to Portuguese</option> <option value="de|ko">German to Korean</option> <option value="de|ja">German to Japanese</option> <option value="de|ar">German to Arabic</option> <option value="nl|en">Dutch to English</option> <option value="nl|de">Dutch to German</option> <option value="nl|es">Dutch to Spanish</option> <option value="nl|fr">Dutch to French</option> <option value="nl|it">Dutch to Italian</option> <option value="nl|pt">Dutch to Portuguese</option> <option value="nl|ko">Dutch to Korean</option> <option value="nl|ja">Dutch to Japanese</option> <option value="nl|ar">Dutch to Arabic</option> <option value="es|en">Spanish to English</option> <option value="es|de">Spanish to German</option> <option value="es|nl">Spanish to Dutch</option> <option value="es|fr">Spanish to French</option> <option value="es|it">Spanish to Italian</option> <option value="es|pt">Spanish to Portuguese</option> <option value="es|ko">Spanish to Korean</option> <option value="es|ja">Spanish to Japanese</option> <option value="es|ar">Spanish to Arabic</option> <option value="fr|en">French to English</option> <option value="fr|de">French to German</option> <option value="fr|nl">French to Dutch</option> <option value="fr|es">French to Spanish</option> <option value="fr|it">French to Italian</option> <option value="fr|pt">French to Portuguese</option> <option value="fr|ko">French to Korean</option> <option value="fr|ja">French to Japanese</option> <option value="fr|ar">French to Arabic</option> <option value="it|en">Italian to English</option> <option value="it|de">Italian to German</option> <option value="it|nl">Italian to Dutch</option> <option value="it|es">Italian to Spanish</option> <option value="it|fr">Italian to French</option> <option value="it|pt">Italian to Portuguese</option> <option value="it|ko">Italian to Korean</option> <option value="it|ja">Italian to Japanese</option> <option value="it|ar">Italian to Arabic</option> </select> <input type="hidden" name="hl" value="en" /> <input type="hidden" name="ie" value="UTF-8" /> <input type="hidden" name="oe" value="UTF-8" /> <input type="hidden" name="safe" value="active" /> <input type="hidden" name="prev" value="/language_tools" /> </select>$gobutton </form> Save. Enjoy. Credit goes to oldfan (for his or her post here) that I tweaked to make work better. For a demo of what this looks like go here: http://f800riders.org/forum/forumdisplay.php?f=67 Supporters / CoAuthors Show Your Support
|
Comments |
#22
|
|||
|
|||
I get this too! any kind soul can sort this.
|
#23
|
|||
|
|||
Adding to the post referrer whitelist doesn't prevent you from being logged out, it enables the translation to function without the the error message.
In any case, you can click on the back button and continue to be logged in. |
#24
|
|||
|
|||
You might want to try placing it in the footer perhaps.
For English to Chinese (Simp & Trad) you can add these two lines: <option value="en|zh-CN">English to Chinese Simplified</option> <option value="en|zh-TW">English to Chinese Traditional</option> |
#25
|
|||
|
|||
I keep getting this error.
The requested URL /scriptpath was not found on this server. |
#26
|
|||
|
|||
and this..
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. |
#27
|
|||
|
|||
Can anyone help me out with this? Please?
|
#28
|
|||
|
|||
Did you follow the directions? Check the following line:
Code:
<input type="hidden" name="u" value="http://YOURSITE.COM/$scriptpath" /> |
#29
|
|||
|
|||
I have my website in correctly, I keep trying different ways and still nothing. Which one am I supposed to be using?
http://www.mysite.com http://www.mysite.com/forum http://mysite.com http://mysite.com/forum I have tried them all and it still wont work. And I get this error as well. Apache/1.3.39 Server at streakgaming.com Port 80 |
#30
|
|||
|
|||
Thanks for the Chinese bit
One question, I woul like to put the Translate option higher up the page, near the top so that people can see it without scrolling down, how do i do that? Much appreciated |
#31
|
|||
|
|||
Quote:
I also entered my domain correctly, but I get a "page not found" when Google tries to translate it. How do I have to replace it correctly? Wheather <input type="hidden" name="u" value="http://www.mysite.de/forum/$scriptpath" /> nor <input type="hidden" name="u" value="http://www.mysite.de/$scriptpath" /> work. Think, the first has to work ... Does the script not know the variable $scriptpath? Thanks. Brady |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|