Esta versión é unha das maiores cambios que fixemos ata agora. Queremos detalles algunhas das modificacións aquí:
Novos recursos nesta versión
- Admin lado traducción automática de mensaxes sobre publicación – Este recurso permite que as mensaxes a seren traducidas para o máis axiña posible, de modo que o alimenta e buscadores vai ver versións traducidas
- Novos métodos de mensaxe para os sitios – vai permitir unha maior versatilidade en casos ocorreron problemas no pasado
Hai máis algunhas correccións de erros (ler o rexistro de cambios) pero o máis importante esta versión é unha revisión importante da arquitectura subxacente (máis que 3,000 liñas de diff), con máis énfase en sistemas de enxeñaría de software. Por exemplo, todo o código agora está contida nos obxectos (que veña a reducir os problemas de espazo con outros plugins) e as opcións foron trasladados a un único local. Agardamos que algunhas arestas aquí, polo que só nos informar e será modificado así que sexa posible.


#1 por db0 en Novembro 26, 2009 - 1:15 pm
Looks nice and I think it’s quite faster now as well so I’m going to give it a try and see if I get any heavy performance issues on my shared hosting. Translation is still difficult because of the way transposh chooses to split paragraphs though. It would be nice to see this or at least this implemented soon.
Nevertheless, good job!
#2 por AutoCAD Hocası en Novembro 26, 2009 - 2:33 pm
php if(function_exists(”transposh_widget”)) { transposh_widget(matriz()); }
code dont work with 0.3.5
#3 por ofer en Novembro 26, 2009 - 5:18 pm
Please use the following code:
$my_transposh_plugin->widget->transposh_widget(matriz());
This bug will be fixed in the upcoming version, thanks for reporting
#4 por mini001 en Novembro 27, 2009 - 1:56 no
$my_transposh_plugin->widget->transposh_widget(matriz());
how can use in
php if(function_exists(”transposh_widget”)) { transposh_widget(matriz()); }
#5 por ofer en Novembro 28, 2009 - 8:04 pm
You can still use the function_exists bit, this bug will be fixed in the coming version, anyhow you can use for now:
php if(function_exists(”transposh_widget”)) { $GLOBALS['my_transposh_plugin']->widget->transposh_widget(array()); }#6 por Andre Marchandise en Novembro 27, 2009 - 1:46 pm
This work-around doesn’t work for me:
Erro moi grave: Call to a member function transposh_widget() on a non-object in /home/eroti20/public_html/wp/wp-content/plugins/thesis-openhook/functions.php(880) : eval()’d code on line 27
The transposh function get’s called from my Thesis theme, previous version worked OK.
Thanks for investigating.
#7 por Andre Marchandise en Novembro 27, 2009 - 2:40 pm
Changing the transposh_widget function ( as suggested by Ofer ) para:
function transposh_widget($args = array()) {
$GLOBALS['$my_transposh_plugin']->widget->transposh_widget($args);
}
and calling transposh_widget(matriz()); from my template
still results in an error:
Erro moi grave: Call to a member function transposh_widget() on a non-object in /home/eroti20/public_html/wp/wp-content/plugins/transposh-translation-filter-for-wordpress/transposh_widget.php on line 258
;-(
#8 por Andre Marchandise en Novembro 27, 2009 - 3:01 pm
Thanks to Ofer for guiding me on the following change:
function transposh_widget($args = array()) {
$GLOBALS['my_transposh_plugin']->widget->transposh_widget($args);
}
This function transposh_widget can be found at the end of transposh_widget.php
The code used in my template still is:
if(function_exists(”transposh_widget”)) { transposh_widget(array()); }
Thanks for a wonderfull plug-in, now I only need to find the time for manually editing the translations ( at least to German, French and Dutch )
#9 por asaf chertkoff en Novembro 26, 2009 - 6:52 pm
i don’t know if its supposed to be like this but i have two languages in rtl (hebrew and arabic) and one in ltr (engilsh) in my site, and it doesn’t know how to use or ignore the rtl.css file of the theme.
what was the intend solusion?
gracias, Asaf.
#10 por Andre Marchandise en Novembro 27, 2009 - 3:07 pm
The ‘Try alternate posting methods’ works as expected!
Grazas.
#11 por ofer en Novembro 27, 2009 - 3:16 pm
Thank you for your feedbacks
#12 por Ilan en Novembro 28, 2009 - 1:07 pm
Pretty url’s dont work when using function transposh_widget from the template.
Cumprimento,
Ilan
#13 por ofer en Novembro 28, 2009 - 8:02 pm
Seems like its working on your site, I fail to see any connection
#14 por Ilan en Novembro 29, 2009 - 9:09 pm
Because I reverted to 0.3.4 …
#15 por marius en Decembro 8, 2009 - 9:08 no
how long it takes for search engines to index translated pages?
i`m using this plugin since 3 days ago and nothing yet.
my normal posts are indexed in 5 min after publising but this translated pages are not until now.
i must do something,or how to have translated pages in google,yahoo?
pls excuse my english