<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Tag: xlanguage</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Tag: xlanguage</description>
<language>en</language>
<pubDate>Tue, 24 Nov 2009 01:59:10 +0000</pubDate>

<item>
<title>maorb on "[Plugin: xLanguage] Have a different css for each language?"</title>
<link>http://wordpress.org/support/topic/334024#post-1288903</link>
<pubDate>Sat, 21 Nov 2009 02:54:28 +0000</pubDate>
<dc:creator>maorb</dc:creator>
<guid isPermaLink="false">1288903@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I saw that this plugin let me use different theme for every language.&#60;br /&#62;
Is it possible to use the same theme, but just reffer to anothe css styleshit file for each language?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/xlanguage/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/xlanguage/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>david.garcia on "Problem with xLanguage and AJAX"</title>
<link>http://wordpress.org/support/topic/333096#post-1285617</link>
<pubDate>Wed, 18 Nov 2009 14:42:43 +0000</pubDate>
<dc:creator>david.garcia</dc:creator>
<guid isPermaLink="false">1285617@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi everyone,&#60;/p&#62;
&#60;p&#62;I am using the plugin xLanguage to use English and Spanish in a blog. It is a really complete plugin, but I have a problem when I use an own widget based on the calendar widget. This widget has some literals like the name of the current month, the days of the week, and the previous and next months. I've been able to show them applying a filter, like for example:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;&#60;code&#62;$monthTitle = apply_filters(&#38;#39;localization&#38;#39;,&#38;#39;December&#124;Diciembre&#38;#39;).&#38;#39;&#38;amp;nbsp;&#38;#39;.$year;&#60;/code&#62;&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;This code generates &#34;December 2009&#34; or &#34;Diciembre 2009&#34; depending on the language chosen, and it does correctly.&#60;/p&#62;
&#60;p&#62;The problem comes when I click on &#34;next month&#34; or &#34;previous month&#34;. I guess it has something to do with the ajax process, because on that point I use jquery to change only the calendar and not all the page.&#60;/p&#62;
&#60;p&#62;When the calendar is loaded by those clicks, the literals are not interpretated. It is shown &#34;December&#124;Diciembre 2009&#34; in both languages.&#60;/p&#62;
&#60;p&#62;I have tried using &#60;code&#62;&#38;lt;span lang=&#38;#39;es&#38;#39;&#38;gt;&#60;/code&#62; instead of the pipe (&#124;) and it's still the same. I've also tried not using the filter, and taking the literal from the .po archive and then use the function _e('December'), but it does the same. It's correct the first time the page is loaded, but when it loads only the calendar it fails.&#60;/p&#62;
&#60;p&#62;If somebody has faced this problem or knows something that brings me any idea, I'll appreciate it.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>papergecko on "About multilanguage blogging in wordpress"</title>
<link>http://wordpress.org/support/topic/292637#post-1269472</link>
<pubDate>Wed, 04 Nov 2009 12:08:19 +0000</pubDate>
<dc:creator>papergecko</dc:creator>
<guid isPermaLink="false">1269472@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Yes, you set it in Settings &#38;gt; xlanguage &#38;gt; Language (Advanced) - under Presentation - you can then tell xlanguage to use one theme for one language and a different one for the alternate language. &#60;/p&#62;
&#60;p&#62;Then you just need to translate your theme and make sure it all works.
&#60;/p&#62;</description>
</item>
<item>
<title>gelkamar on "Help on translating a few words with xlanguage"</title>
<link>http://wordpress.org/support/topic/291906#post-1262022</link>
<pubDate>Wed, 28 Oct 2009 15:39:54 +0000</pubDate>
<dc:creator>gelkamar</dc:creator>
<guid isPermaLink="false">1262022@http://wordpress.org/support/</guid>
<description>&#60;p&#62;after trying odd codes with my poor php skills i found the solution!&#60;br /&#62;
ther's an error in the syntax of the plugin's author if statement:&#60;/p&#62;
&#60;p&#62;this is what the author suggests&#60;br /&#62;
 if (xlanguage_current_language_code == &#34;cy&#34;) { ... }&#60;/p&#62;
&#60;p&#62;this is the working one&#60;br /&#62;
 if (xlanguage_current_language_code() == &#34;cy&#34;) { ... }&#60;/p&#62;
&#60;p&#62;i found it trying to echo the variable xlanguage_current_language_code&#60;/p&#62;
&#60;p&#62;hope it works for you as it did for me..&#60;br /&#62;
happy coding ;)
&#60;/p&#62;</description>
</item>
<item>
<title>PaBLoX on "About multilanguage blogging in wordpress"</title>
<link>http://wordpress.org/support/topic/292637#post-1261501</link>
<pubDate>Wed, 28 Oct 2009 03:17:19 +0000</pubDate>
<dc:creator>PaBLoX</dc:creator>
<guid isPermaLink="false">1261501@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thanks for answering!&#60;/p&#62;
&#60;p&#62;How you're supposed to tell xlanguage how to pick different themes? Is something that you have to do in the advanced configuration or something like that?
&#60;/p&#62;</description>
</item>
<item>
<title>papergecko on "About multilanguage blogging in wordpress"</title>
<link>http://wordpress.org/support/topic/292637#post-1261084</link>
<pubDate>Tue, 27 Oct 2009 20:55:21 +0000</pubDate>
<dc:creator>papergecko</dc:creator>
<guid isPermaLink="false">1261084@http://wordpress.org/support/</guid>
<description>&#60;p&#62;It's not very clear from the documentation, but basically what you do is have two themes, one for each language. When I've used it in Welsh and English I create the English theme first, then create a copy of it, called &#60;em&#62;theme&#60;/em&#62;_cym or something, then translate all the necessary components of the welsh theme. &#60;/p&#62;
&#60;p&#62;As long as you've set xlanguage to use the themes that correspond to their languages it should work. It also means that if you don't translate the page content, the navigation and so on should still be translated. &#60;/p&#62;
&#60;p&#62;I used it on this site: &#60;a href=&#34;http://www.aromatherapywales.org/&#34; rel=&#34;nofollow&#34;&#62;http://www.aromatherapywales.org/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Sorry I can't be more exact, it's a while since I used it. &#60;/p&#62;
&#60;p&#62;Hope that helps.
&#60;/p&#62;</description>
</item>
<item>
<title>sabross on "About multilanguage blogging in wordpress"</title>
<link>http://wordpress.org/support/topic/292637#post-1223961</link>
<pubDate>Thu, 24 Sep 2009 23:56:31 +0000</pubDate>
<dc:creator>sabross</dc:creator>
<guid isPermaLink="false">1223961@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Did you ever resolved this? i'm having the same problem.&#60;/p&#62;
&#60;p&#62;Actually it just work in a page and not in all others.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.solidsystemscr.com/lang/en/services/&#34; rel=&#34;nofollow&#34;&#62;http://www.solidsystemscr.com/lang/en/services/&#60;/a&#62; - works&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.solidsystemscr.com/lang/en/careers/&#34; rel=&#34;nofollow&#34;&#62;http://www.solidsystemscr.com/lang/en/careers/&#60;/a&#62; - doesn't work
&#60;/p&#62;</description>
</item>
<item>
<title>michikommader on "[Plugin: xLanguage] Removes content from OSM Plugin"</title>
<link>http://wordpress.org/support/topic/312152#post-1215585</link>
<pubDate>Thu, 17 Sep 2009 21:23:10 +0000</pubDate>
<dc:creator>michikommader</dc:creator>
<guid isPermaLink="false">1215585@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hey!&#60;br /&#62;
I am quite new to WordPress and have a confusing problem which I was not able to fix until now.&#60;/p&#62;
&#60;p&#62;I have the xLanguage plugin installed, which works great. But it kills the stuff generated by the OSM plugin. &#60;/p&#62;
&#60;p&#62;OSM supports map display in posts. When I enable xLanguage, all maps which are created by the tag &#60;code&#62;[osm_map ...]&#60;/code&#62; disappear. There is no difference if the OSM tag is inside &#60;code&#62;&#38;lt;span lang&#38;gt;&#60;/code&#62; tags of xLanguage or not.&#60;/p&#62;
&#60;p&#62;Does anyone have an idea?&#60;/p&#62;
&#60;p&#62;Thanks, Michi
&#60;/p&#62;</description>
</item>
<item>
<title>dejunky on "Language Switcher - Can anyone help me?"</title>
<link>http://wordpress.org/support/topic/304572#post-1189642</link>
<pubDate>Thu, 27 Aug 2009 07:58:17 +0000</pubDate>
<dc:creator>dejunky</dc:creator>
<guid isPermaLink="false">1189642@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Bump?
&#60;/p&#62;</description>
</item>
<item>
<title>dejunky on "Language Switcher - Can anyone help me?"</title>
<link>http://wordpress.org/support/topic/304572#post-1188496</link>
<pubDate>Wed, 26 Aug 2009 11:41:08 +0000</pubDate>
<dc:creator>dejunky</dc:creator>
<guid isPermaLink="false">1188496@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Ok now this is annoying!&#60;/p&#62;
&#60;p&#62;I get the same problem with xLanguage plugin! aaagggghhhh!&#60;/p&#62;
&#60;p&#62;Anything to do with the SQL database? well not that I can se coz everything else seems to be working fine.
&#60;/p&#62;</description>
</item>
<item>
<title>dejunky on "Language Switcher - Can anyone help me?"</title>
<link>http://wordpress.org/support/topic/304572#post-1188486</link>
<pubDate>Wed, 26 Aug 2009 11:19:14 +0000</pubDate>
<dc:creator>dejunky</dc:creator>
<guid isPermaLink="false">1188486@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I have WP 2.8.4 LS 1.2 but getting a problem where when I am in the LS settings and try to setup any of the settings I get the following error...&#60;/p&#62;
&#60;p&#62;&#60;em&#62;&#34;You do not have sufficient permissions to access this page.&#34;&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;The URL that shows is: &#60;code&#62;&#60;a href=&#34;http://www.MY&#34; rel=&#34;nofollow&#34;&#62;http://www.MY&#60;/a&#62; SITE.COM/wp-admin/options-general.php?page=langswitch.php?page=langswitch.php&#60;/code&#62; (notice the second &#60;em&#62;?page=langswitch.php&#60;/em&#62;)&#60;/p&#62;
&#60;p&#62;I have tried other browsers, computers, and even deactivated all other plugins just incase, still the same issue.&#60;/p&#62;
&#60;p&#62;I am the only user (setting up a new site) I am an Admin and all other setting within Wp and other plugins work fine.&#60;/p&#62;
&#60;p&#62;I have contacted the plugin writer and she was very helpful but she was also at a loss as to what it could be, hence me asking here.&#60;/p&#62;
&#60;p&#62;Hope someone can help.
&#60;/p&#62;</description>
</item>
<item>
<title>Ovidiu on "[Plugin: xLanguage] comparison to another plugin"</title>
<link>http://wordpress.org/support/topic/301581#post-1177875</link>
<pubDate>Mon, 17 Aug 2009 17:07:43 +0000</pubDate>
<dc:creator>Ovidiu</dc:creator>
<guid isPermaLink="false">1177875@http://wordpress.org/support/</guid>
<description>&#60;p&#62;hi there.&#60;br /&#62;
I really appreciate your comparison of your own plugin to other plugins on the other notes page.&#60;/p&#62;
&#60;p&#62;if you don't mind, and to help users make the right decision, could you also compare with this plugin: &#60;a href=&#34;http://wordpress.org/extend/plugins/sitepress-multilingual-cms/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/sitepress-multilingual-cms/&#60;/a&#62; please?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/xlanguage/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/xlanguage/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>elconde on "xlanguage &#38; url rewrite"</title>
<link>http://wordpress.org/support/topic/296384#post-1159965</link>
<pubDate>Sun, 02 Aug 2009 10:54:11 +0000</pubDate>
<dc:creator>elconde</dc:creator>
<guid isPermaLink="false">1159965@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;xlanguage is by far the best multilanguage plugin I have tested. I am using it on &#60;a href=&#34;http://www.privat-wohnung-hamburg.de/,&#34; rel=&#34;nofollow&#34;&#62;http://www.privat-wohnung-hamburg.de/,&#60;/a&#62; but there is one thing I can not solve yet. My Blog URL and My Wordpress URL (general settings) are different, due to my centrally hosted domains. My wordpress URL ist something like &#60;a href=&#34;http://web174.xxxx.xxxxx/wordpress&#34; rel=&#34;nofollow&#34;&#62;http://web174.xxxx.xxxxx/wordpress&#60;/a&#62; and my Blog URL is already mentioned above. By using xlanguage the url rewrite has some trouble. Inside the Blog links are shown correctly (like: &#60;a href=&#34;http://www.privat-wohnung-hamburg.de/lang/de/home&#34; rel=&#34;nofollow&#34;&#62;http://www.privat-wohnung-hamburg.de/lang/de/home&#60;/a&#62;), but in the URL bar it shows web174.xxx.xxx.xxx/wordpress/lang/de/home. Actually I am using wordpress 2.8.2 which is not supported by the plugin right now, but maybe there is some workaround. I will definitly donate!&#60;/p&#62;
&#60;p&#62;Alex
&#60;/p&#62;</description>
</item>
<item>
<title>Trouffman on "[Plugin: Sociable] Error parsing xith xLanguage plugin."</title>
<link>http://wordpress.org/support/topic/293936#post-1151846</link>
<pubDate>Sun, 26 Jul 2009 15:30:08 +0000</pubDate>
<dc:creator>Trouffman</dc:creator>
<guid isPermaLink="false">1151846@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hey guys,&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;To fix that issue, just uncheck the 'Yahoo' social bookmarking link.&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;Just found a bug when using Sociable with another plugin (xLanguage).&#60;/p&#62;
&#60;p&#62;When both are activated, I got an error in the &#34;xlanguage&#34; parser log regarding the Yahoo Social bookmark link.&#60;/p&#62;
&#60;p&#62;here is the HTML Code:&#60;br /&#62;
&#60;code&#62;&#38;lt;li&#38;gt;&#38;lt;a rel=&#38;quot;nofollow&#38;quot; id=&#38;quot;yahoo! bookmarks&#38;quot; target=&#38;quot;_blank&#38;quot; href=&#38;quot;http://bookmarks.yahoo.com/toolbar/savebm?u=http%3A%2F%2Fwww.overclocking-tv.com%2Fblog%2Flang%2Fen%2Farchives%2F125%2Fmsi-master-overclocking-arena-2009-finale-europe.html&#38;amp;t=MSI%20Master%20Overclocking%20Arena%202009%20-%20Finale%20Europe%20%21%20%7C-%7C%20MSI%20Master%20Overclocking%20Arena%202009%20-%20European%20Final%21&#38;amp;opener=bm&#38;amp;ei=UTF-8&#38;amp;d=MSI%20a%20accueilli%20une%20nouvelle%20fois%20les%20meilleurs%20clockeurs%20mondiaux%20pour%20la%20finale%20europ%C3%A9enne%20du%20Master%20Overclocking%20Arena%202009.%0D%0AMSI%20received%20once%20more%20the%20best%20overclockers%20in%20the%20world%20for%20the%20european%20final%20of%20the%20Master%20Overclocking%20Arena%202009.%0D&#38;quot; title=&#38;quot;Yahoo! Bookmarks&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;http://www.overclocking-tv.com/blog/wp-content/plugins/sociable/images/yahoomyweb.png&#38;quot; title=&#38;quot;Yahoo! Bookmarks&#38;quot; alt=&#38;quot;Yahoo! Bookmarks&#38;quot; class=&#38;quot;sociable-hovers&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I've 8 others &#60;em&#62;social links&#60;/em&#62; activated in Sociable and they don't have issues. &#60;/p&#62;
&#60;p&#62;Here is what xlanguage parser told me : &#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
EntityRef: expecting ';'&#60;br /&#62;
	%20european%20final%20of%20the%20Master%20Overclocking%20Arena%202009.%0D&#34; title=&#34;Yahoo! Bookmarks&#34;&#38;gt;&#38;lt;img src=&#34;http://www.overclocking-tv.com/blog/wp-content/plugins/sociable/images/yahoomyweb.png&#34; tit
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;I don't think that come from Sociable but just the parser from xlanguage. :)&#60;br /&#62;
Wanted to inform you about that.&#60;/p&#62;
&#60;p&#62;Best regards,&#60;br /&#62;
Trouff
&#60;/p&#62;</description>
</item>
<item>
<title>Copernicus on "Help on translating a few words with xlanguage"</title>
<link>http://wordpress.org/support/topic/291906#post-1148130</link>
<pubDate>Thu, 23 Jul 2009 00:50:41 +0000</pubDate>
<dc:creator>Copernicus</dc:creator>
<guid isPermaLink="false">1148130@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I've been attempting to do the same thing without success.&#60;/p&#62;
&#60;p&#62;Reading the plugin site's discussion, there is a post pertaining to this issue within &#60;a href=&#34;http://hellosam.net/lang/en/project/xlanguage?page=1&#38;amp;cp=all#comment-804&#34;&#62;comment #120&#60;/a&#62; and a reply from the plugin's author within &#60;a href=&#34;http://hellosam.net/lang/en/project/xlanguage?page=1&#38;amp;cp=all#comment-806&#34;&#62;comment #122&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;I've posted my own experiences with trying to hard-code such a solution within comments &#60;a href=&#34;http://hellosam.net/lang/en/project/xlanguage?page=1&#38;amp;cp=all#comment-9846&#34;&#62;#552&#60;/a&#62; and &#60;a href=&#34;http://hellosam.net/lang/en/project/xlanguage?page=1&#38;amp;cp=all#comment-9853&#34;&#62;#553&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;As I mentioned, though, I have not been successful, so please post here and on the official site if you discover a working solution. &#60;/p&#62;
&#60;p&#62;I will do the same.&#60;/p&#62;
&#60;p&#62;Good luck to us both!
&#60;/p&#62;</description>
</item>
<item>
<title>PaBLoX on "About multilanguage blogging in wordpress"</title>
<link>http://wordpress.org/support/topic/292637#post-1147617</link>
<pubDate>Wed, 22 Jul 2009 16:53:34 +0000</pubDate>
<dc:creator>PaBLoX</dc:creator>
<guid isPermaLink="false">1147617@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I searched a lot to find a plugin (or any way) to start blogging in two languages (English and Spanish). qTranslate is really easy to use, but it only allows translations of the post and titles and not the whole blog, which is what I'm looking for.&#60;/p&#62;
&#60;p&#62;Finally I think the closest thing is the &#60;a href=&#34;http://hellosam.net/lang/en/category/project/xlanguage&#34;&#62;xlanguage&#60;/a&#62; plugin.&#60;/p&#62;
&#60;p&#62;The problem is that even when I managed to translate posts and their according titles, I can't find the way to translate the whole page. (I know that is possible, because the xlanguage plugin official page works that way, but with english, chinese, cantonese).&#60;/p&#62;
&#60;p&#62;If I insert the &#60;code&#62;&#38;lt;span lang=&#38;quot;es&#38;quot;&#38;gt;&#60;/code&#62; (or &#60;code&#62;&#38;quot;en&#38;quot;&#60;/code&#62;) in the footer for example, it shows both languages even if I click on the &#34;castellano&#34; or &#34;english&#34; flag.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;span lang=&#38;quot;es&#38;quot;&#38;gt;hola&#38;lt;/span&#38;gt;&#38;lt;span lang=&#38;quot;en&#38;quot;&#38;gt;hello&#38;lt;/span&#38;gt;&#60;/code&#62; shows:&#60;/p&#62;
&#60;p&#62;holahello&#60;/p&#62;
&#60;p&#62;I'm not sure if I'm supposed to do something with WP itself or I should do something with the plugin. I guess the &#34;xlanguage parser&#34; (I don't know how to to call it) it's configured just to &#34;pass&#34; on posts and not the whole blog, so maybe making it start &#34;in the beginning&#34; would solve my problem... but that's only a guess :P.&#60;/p&#62;
&#60;p&#62;Sorry, I'm not a web-developer and I really tried to do something by myself (checking the codex, google, etc), but is really out of my knowledge. So any help would be &#60;strong&#62;greatly&#60;/strong&#62; appreciated!
&#60;/p&#62;</description>
</item>
<item>
<title>turbodurso on "Help on translating a few words with xlanguage"</title>
<link>http://wordpress.org/support/topic/291906#post-1145235</link>
<pubDate>Mon, 20 Jul 2009 20:45:47 +0000</pubDate>
<dc:creator>turbodurso</dc:creator>
<guid isPermaLink="false">1145235@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I am using the xlanguage plugin to translate my posts (great plugin btw). But at this time i need to translate a brief descriptive paragraph that is harcoded in the header template.&#60;/p&#62;
&#60;p&#62;I've tried the following and other things but i cant get it to work :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php if (function_exists(&#38;#39;xlanguage_current_language_code&#38;#39;) &#38;amp;&#38;amp; xlanguage_current_language_code() == &#38;#39;en&#38;#39;) { ?&#38;gt;
	&#38;lt;p&#38;gt;bla bla&#38;lt;/p&#38;gt;
&#38;lt;?php }else{ ?&#38;gt;
	&#38;lt;p&#38;gt;bla bla&#38;lt;/p&#38;gt;
&#38;lt;?php } ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Any idea on how to make this work inside a template? thanks ...
&#60;/p&#62;</description>
</item>
<item>
<title>fle on "[Plugin: xLanguage] Problems with Headers"</title>
<link>http://wordpress.org/support/topic/249270#post-1102969</link>
<pubDate>Sun, 14 Jun 2009 09:15:33 +0000</pubDate>
<dc:creator>fle</dc:creator>
<guid isPermaLink="false">1102969@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi,  well I have a same problem, after install xLanguage plugin everythink worked for while until it geve me these errors :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;Warning: Cannot modify header information - headers already sent by (output started at /home/www/smycek.eu/subdomeny/pro/wp-content/themes/Smycek Solution - thematic/functions.php:3) in /home/www/smycek.eu/subdomeny/pro/wp-login.php on line 287

Warning: Cannot modify header information - headers already sent by (output started at /home/www/smycek.eu/subdomeny/pro/wp-content/themes/Smycek Solution - thematic/functions.php:3) in /home/www/smycek.eu/subdomeny/pro/wp-login.php on line 299

Warning: Cannot modify header information - headers already sent by (output started at /home/www/smycek.eu/subdomeny/pro/wp-content/themes/Smycek Solution - thematic/functions.php:3) in /home/www/smycek.eu/subdomeny/pro/wp-includes/pluggable.php on line 662

Warning: Cannot modify header information - headers already sent by (output started at /home/www/smycek.eu/subdomeny/pro/wp-content/themes/Smycek Solution - thematic/functions.php:3) in /home/www/smycek.eu/subdomeny/pro/wp-includes/pluggable.php on line 663

Warning: Cannot modify header information - headers already sent by (output started at /home/www/smycek.eu/subdomeny/pro/wp-content/themes/Smycek Solution - thematic/functions.php:3) in /home/www/smycek.eu/subdomeny/pro/wp-includes/pluggable.php on line 664

Warning: Cannot modify header information - headers already sent by (output started at /home/www/smycek.eu/subdomeny/pro/wp-content/themes/Smycek Solution - thematic/functions.php:3) in /home/www/smycek.eu/subdomeny/pro/wp-includes/pluggable.php on line 865&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;well no Idea what to do ..
&#60;/p&#62;</description>
</item>
<item>
<title>tiasky on "[Plugin: XLanguage] Button doesn't appear in visual editor"</title>
<link>http://wordpress.org/support/topic/274854#post-1086645</link>
<pubDate>Fri, 29 May 2009 18:03:53 +0000</pubDate>
<dc:creator>tiasky</dc:creator>
<guid isPermaLink="false">1086645@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi..&#60;/p&#62;
&#60;p&#62;I've installed Xlanguage plugin, and I configured it with two languages. But in the visual editor do not compare language buttons. In the plugin site I haven't found any information about this problem...&#60;/p&#62;
&#60;p&#62;Do you have some ideas?
&#60;/p&#62;</description>
</item>
<item>
<title>tiasky on "XLanguage Buttons don't appears in visual editor"</title>
<link>http://wordpress.org/support/topic/274851#post-1086643</link>
<pubDate>Fri, 29 May 2009 18:02:41 +0000</pubDate>
<dc:creator>tiasky</dc:creator>
<guid isPermaLink="false">1086643@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi..&#60;/p&#62;
&#60;p&#62;I've installed Xlanguage plugin, and I configured it with two languages. But in the visual editor do not compare language buttons. In the plugin site I haven't found any information about this problem...&#60;/p&#62;
&#60;p&#62;Do you have some ideas?
&#60;/p&#62;</description>
</item>
<item>
<title>MichaelH on "Fatal error: Call to undefined function: array_combine()"</title>
<link>http://wordpress.org/support/topic/273105#post-1083348</link>
<pubDate>Tue, 26 May 2009 01:57:09 +0000</pubDate>
<dc:creator>MichaelH</dc:creator>
<guid isPermaLink="false">1083348@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Maybe the plugin author will come along and offer a solution.
&#60;/p&#62;</description>
</item>
<item>
<title>kotaro inoue on "Fatal error: Call to undefined function: array_combine()"</title>
<link>http://wordpress.org/support/topic/273105#post-1083336</link>
<pubDate>Tue, 26 May 2009 01:30:06 +0000</pubDate>
<dc:creator>kotaro inoue</dc:creator>
<guid isPermaLink="false">1083336@http://wordpress.org/support/</guid>
<description>&#60;p&#62;will find out about PHP 5.&#60;/p&#62;
&#60;p&#62;but it might take long time, so meanwhile, I will appreciate if you could tell me how to make xlanguage worked under my circumstance.(WordPress version: 2.7.1, PHP 4.4.4)&#60;/p&#62;
&#60;p&#62;Thank you.
&#60;/p&#62;</description>
</item>
<item>
<title>MichaelH on "Fatal error: Call to undefined function: array_combine()"</title>
<link>http://wordpress.org/support/topic/273105#post-1083127</link>
<pubDate>Mon, 25 May 2009 19:14:30 +0000</pubDate>
<dc:creator>MichaelH</dc:creator>
<guid isPermaLink="false">1083127@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Ask your host about PHP 5.
&#60;/p&#62;</description>
</item>
<item>
<title>kotaro inoue on "Fatal error: Call to undefined function: array_combine()"</title>
<link>http://wordpress.org/support/topic/273105#post-1082999</link>
<pubDate>Mon, 25 May 2009 15:47:35 +0000</pubDate>
<dc:creator>kotaro inoue</dc:creator>
<guid isPermaLink="false">1082999@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I am really sorry that I don't have any knowledge of PHP...&#60;/p&#62;
&#60;p&#62;Is there any way that xLanguage works properly with PHP 4.4.4?&#60;/p&#62;
&#60;p&#62;I did almost same setting below, except Position in Mix and Match.&#60;br /&#62;
&#60;a href=&#34;http://wordpress.org/extend/plugins/xlanguage/screenshots/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/xlanguage/screenshots/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>MichaelH on "Fatal error: Call to undefined function: array_combine()"</title>
<link>http://wordpress.org/support/topic/273105#post-1082888</link>
<pubDate>Mon, 25 May 2009 13:12:41 +0000</pubDate>
<dc:creator>MichaelH</dc:creator>
<guid isPermaLink="false">1082888@http://wordpress.org/support/</guid>
<description>&#60;blockquote&#62;&#60;p&#62;So what should i do next to solve the problem?&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;See if your host will support PHP 5&#60;/p&#62;
&#60;p&#62;You might also look at:&#60;br /&#62;
&#60;a href=&#34;http://codex.wordpress.org/WordPress_in_Your_Language&#34;&#62;WordPress_in_Your_Language&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>kotaro inoue on "Fatal error: Call to undefined function: array_combine()"</title>
<link>http://wordpress.org/support/topic/273105#post-1082755</link>
<pubDate>Mon, 25 May 2009 07:16:51 +0000</pubDate>
<dc:creator>kotaro inoue</dc:creator>
<guid isPermaLink="false">1082755@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thank you for your response and link of Finding_Server_Info. &#60;/p&#62;
&#60;p&#62;My PHP Version is 4.4.4.&#60;br /&#62;
It means that the code is not available with my version... I am no idea why it happened...&#60;br /&#62;
So what should i do next to solve the problem?&#60;br /&#62;
also I would really appreciate if you could help setting for bilingual site.&#60;/p&#62;
&#60;p&#62;The plugin(xLanguage) was already existed when i took over.&#60;/p&#62;
&#60;p&#62;I am sorry for duplicate post.&#60;/p&#62;
&#60;p&#62;Thank you.&#60;/p&#62;
&#60;p&#62;kotaro
&#60;/p&#62;</description>
</item>
<item>
<title>MichaelH on "Fatal error: Call to undefined function: array_combine()"</title>
<link>http://wordpress.org/support/topic/273105#post-1082201</link>
<pubDate>Sun, 24 May 2009 15:23:29 +0000</pubDate>
<dc:creator>MichaelH</dc:creator>
<guid isPermaLink="false">1082201@http://wordpress.org/support/</guid>
<description>&#60;p&#62;&#60;code&#62;array_combine&#60;/code&#62; seems to be available with PHP5.  What version of PHP are you using? (see &#60;a href=&#34;http://codex.wordpress.org/Finding_Server_Info&#34;&#62;Finding_Server_Info&#60;/a&#62; if you need help with that).&#60;/p&#62;
&#60;p&#62;If that is a plugin (Mix and Match in xLanguage), please provide a link to download the plugin.&#60;/p&#62;
&#60;p&#62;Please note that I deleted your duplicate post.
&#60;/p&#62;</description>
</item>
<item>
<title>kotaro inoue on "Fatal error: Call to undefined function: array_combine()"</title>
<link>http://wordpress.org/support/topic/273105#post-1081298</link>
<pubDate>Sat, 23 May 2009 06:43:43 +0000</pubDate>
<dc:creator>kotaro inoue</dc:creator>
<guid isPermaLink="false">1081298@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I have got that error on Mix and Match in xLanguage.&#60;br /&#62;
&#34;Fatal error: Call to undefined function: array_combine()&#34; in _____.php on line 764.&#60;br /&#62;
line 764 say&#60;br /&#62;
                    $fallback = array_combine($_POST[&#34;language_${i}_fallback_key&#34;], $_POST[&#34;language_${i}_fallback_value&#34;]);&#60;/p&#62;
&#60;p&#62;First of all, I am not good at web, code etc at all. it might be easy problem...??&#60;br /&#62;
I think Position should be both 0 for bilingual site. then when i tried to change Position or any change on Mix and Match, the error show up. &#60;/p&#62;
&#60;p&#62;What I would like to do is just that site works like changing language on same page.&#60;/p&#62;
&#60;p&#62;Hope anyone can help.&#60;/p&#62;
&#60;p&#62;thank you,&#60;/p&#62;
&#60;p&#62;kotaro
&#60;/p&#62;</description>
</item>
<item>
<title>seb. on "[Plugin: xLanguage] Cannot acitvate plugin"</title>
<link>http://wordpress.org/support/topic/258923#post-1076856</link>
<pubDate>Mon, 18 May 2009 08:08:16 +0000</pubDate>
<dc:creator>seb.</dc:creator>
<guid isPermaLink="false">1076856@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Solution is here:&#60;br /&#62;
&#60;a href=&#34;http://hellosam.net/lang/en/project/xlanguage/2&#34; rel=&#34;nofollow&#34;&#62;http://hellosam.net/lang/en/project/xlanguage/2&#60;/a&#62;&#60;br /&#62;
in the Troubleshooting section.&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;Resetting the xLanguage configuration would help. To do that, please go to “Settings -&#38;gt; xLanguage -&#38;gt; Options” in the Admin control panel, Scroll to the very bottom and reset it.
&#60;/p&#62;&#60;/blockquote&#62;</description>
</item>
<item>
<title>seb. on "[Plugin: xLanguage] Cannot acitvate plugin"</title>
<link>http://wordpress.org/support/topic/258923#post-1074782</link>
<pubDate>Fri, 15 May 2009 06:36:33 +0000</pubDate>
<dc:creator>seb.</dc:creator>
<guid isPermaLink="false">1074782@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Same here!&#60;br /&#62;
Thanks for any help
&#60;/p&#62;</description>
</item>

</channel>
</rss>
