<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — [Extension Release] post_translate_en]]></title>
		<link>https://punbb.informer.com/forums/topic/24972/extension-release-posttranslateen/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/24972/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in [Extension Release] post_translate_en.]]></description>
		<lastBuildDate>Mon, 02 Sep 2013 16:54:41 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: [Extension Release] post_translate_en]]></title>
			<link>https://punbb.informer.com/forums/post/150163/#p150163</link>
			<description><![CDATA[<p>Hi,<br />does anyone still have a copy of this extension? The download link is dead. I sent a mail to the author yesterday but I don&#039;t know if he has received it.</p>]]></description>
			<author><![CDATA[null@example.com (grmain)]]></author>
			<pubDate>Mon, 02 Sep 2013 16:54:41 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/150163/#p150163</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Extension Release] post_translate_en]]></title>
			<link>https://punbb.informer.com/forums/post/149187/#p149187</link>
			<description><![CDATA[<p>Hi thanks man for this nice plugin <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /> Ps: I&#039;m also from india</p>]]></description>
			<author><![CDATA[null@example.com (escrow.ms)]]></author>
			<pubDate>Fri, 10 May 2013 14:50:36 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/149187/#p149187</guid>
		</item>
		<item>
			<title><![CDATA[[Extension Release] post_translate_en]]></title>
			<link>https://punbb.informer.com/forums/post/144044/#p144044</link>
			<description><![CDATA[<div class="codebox"><pre><code>    &lt;id&gt;post_translate_en&lt;/id&gt;
    &lt;title&gt;Translate Each Post to English&lt;/title&gt;
    &lt;description&gt;This will allow you to translate any post(Topic or Reply) to english.&lt;/description&gt;
    &lt;author&gt;Abir Sarkar&lt;/author&gt;
    &lt;version&gt;1.0.0&lt;/version&gt;
    &lt;minversion&gt;1.4&lt;/minversion&gt;
    &lt;maxtestedon&gt;1.4.2&lt;/maxtestedon&gt;</code></pre></div><p>Version : 1.0.0 (First Release)</p><p><span class="bbu">Instructions and Information </span> :</p><p><strong> This Extension let you translate any post (Topic or Reply) to English. Wrap your post (other than english) with a brand new bbcode [tr][/tr] , and let post readers to translate it to English.</strong></p><p><span class="bbu">Screen-Shots</span> :</p><p><span class="postimg"><img src="http://s15.postimage.org/gx7bd47jf/shot01.png" alt="http://s15.postimage.org/gx7bd47jf/shot01.png" /></span></p><p><span class="postimg"><img src="http://s15.postimage.org/gyh96j9d7/shot02.png" alt="http://s15.postimage.org/gyh96j9d7/shot02.png" /></span></p><p><span class="bbu">Download Link</span></p><p><a href="http://www.mediafire.com/?8cg6sa99gn2ki14">post_translate_en.zip</a></p><p><span class="bbu"><strong> A Request to Administrators </strong></span><br /></p><div class="quotebox"><blockquote><p>If its possible I would like to have this extension installed here , as too many people here who use to post topics in their native languages, I hope this extension will make it possible to read those easily for others. Thanks in advance.</p></blockquote></div><p><span class="bbu"> Well Its so easy to customize this extension </span><br /> (though I will publish a new version with customize option located at Administrator Panel <img src="https://punbb.informer.com/forums/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /> )</p><p><span class="bbu"> Manually Customization Instruction </span> : </p><p>Open manifest.xml</p><p>Locate following :</p><div class="codebox"><pre><code>&lt;hook id=&quot;hd_template_loaded&quot;&gt;
            &lt;![CDATA[
$abir_tpl = 
&quot;&lt;script type=&#039;text/javascript&#039;&gt;
    function googleSectionalElementInit() {
      new google.translate.SectionalElement({
        sectionalNodeClassName: &#039;translate&#039;,
        controlNodeClassName: &#039;translate_control&#039;,
        background: &#039;#f4fa58&#039;
      }, &#039;google_sectional_element&#039;);
    }
    &lt;/script&gt;
    &lt;script type=&#039;text/javascript&#039; src=&#039;http://translate.google.com/translate_a/element.js?cb=googleSectionalElementInit&amp;ug=section&amp;hl=en&#039;&gt;&lt;/script&gt;
&quot;;
    
    $tpl_main = str_replace(&#039;&lt;/head&gt;&#039;, $abir_tpl.&#039;&lt;/head&gt;&#039;, $tpl_main);
    

            ]]&gt;
            
        &lt;/hook&gt;</code></pre></div><p> </p><p>More specifically :</p><div class="codebox"><pre><code>&lt;script type=&#039;text/javascript&#039; src=&#039;http://translate.google.com/translate_a/element.js?cb=googleSectionalElementInit&amp;ug=section&amp;hl=en&#039;&gt;&lt;/script&gt;</code></pre></div><p>Change &#039;hl=en&#039; to &#039;hl=fr&#039; for french or &#039;hl=es&#039; for Spanish or &#039;hl=bn&#039; for Bengali etc as according to your preferred language.</p><div class="quotebox"><blockquote><p><strong><span style="color: Blue">Well , I think I deserve at least one feedback <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /> <img src="https://punbb.informer.com/forums/img/smilies/sad.png" width="15" height="15" alt="sad" /> <img src="https://punbb.informer.com/forums/img/smilies/sad.png" width="15" height="15" alt="sad" /></span> </strong></p></blockquote></div>]]></description>
			<author><![CDATA[null@example.com (Abir)]]></author>
			<pubDate>Sun, 19 Feb 2012 00:40:35 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/144044/#p144044</guid>
		</item>
	</channel>
</rss>
