I was just wondering about this 10 minutes ago! I haven't tried it yet but thank you!
Quote:
Originally Posted by MARKETPROFITS
This gets mod of the month for user friendliness.
OMG! This is amazing, so amazing that I decided to enhance this a bit and make it so the entire site is translated.
Ready? Go!
In the navbar template, look for this code:
Code:
<div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div>
</if>
Below it, add the following code:
Code:
<!--start translator-->
<a href="#" onclick="Fenster1=window.open('http://babelfish.altavista.com','','directories=no,location=no,resizable=yes,scrollbars=yes,toolbar=no,status=no,menubar=no,width=700,height=500')">
<img src="$stylevar[imgdir_button]/tr.gif" alt="Please translate all to English" width="15" height="10" border="0" /></a>
<!--english-->
<a href="#" onclick="Fenster1=window.open('http://babelfish.altavista.com/babelfish/urltrurl?url=http://www.yoursite.com/showpost.php?p=$post[postid]&lp=en_it','','directories=no,location=no,resizable=yes,scrollbars=yes,toolbar=no,status=no,menubar=no,width=600,height=400')">
<img src="$stylevar[imgdir_button]/it.gif" alt=" Translate from English to Italian" width="15" height="10" border="0" /></a>
<!--french-->
<a href="#" onclick="Fenster1=window.open('http://babelfish.altavista.com/babelfish/urltrurl?url=http://www.yoursite.com/&lp=en_fr','','directories=no,location=no,resizable=yes,scrollbars=yes,toolbar=no,status=no,menubar=no,width=600,height=400')">
<img src="$stylevar[imgdir_button]/fr.gif" alt=" Translate from English to French" width="15" height="10" border="0" /></a>
<!--german-->
<a href="#" onclick="Fenster1=window.open('http://babelfish.altavista.com/babelfish/urltrurl?url=http://www.yoursite.com/&lp=en_de','','directories=no,location=no,resizable=yes,scrollbars=yes,toolbar=no,status=no,menubar=no,width=600,height=400')">
<img src="$stylevar[imgdir_button]/de.gif" alt=" Translate from English to German" width="15" height="10" border="0" /></a>
<!--spanish-->
<a href="#" onclick="Fenster1=window.open('http://babelfish.altavista.com/babelfish/urltrurl?url=http://www.yoursite.com/&lp=en_es','','directories=no,location=no,resizable=yes,scrollbars=yes,toolbar=no,status=no,menubar=no,width=600,height=400')">
<img src="$stylevar[imgdir_button]/es.gif" alt=" Translate from English to Spanish" width="15" height="10" border="0" /></a>
<!--dutch-->
<a href="#" onclick="Fenster1=window.open('http://babelfish.altavista.com/babelfish/urltrurl?url=http://www.yoursite.com/&lp=en_nl','','directories=no,location=no,resizable=yes,scrollbars=yes,toolbar=no,status=no,menubar=no,width=600,height=400')">
<img src="$stylevar[imgdir_button]/nl.gif" alt=" Translate from English to Dutch" width="15" height="10" border="0" /></a>
<!--end translator-->
Save it and you are done.
It should work fine...if you doesn't, please update here as I have not tested this thoroughly.
Thanks, enjoy.
|
Awesome, thanks. I will be trying this too.
|