<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: WPML multi domain</title>
		<link>http://www.kriesi.at/support/topic/wpml-multi-domain</link>
		<description>Support Forum - Topic: WPML multi domain</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 06:53:56 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/wpml-multi-domain" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "WPML multi domain"</title>
			<link>http://www.kriesi.at/support/topic/wpml-multi-domain#post-82166</link>
			<pubDate>Sun, 04 Nov 2012 05:59:12 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">82166@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; I marked this thread for Kriesi's attention. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nuforms on "WPML multi domain"</title>
			<link>http://www.kriesi.at/support/topic/wpml-multi-domain#post-82136</link>
			<pubDate>Sat, 03 Nov 2012 22:19:52 +0000</pubDate>
			<dc:creator>nuforms</dc:creator>
			<guid isPermaLink="false">82136@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nick,&#60;/p&#62;
&#60;p&#62;You absolutely right. it's for multi domain installation this theme and &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62;.&#60;br /&#62;
Actually the link in first post here to the fix I provided solves some  dynamic portfolio issue and it was integrated into 1.6 Choices release by Kriesi. But there appeared small glitch with saving options that could be fixed too as I described..&#60;/p&#62;
&#60;p&#62;In a single domain it's all ok.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Aleksandr
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "WPML multi domain"</title>
			<link>http://www.kriesi.at/support/topic/wpml-multi-domain#post-82080</link>
			<pubDate>Sat, 03 Nov 2012 09:57:03 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">82080@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Aleksandr,&#60;/p&#62;
&#60;p&#62;So this is only concerning multisite wordpress installations that are using the theme + &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62; and the fixes you described in the post you link to? &#60;/p&#62;
&#60;p&#62;Because in a single domain install I am able to save the theme options while in another language with &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nuforms on "WPML multi domain"</title>
			<link>http://www.kriesi.at/support/topic/wpml-multi-domain#post-81794</link>
			<pubDate>Thu, 01 Nov 2012 11:30:52 +0000</pubDate>
			<dc:creator>nuforms</dc:creator>
			<guid isPermaLink="false">81794@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Kriesi,&#60;/p&#62;
&#60;p&#62;Thanks for Choices 1.6 update!&#60;br /&#62;
I discovered that you implemented avia_wpml_correct_domain_in_url function to config-wpml/config.php from this topic:&#60;br /&#62;
&#60;a href=&#34;http://www.kriesi.at/support/topic/wpml-ajax-porfolio-item-opening-issue-and-widget-title&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/wpml-ajax-porfolio-item-opening-issue-and-widget-title&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I upgaded to 1.6 and found bug: Unable to save Theme Options from second language and domain names in admin panel are wrong, so&#60;br /&#62;
I had to add IF statement.&#60;br /&#62;
Can you please check that, maybe it's possible to fix that witout IF statement.&#60;/p&#62;
&#60;p&#62;Original:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_filter (&#38;#39;site_url&#38;#39;, &#38;#39;avia_wpml_correct_domain_in_url&#38;#39;);
add_filter (&#38;#39;get_option_siteurl&#38;#39;, &#38;#39;avia_wpml_correct_domain_in_url&#38;#39;);
add_filter (&#38;#39;stylesheet_directory_uri&#38;#39;, &#38;#39;avia_wpml_correct_domain_in_url&#38;#39;);
add_filter (&#38;#39;template_directory_uri&#38;#39;, &#38;#39;avia_wpml_correct_domain_in_url&#38;#39;);
add_filter (&#38;#39;post_thumbnail_html&#38;#39;, &#38;#39;avia_wpml_correct_domain_in_url&#38;#39;);
add_filter (&#38;#39;plugins_url&#38;#39;, &#38;#39;avia_wpml_correct_domain_in_url&#38;#39;);
add_filter (&#38;#39;admin_url&#38;#39;, &#38;#39;avia_wpml_correct_domain_in_url&#38;#39;);
add_filter (&#38;#39;wp_get_attachment_url&#38;#39;, &#38;#39;avia_wpml_correct_domain_in_url&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Upgraded:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if (!is_admin()) {
add_filter (&#38;#39;site_url&#38;#39;, &#38;#39;avia_wpml_correct_domain_in_url&#38;#39;);
add_filter (&#38;#39;get_option_siteurl&#38;#39;, &#38;#39;avia_wpml_correct_domain_in_url&#38;#39;);
add_filter (&#38;#39;stylesheet_directory_uri&#38;#39;, &#38;#39;avia_wpml_correct_domain_in_url&#38;#39;);
add_filter (&#38;#39;template_directory_uri&#38;#39;, &#38;#39;avia_wpml_correct_domain_in_url&#38;#39;);
add_filter (&#38;#39;post_thumbnail_html&#38;#39;, &#38;#39;avia_wpml_correct_domain_in_url&#38;#39;);
add_filter (&#38;#39;plugins_url&#38;#39;, &#38;#39;avia_wpml_correct_domain_in_url&#38;#39;);
add_filter (&#38;#39;admin_url&#38;#39;, &#38;#39;avia_wpml_correct_domain_in_url&#38;#39;);
add_filter (&#38;#39;wp_get_attachment_url&#38;#39;, &#38;#39;avia_wpml_correct_domain_in_url&#38;#39;);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Aleksandr
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
