<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Version 0.7.3 &#8211; Shortcodes support</title>
	<atom:link href="http://transposh.org/version-0-7-3-shortcodes-support/feed/" rel="self" type="application/rss+xml" />
	<link>http://transposh.org/version-0-7-3-shortcodes-support/</link>
	<description>The transposh.org wordpress plugin showcase and support site</description>
	<lastbuilddate>Sat, 18 May 2013 22:04:26 +0000</lastbuilddate>
	<sy:updateperiod>hourly</sy:updateperiod>
	<sy:updatefrequency>1</sy:updatefrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: ofer</title>
		<link>http://transposh.org/version-0-7-3-shortcodes-support/comment-page-1/#comment-6745</link>
		<dc:creator>ofer</dc:creator>
		<pubdate>Mon, 28 Nov 2011 22:31:22 +0000</pubdate>
		<guid ispermalink="false">http://transposh.org/?p=358#comment-6745-en</guid>
		<description><![CDATA[This is now supported in 0.8.0]]></description>
		<content:encoded><![CDATA[<p>This is now supported in 0.8.0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JD</title>
		<link>http://transposh.org/version-0-7-3-shortcodes-support/comment-page-1/#comment-6738</link>
		<dc:creator>JD</dc:creator>
		<pubdate>Fri, 18 Nov 2011 19:32:22 +0000</pubdate>
		<guid ispermalink="false">http://transposh.org/?p=358#comment-6738-en</guid>
		<description><![CDATA[I have around 25 custom sidebars on my site (for different categories) and need multiple widgets, or a short code, to display your widget in each custom sidebar.Will you have multi-widget support anytime soon?]]></description>
		<content:encoded><![CDATA[<p>I have around 25 custom sidebars on my site (for different categories) and need multiple widgets, or a short code, to display your widget in each custom sidebar.Will you have multi-widget support anytime soon?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rainer</title>
		<link>http://transposh.org/version-0-7-3-shortcodes-support/comment-page-1/#comment-6693</link>
		<dc:creator>rainer</dc:creator>
		<pubdate>Mon, 10 Oct 2011 08:42:16 +0000</pubdate>
		<guid ispermalink="false">http://transposh.org/?p=358#comment-6693-en</guid>
		<description><![CDATA[Thank you ofer,
I didn&#039;t realise I just need a different css-class. With this knowledge it is quite easy for me to rig the template. 

Thank you very much again!]]></description>
		<content:encoded><![CDATA[<p>Thank you ofer,<br />
I didn&#8217;t realise I just need a different css-class. With this knowledge it is quite easy for me to rig the template. </p>
<p>Thank you very much again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ofer</title>
		<link>http://transposh.org/version-0-7-3-shortcodes-support/comment-page-1/#comment-6689</link>
		<dc:creator>ofer</dc:creator>
		<pubdate>Fri, 07 Oct 2011 22:10:52 +0000</pubdate>
		<guid ispermalink="false">http://transposh.org/?p=358#comment-6689-en</guid>
		<description><![CDATA[Hi,

You need to add a code to the template checking for a certain category, this is not something I can provide from the back of my head, but it will be something like&lt;code&gt; if cat ==&quot;something&quot; echo class=&quot;no_translate&quot;&lt;/code&gt; in the correct place in accordance to your theme

Good luck]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>You need to add a code to the template checking for a certain category, this is not something I can provide from the back of my head, but it will be something like<code> if cat =="something" echo class="no_translate"</code> in the correct place in accordance to your theme</p>
<p>Good luck</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rainer</title>
		<link>http://transposh.org/version-0-7-3-shortcodes-support/comment-page-1/#comment-6687</link>
		<dc:creator>rainer</dc:creator>
		<pubdate>Wed, 05 Oct 2011 11:54:13 +0000</pubdate>
		<guid ispermalink="false">http://transposh.org/?p=358#comment-6687-en</guid>
		<description><![CDATA[Helo ofer,
&lt;blockquote cite=&quot;#commentbody-6172&quot;&gt;
your best bet is to change the template code and wrap titles in no_translate. &lt;/blockquote&gt;

How do I do this? I have to exclude one whole category from the translation. I would like to do this in the template and not in every single post.

Best regards
Rainer]]></description>
		<content:encoded><![CDATA[<p>Helo ofer,</p>
<blockquote cite="#commentbody-6172"><p>
your best bet is to change the template code and wrap titles in no_translate. </p></blockquote>
<p>How do I do this? I have to exclude one whole category from the translation. I would like to do this in the template and not in every single post.</p>
<p>Best regards<br />
Rainer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabrice Meuwissen</title>
		<link>http://transposh.org/version-0-7-3-shortcodes-support/comment-page-1/#comment-6316</link>
		<dc:creator>Fabrice Meuwissen</dc:creator>
		<pubdate>Sat, 09 Jul 2011 22:21:13 +0000</pubdate>
		<guid ispermalink="false">http://transposh.org/?p=358#comment-6316-en</guid>
		<description><![CDATA[I found a workaround by writing some line of code in php : 

$tp_lang = $GLOBALS[my_transposh_plugin]-&gt;target_language;
extract(shortcode_atts(array(&#039;arg&#039; =&gt; &#039;default&#039;), $atts));
if (isset($atts[&#039;only&#039;])) {
  $only = explode(&#039;,&#039;, $atts[&#039;only&#039;]);
  if (in_array($tp_lang, $only)) {
    return do_shortcode($content);
  }
} else if (isset($atts[&#039;not&#039;])) {
  $not = explode(&#039;,&#039;, $atts[&#039;not&#039;]);
  if (!in_array($tp_lang, $not)) {
    return do_shortcode($content);
  }  
}

don&#039;t ask me to comment, I didn&#039;t write it :)]]></description>
		<content:encoded><![CDATA[<p>I found a workaround by writing some line of code in php : </p>
<p>$tp_lang = $GLOBALS[my_transposh_plugin]-&gt;target_language;<br />
extract(shortcode_atts(array(&#8216;arg&#8217; =&gt; &#8216;default&#8217;), $atts));<br />
if (isset($atts['only'])) {<br />
  $only = explode(&#8216;,&#8217;, $atts['only']);<br />
  if (in_array($tp_lang, $only)) {<br />
    return do_shortcode($content);<br />
  }<br />
} else if (isset($atts['not'])) {<br />
  $not = explode(&#8216;,&#8217;, $atts['not']);<br />
  if (!in_array($tp_lang, $not)) {<br />
    return do_shortcode($content);<br />
  }<br />
}</p>
<p>don&#8217;t ask me to comment, I didn&#8217;t write it <img src='http://transposh.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ofer</title>
		<link>http://transposh.org/version-0-7-3-shortcodes-support/comment-page-1/#comment-6315</link>
		<dc:creator>ofer</dc:creator>
		<pubdate>Sat, 09 Jul 2011 22:09:48 +0000</pubdate>
		<guid ispermalink="false">http://transposh.org/?p=358#comment-6315-en</guid>
		<description><![CDATA[Hi,

Enabling translate of default language should not enable translation of the main language, rather parts that are differently marked, you can see on this site that it is enabled, and yet, you can probably not translate much on the default language.

it is good for:
translating comments on default language
multiple language posts
different content on this language
some other neat stuff

However, it is not enabled by default to save resources and avoid unneeded parsing.

A rare case in which the problem you mention might happen is when one uses a template which marks the default language as different than what it really is.]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Enabling translate of default language should not enable translation of the main language, rather parts that are differently marked, you can see on this site that it is enabled, and yet, you can probably not translate much on the default language.</p>
<p>it is good for:<br />
translating comments on default language<br />
multiple language posts<br />
different content on this language<br />
some other neat stuff</p>
<p>However, it is not enabled by default to save resources and avoid unneeded parsing.</p>
<p>A rare case in which the problem you mention might happen is when one uses a template which marks the default language as different than what it really is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabrice Meuwissen</title>
		<link>http://transposh.org/version-0-7-3-shortcodes-support/comment-page-1/#comment-6314</link>
		<dc:creator>Fabrice Meuwissen</dc:creator>
		<pubdate>Sat, 09 Jul 2011 21:34:21 +0000</pubdate>
		<guid ispermalink="false">http://transposh.org/?p=358#comment-6314-en</guid>
		<description><![CDATA[I confirm the same problem, but enabling the translation of the default language, let anyone be able to translate the english, and from my experience it was a nightmare as some translator translated the english ( main language ) to their own language.
why it behaves like this ? any workaround ?]]></description>
		<content:encoded><![CDATA[<p>I confirm the same problem, but enabling the translation of the default language, let anyone be able to translate the english, and from my experience it was a nightmare as some translator translated the english ( main language ) to their own language.<br />
why it behaves like this ? any workaround ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ofer</title>
		<link>http://transposh.org/version-0-7-3-shortcodes-support/comment-page-1/#comment-6311</link>
		<dc:creator>ofer</dc:creator>
		<pubdate>Sat, 09 Jul 2011 09:40:16 +0000</pubdate>
		<guid ispermalink="false">http://transposh.org/?p=358#comment-6311-en</guid>
		<description><![CDATA[Hello Greg,

You need to enable translation of the default language, otherwise the page is not processed by the parser, causing the effect you see]]></description>
		<content:encoded><![CDATA[<p>Hello Greg,</p>
<p>You need to enable translation of the default language, otherwise the page is not processed by the parser, causing the effect you see</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cristina</title>
		<link>http://transposh.org/version-0-7-3-shortcodes-support/comment-page-1/#comment-6282</link>
		<dc:creator>Cristina</dc:creator>
		<pubdate>Tue, 05 Jul 2011 05:22:23 +0000</pubdate>
		<guid ispermalink="false">http://transposh.org/?p=358#comment-6282-en</guid>
		<description><![CDATA[Grazie Bob! aspetto il codice ;-)]]></description>
		<content:encoded><![CDATA[<span lang ="it"><p>Grazie Bob! aspetto il codice <img src='http://transposh.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
</span>]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.133 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2013-05-19 00:08:24 -->

<!-- Compression = gzip -->