<?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: Tutorial</title>
	<atom:link href="http://transposh.org/tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://transposh.org/en/</link>
	<description>The transposh.org wordpress plugin showcase and support site</description>
	<lastbuilddate>Wed, 18 Jan 2012 02:29:16 +0000</lastbuilddate>
	<sy:updateperiod>hourly</sy:updateperiod>
	<sy:updatefrequency>1</sy:updatefrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: oxerjen</title>
		<link>http://transposh.org/en/tutorial/comment-page-2/#comment-5831</link>
		<dc:creator>oxerjen</dc:creator>
		<pubdate>Sun, 27 Mar 2011 03:38:15 +0000</pubdate>
		<guid ispermalink="false">http://transposh.org/?page_id=19#comment-5831-en</guid>
		<description>if you use wordpress mu, you can set your image directory in transposh.php as stripos($href, &#039;/files/&#039;) !== FALSE , because transposh makes translate that directory url as sitename.com/de/files/ and dont view images if you dont use no_translate class, but this is very easy way : 

        if (stripos($href, &#039;/wp-admin&#039;) !== FALSE &#124;&#124;

                stripos($href, WP_CONTENT_URL) !== FALSE &#124;&#124;

                stripos($href, &#039;/wp-login&#039;) !== FALSE &#124;&#124;

                stripos($href, &#039;/files/&#039;) !== FALSE &#124;&#124; /* you can add anothers folders as files*/

                stripos($href, &#039;/.php&#039;) !== FALSE) /* ??? */ {

            return $href;

        }</description>
		<content:encoded><![CDATA[<p>if you use wordpress mu, you can set your image directory in transposh.php as stripos($href, &#8216;/files/&#8217;) !== FALSE , because transposh makes translate that directory url as sitename.com/de/files/ and dont view images if you dont use no_translate class, but this is very easy way : </p>
<p>        if (stripos($href, &#8216;/wp-admin&#8217;) !== FALSE ||</p>
<p>                stripos($href, WP_CONTENT_URL) !== FALSE ||</p>
<p>                stripos($href, &#8216;/wp-login&#8217;) !== FALSE ||</p>
<p>                stripos($href, &#8216;/files/&#8217;) !== FALSE || /* you can add anothers folders as files*/</p>
<p>                stripos($href, &#8216;/.php&#8217;) !== FALSE) /* ??? */ {</p>
<p>            return $href;</p>
<p>        }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ofer</title>
		<link>http://transposh.org/en/tutorial/comment-page-2/#comment-4985</link>
		<dc:creator>ofer</dc:creator>
		<pubdate>Tue, 14 Sep 2010 20:43:59 +0000</pubdate>
		<guid ispermalink="false">http://transposh.org/?page_id=19#comment-4985-en</guid>
		<description>Hello Mattias,

You need to add the meta tp_language to your Swedish language posts, with the value of sv, you also need to enable default language translation.

Good luck</description>
		<content:encoded><![CDATA[<p>Hello Mattias,</p>
<p>You need to add the meta tp_language to your Swedish language posts, with the value of sv, you also need to enable default language translation.</p>
<p>Good luck</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mattias Lasson</title>
		<link>http://transposh.org/en/tutorial/comment-page-2/#comment-4983</link>
		<dc:creator>Mattias Lasson</dc:creator>
		<pubdate>Tue, 14 Sep 2010 11:37:30 +0000</pubdate>
		<guid ispermalink="false">http://transposh.org/?page_id=19#comment-4983-en</guid>
		<description>Hi

Trying this out and liking it quite good so far. But now I have run into a little hickup. The site I am building is mainly written in english and I want translation to swedish. This works fine and the combination of automated and manual translation is really ingenuous. 

But for the articles that are written in swedish I want a translation to english also, but that does not seem to work. Lets say the address for this article written in swedish is http://localhost/cemus/  . The widget then displays english in the drop down menu and when I change to swedish it moves to http://localhost/cemus/?lang=sv which of course still is in swedish, nothing happens when going back either. Seems like you have thought about this situation given the tick box of &quot;allow translation of default language&quot; but I dont understand how. Can I set the language of the article somewhere?</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Trying this out and liking it quite good so far. But now I have run into a little hickup. The site I am building is mainly written in english and I want translation to swedish. This works fine and the combination of automated and manual translation is really ingenuous. </p>
<p>But for the articles that are written in swedish I want a translation to english also, but that does not seem to work. Lets say the address for this article written in swedish is <a href="http://localhost/cemus/" rel="nofollow">http://localhost/cemus/</a>  . The widget then displays english in the drop down menu and when I change to swedish it moves to <a href="http://localhost/cemus/?lang=sv" rel="nofollow">http://localhost/cemus/?lang=sv</a> which of course still is in swedish, nothing happens when going back either. Seems like you have thought about this situation given the tick box of &#8220;allow translation of default language&#8221; but I dont understand how. Can I set the language of the article somewhere?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ofer</title>
		<link>http://transposh.org/en/tutorial/comment-page-2/#comment-4968</link>
		<dc:creator>ofer</dc:creator>
		<pubdate>Mon, 06 Sep 2010 21:25:51 +0000</pubdate>
		<guid ispermalink="false">http://transposh.org/?page_id=19#comment-4968-en</guid>
		<description>Hello Alejandro,

Recently I learned that many blank pages comes from hitting the memory limits on your php environment, especially when in shared hosting, however, the best
way to see blank pages errors is to look at the php error log and find what is there, there always may be a conflict or a bug.

Ofer.</description>
		<content:encoded><![CDATA[<p>Hello Alejandro,</p>
<p>Recently I learned that many blank pages comes from hitting the memory limits on your php environment, especially when in shared hosting, however, the best<br />
way to see blank pages errors is to look at the php error log and find what is there, there always may be a conflict or a bug.</p>
<p>Ofer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alejandro Garcia M</title>
		<link>http://transposh.org/en/tutorial/comment-page-2/#comment-4967</link>
		<dc:creator>Alejandro Garcia M</dc:creator>
		<pubdate>Mon, 06 Sep 2010 16:22:32 +0000</pubdate>
		<guid ispermalink="false">http://transposh.org/?page_id=19#comment-4967-en</guid>
		<description>Hi 

Im so happy trying transposh for 2 months and now im getting some errors like when i click on the english flag in the home section my page goes white but if i type for example (mysite.com/en/contact or mysite.com/en/sitemap) they translate with out a problem, my question is some plug-ins affect to transposh work correctly.

Currently im using this plug-ins

Contact Form 7
Dagon Design Sitemap Generator
SEO Booster PRO
Simple XML Sitemap
Twitme
WordPress Mobile Edition
WP likes
Yet Another Featured Posts Plugin
Yet Another Related Posts Plugin

Thanks for your time and work. :-)</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>Im so happy trying transposh for 2 months and now im getting some errors like when i click on the english flag in the home section my page goes white but if i type for example (mysite.com/en/contact or mysite.com/en/sitemap) they translate with out a problem, my question is some plug-ins affect to transposh work correctly.</p>
<p>Currently im using this plug-ins</p>
<p>Contact Form 7<br />
Dagon Design Sitemap Generator<br />
SEO Booster PRO<br />
Simple XML Sitemap<br />
Twitme<br />
WordPress Mobile Edition<br />
WP likes<br />
Yet Another Featured Posts Plugin<br />
Yet Another Related Posts Plugin</p>
<p>Thanks for your time and work. <img src='http://transposh.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward Mugits</title>
		<link>http://transposh.org/en/tutorial/comment-page-2/#comment-4965</link>
		<dc:creator>Edward Mugits</dc:creator>
		<pubdate>Sun, 05 Sep 2010 15:56:28 +0000</pubdate>
		<guid ispermalink="false">http://transposh.org/?page_id=19#comment-4965-en</guid>
		<description>Matteo, I am also in need of the SEO benefits.  One of the questions as well:
I want to be able to submit static translated pages to the regional search engines for indexing and need the SEO functionality 
I desire to have the page translated and that page being edit able to assure meta data is optimized and then use this to create a Unique page with a key word rich URL, title, description, key words and h tags.  Am i dreaming?</description>
		<content:encoded><![CDATA[<p>Matteo, I am also in need of the SEO benefits.  One of the questions as well:<br />
I want to be able to submit static translated pages to the regional search engines for indexing and need the SEO functionality<br />
I desire to have the page translated and that page being edit able to assure meta data is optimized and then use this to create a Unique page with a key word rich URL, title, description, key words and h tags.  Am i dreaming?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ofer</title>
		<link>http://transposh.org/en/tutorial/comment-page-2/#comment-4950</link>
		<dc:creator>ofer</dc:creator>
		<pubdate>Wed, 01 Sep 2010 18:59:55 +0000</pubdate>
		<guid ispermalink="false">http://transposh.org/?page_id=19#comment-4950-en</guid>
		<description>Hello,

Transposh translates (or attempts to translate) everything it can, this should normally include keywords. Also - there is an integration provided to XML sitemaps plugin which creates an appropriate sitemap.

Hope this helps</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Transposh translates (or attempts to translate) everything it can, this should normally include keywords. Also &#8211; there is an integration provided to XML sitemaps plugin which creates an appropriate sitemap.</p>
<p>Hope this helps</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matteo</title>
		<link>http://transposh.org/en/tutorial/comment-page-2/#comment-4948</link>
		<dc:creator>Matteo</dc:creator>
		<pubdate>Wed, 01 Sep 2010 16:55:30 +0000</pubdate>
		<guid ispermalink="false">http://transposh.org/?page_id=19#comment-4948-en</guid>
		<description>Hi, I am building a website with WP.
I do not expect to write a lot of posts or receiveing a lot of comments.
Nevertheless I want to build it in different languages.
Now the main one will be english (though I am italian) and then I was thinking to have it &quot;translated&quot; in other languages.
Since I want to use also the SEO and the xml sitemap plugins how will work the system under those too?
How can I address the right keyword for the right language post?
And how the sitemap will it be built according to the different languages and pages?
I hope to have been clear enough, should be the case please suggest also different approaches

Thank
Matteo</description>
		<content:encoded><![CDATA[<p>Hi, I am building a website with WP.<br />
I do not expect to write a lot of posts or receiveing a lot of comments.<br />
Nevertheless I want to build it in different languages.<br />
Now the main one will be english (though I am italian) and then I was thinking to have it &#8220;translated&#8221; in other languages.<br />
Since I want to use also the SEO and the xml sitemap plugins how will work the system under those too?<br />
How can I address the right keyword for the right language post?<br />
And how the sitemap will it be built according to the different languages and pages?<br />
I hope to have been clear enough, should be the case please suggest also different approaches</p>
<p>Thank<br />
Matteo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ofer</title>
		<link>http://transposh.org/en/tutorial/comment-page-2/#comment-4943</link>
		<dc:creator>ofer</dc:creator>
		<pubdate>Tue, 31 Aug 2010 21:30:21 +0000</pubdate>
		<guid ispermalink="false">http://transposh.org/?page_id=19#comment-4943-en</guid>
		<description>Updated the file, please try again (get the new file first)</description>
		<content:encoded><![CDATA[<p>Updated the file, please try again (get the new file first)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donald Sutherland</title>
		<link>http://transposh.org/en/tutorial/comment-page-2/#comment-4942</link>
		<dc:creator>Donald Sutherland</dc:creator>
		<pubdate>Tue, 31 Aug 2010 07:31:26 +0000</pubdate>
		<guid ispermalink="false">http://transposh.org/?page_id=19#comment-4942-en</guid>
		<description>IE now throws more errors with the trac code than the one bundled on WP

I cant paste the actual error details but please download from http://static.score-group.com/transposh-bug-details.txt</description>
		<content:encoded><![CDATA[<p>IE now throws more errors with the trac code than the one bundled on WP</p>
<p>I cant paste the actual error details but please download from <a href="http://static.score-group.com/transposh-bug-details.txt" rel="nofollow">http://static.score-group.com/transposh-bug-details.txt</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.141 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-09 03:46:16 -->
<!-- Compression = gzip -->
