Denne version er en af de største ændringer, vi har gjort hidtil. Vi vil gerne beskriver nogle af de ændringer her:
Nye funktioner i denne udgivelse
- Admin side automatisk oversættelse af stillinger på publicering – denne funktion giver mulighed for stillinger, der skal oversættes så hurtigt som muligt, så feeds og søgemaskiner vil se oversatte versioner
- Nye metoder til udstationering til sites – vil give flere alsidighed i tilfælde problemer opstået i fortiden
Der er nogle flere fejlrettelser (Læs ændringen log) men endnu vigtigere denne version er en større omlægning af den underliggende arkitektur (mere end 3,000 linjer diff), med større vægt på software engineering ordninger. For eksempel, hele koden er nu indeholdt i genstande (som forhåbentlig vil reducere namespace problemer med andre plugins) og muligheder er blevet flyttet til et enkelt sted. Vi forventer nogle skarpe kanter her, så bare informere os, og det vil blive fastsat asap.


#1 af db0 om November 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 se denne or at least this implemented soon.
Ikke desto mindre, good job!
#2 af AutoCAD Hocası om November 26, 2009 - 2:33 pm
php if(function_exists(”transposh_widget”)) { transposh_widget(array()); }
code dont work with 0.3.5
#3 af ofer om November 26, 2009 - 5:18 pm
Please use the following code:
$my_transposh_plugin->widget->transposh_widget(array());
This bug will be fixed in the upcoming version, thanks for reporting
#4 af mini001 om November 27, 2009 - 1:56 på
$my_transposh_plugin->widget->transposh_widget(array());
how can use in
php if(function_exists(”transposh_widget”)) { transposh_widget(array()); }
#5 af ofer om November 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 af Andre Marchandise om November 27, 2009 - 1:46 pm
This work-around doesn’t work for me:
Fatal fejl: 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 af Andre Marchandise om November 27, 2009 - 2:40 pm
Changing the transposh_widget function ( as suggested by Ofer ) til:
function transposh_widget($args = array()) {
$GLOBALS['$my_transposh_plugin']->widget->transposh_widget($args);
}
and calling transposh_widget(array()); from my template
still results in an error:
Fatal fejl: 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 af Andre Marchandise om November 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 af asaf chertkoff om November 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?
tak, Asaf.
#10 af Andre Marchandise om November 27, 2009 - 3:07 pm
Den ‘Try alternate posting methods’ works as expected!
Tak.
#11 af ofer om November 27, 2009 - 3:16 pm
Thank you for your feedbacks
#12 af Ilan om November 28, 2009 - 1:07 pm
Pretty url’s dont work when using function transposh_widget from the template.
Regards,
Ilan
#13 af ofer om November 28, 2009 - 8:02 pm
Seems like its working on your site, I fail to see any connection
#14 af Ilan om November 29, 2009 - 9:09 pm
Because I reverted to 0.3.4 …
#15 af marius om December 8, 2009 - 9:08 på
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