You are not logged in.
Allows visitors to translate your website to their desired language by using Google Translate, completely JavaScript free and customizable. Developed to get more “suitable” Google translate outfit.
Last edited by Gocom (2008-10-28 15:53:44)
Rah-plugins | What? I’m a little confused… again :-) <txp:is_god />
Offline
Very cool Jukka. Installed at The Bombsite. You’ve been hiding all these plug-ins haven’t you? ;)
Stuart – the bombsite – Just Another Theme
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
thebombsite wrote:
You’ve been hiding all these plug-ins haven’t you?
I’ve been bad boy, haven’t I ;) Makes me wanna quote Austin Powers: “Yeah, baby, yeah!” :D
Installed at The Bombsite
Now I know what The Bombsite looks in Dansk :P
Very cool Jukka
My name and cool in a same sentence! Thanky you, Stuart :)
Rah-plugins | What? I’m a little confused… again :-) <txp:is_god />
Offline
Now I know what The Bombsite looks in Dansk :P
You should see it in Russian. ;)
Stuart – the bombsite – Just Another Theme
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
Thanks for plugin…
But Im looking for a bit advanced plugin – somethink like Wordpress Global Translator plugin – which is very good from SEO point – translated pages are on your local site and not on google – check the example here: http://www.nothing2hide.net/wp-plugins/wordpress-global-translator-plugin/
Does anybody know about such plugin?
Offline
thebombsite wrote:
Now I know what The Bombsite looks in Dansk :P
You should see it in Russian. ;)
_Does anybody here except me knows russian? :)
Providing help in hacking ATM! Come to courses and don’t forget to bring us notebook and hammer! What for notebook? What a kind of hacker you are without notebok?
Offline
I think you may be one of a very small group Victor. :)
Stuart – the bombsite – Just Another Theme
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
Hello,
I have a problem in using the plugin with clean urls.
So it works on the main site and urls like:
/index.php?c=Gesellschaft&s=artikel
/index.php?id=2129
But if I use a clean url like
/impressum
/impressum/?rah_google_language=en&rah_site_language=de&rah_translate_page=%2Fimpressum%2F
then it shows up the side with no change.
And there exists also a problem with very long urls, because the direct call of google_translate doubles the url length and end´s up with a “nice try” message, for example:
http://www.ukraine-nachrichten.de/artikel/europaeisches-parlament-fordert-aberkennung-des-titels-held-der-ukraine-fuer-stepan-bandera?rah_google_language=en&rah_site_language=de&rah_translate_page=%2Fartikel%2Feuropaeisches-parlament-fordert-aberkennung-des-titels-held-der-ukraine-fuer-stepan-bandera
I use clean urls with lighttpd 1.4.26 and the query string fix from sencer http://textpattern.com/weblog/216/lighttpd-and-clean-urls-with-servererror-handler-404, with textpattern 4.2.0
IMHO could a solution be to retransform clean urls in their messy equivalent before passing it over to google_translate.
Offline
whocarez wrote:
And there exists also a problem with very long urls, because the direct call of google_translate doubles the url length and end´s up with a “nice try” message, for example:
TXP has a spam protection method that limits the lenght of URLs. You can change the setting in TXP’s Preferences: Admin / Preferences / Advanced / Maximum URL length (in characters).
whocarez wrote:
IMHO could a solution be to retransform clean urls in their messy equivalent before passing it over to google_translate.
Personally I’m not really sure about that. To me it seems to be better practice to redirect or block the messy urls to prevent double content. In those cases the messy equivalents do nothing.
Also, the plugin uses requested url instead building the url. That way it doesn’t ignore anytype of request, that TXP’s url function would.
Anyways, if you want to use messy urls with the plugin, you can do/code it with couple of ways:
index.php?c='.category(array()).'&s='.section(array()).'&id='.article_id(array())).Last edited by Gocom (2010-03-01 16:04:31)
Rah-plugins | What? I’m a little confused… again :-) <txp:is_god />
Offline
Gocom wrote:
TXP has a spam protection method that limits the lenght of URLs. You can change the setting in TXP's Preferences: _Admin / Preferences / Advanced / Maximum URL length (in characters)_.
Ah, ok I forgot about that … or rather I was not sure from where the limit is set.
But, what is with the first problem? Is it connected with clean urls and lighttpd?
/impressum
/impressum/?rah_google_language=en&rah_site_language=de&rah_translate_page=%2Fimpressum%2F
does not show up a translated page. The parameters are only ignored …
Btw. you can test it on my site (http://www.ukraine-nachrichten.de). Mainsite ist working, but any clean url does end without any change. The translate button is in the middle of the head area …
Offline