Webartisan
Forum Replies Created
-
Same problem here with same updates/configurations (ITA+ENG) though v 2.5.25 solved many other important issues.
It seems like qTranslate can’t correctly split the post_content field (for
<!--:it-->and<!--:en-->) and assigning the two parts to the respective istances of editor’s textarea.I also noticed that sometimes a
space is added at the beginning of the content.Sometimes content gets duplicated and pre-pended to other languages editor, sometimes it is completeley deleted.
As for now I’using HTML editor to get rid of the problem by deleting surplus duplicated text and possibly using Revisions whenever content needs to be restored.
Thank you
Forum: Plugins
In reply to: [qTranslate] [Plugin: qTranslate] WordPress 3.3 – multilang editor is brokenEverything seems to be turned back ok after upgrade to version qtranslate 2.5.25.
Thank youForum: Plugins
In reply to: [qTranslate] [Plugin: qTranslate] WordPress 3.3 – multilang editor is brokenThank you zahar.chernov for suggestion.
It fixed the “titles’ input box” problem for me but unfortunately editor has still bugs.Added a reply in the qTranslate forum to expose my experience in the hope that it can help.
Forum: Plugins
In reply to: [qTranslate] [Plugin: qTranslate] WordPress 3.3 – multilang editor is brokenHave the same problem with qTranslate (EN + FR) in WP 3.3.
Not only editor but also titles.
Titles created with previous version (i.e.<!--:fr-->test post<!--:--><!--:en-->post test<!--:-->) don’t get replaced with the two corresponding text input now.Global translation seems to be working as before.
Forum: Themes and Templates
In reply to: List custom posts for a certain author meta valueHi, have you tried something like this:
$authorsids = ""; foreach($authors as $author) { $authorsids .= $author->user_id.","; }