PcFreak
03-10-2006, 10:00 PM
This small modification translate a single posts directly in a pop-up window with bablefish.
Search in postbit or in postbit_legacy template for:
<!-- controls -->
Replace with
<!-- controls -->
<a href="#" onclick="Fenster1=window.open('http://babelfish.altavista.com/babelfish/urltrurl?url=http://your.domain_here/showpost.php?p=$post[postid]&lp=de_en','','directories=no,location=no,resizable =yes,scrollbars=yes,toolbar=no,status=no,menubar=n o,width=600,height=400')">
<img src="$stylevar/gb.gif" alt=" translate (powered by babelfish)" width="50" height="18" border="0" /></a>
Note:
your.domain_here = The absolute path of your forum
lp=de_en is the translate direction
Translate Post from english to german use lp=en_de
Translate Post from english to france use lp=en_fr
Translate Post from english to portuguese use lp=en_pt etc...
This liitle gifs must be copy in your images/buttons dir.
gb.gif = for English language
fr.gif = for french language
pt.gif = for portuguese language
de.gif = for german language
Thats all.
Of course,
[I]The translation with Bblelfish is not very good, but maybe you understands the meaning
small advertisement
Are you interested in a great statistics for your forum?
Visit my projekt www.vbstatistic.com (http://www.vbstatistic.com)
Andree (PcFreak)
Search in postbit or in postbit_legacy template for:
<!-- controls -->
Replace with
<!-- controls -->
<a href="#" onclick="Fenster1=window.open('http://babelfish.altavista.com/babelfish/urltrurl?url=http://your.domain_here/showpost.php?p=$post[postid]&lp=de_en','','directories=no,location=no,resizable =yes,scrollbars=yes,toolbar=no,status=no,menubar=n o,width=600,height=400')">
<img src="$stylevar/gb.gif" alt=" translate (powered by babelfish)" width="50" height="18" border="0" /></a>
Note:
your.domain_here = The absolute path of your forum
lp=de_en is the translate direction
Translate Post from english to german use lp=en_de
Translate Post from english to france use lp=en_fr
Translate Post from english to portuguese use lp=en_pt etc...
This liitle gifs must be copy in your images/buttons dir.
gb.gif = for English language
fr.gif = for french language
pt.gif = for portuguese language
de.gif = for german language
Thats all.
Of course,
[I]The translation with Bblelfish is not very good, but maybe you understands the meaning
small advertisement
Are you interested in a great statistics for your forum?
Visit my projekt www.vbstatistic.com (http://www.vbstatistic.com)
Andree (PcFreak)