Endless Paradigm

Full Version: I need something like this
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can it be done ?




[Image: attachment.php?aid=2024]
not particularly, no
By the way, I answered this in a PM:

HTML Code
<form action="http://translate.google.com/translate" method="get">
<input type="hidden" name="u" value="{$mybb->settings['bburl']}/showthread.php?tid={$thread['tid']}" />
<input type="hidden" name="hl" value="en" />
<input type="hidden" name="ie" value="UTF8" />
<input type="hidden" name="sl" value="en" />
Translate to: <select name="tl">
<option value="ru">Russian</option>
<option value="es">Spanish</option>
<!-- add more langs here -->
</select>
<input type="submit" value="Go" />
</form>

(yes, uses Google Translator)

zinga showed it in html which I suppose is correct if you have the ability to edit the forum...

I just assumed he meant an add on or an extension to the browser itself that would automatically place it under each post
Slushba132 Wrote:zinga showed it in html which I suppose is correct if you have the ability to edit the forum...

I just assumed he meant an add on or an extension to the browser itself that would automatically place it under each post
Can be done with something like GreaseMonkey.
Actually, I thought you meant something different - ie write your own translator, which, yes, is very difficult (and probably impractical as you mention).

Anyway...
Reference URL's