<?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>bbPress support forums Topic: php_e() issue</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: php_e() issue</description>
<language>en</language>
<pubDate>Sun, 07 Sep 2008 03:44:41 +0000</pubDate>

<item>
<title>bilibou on "php_e() issue"</title>
<link>http://bbpress.org/forums/topic/php_e-issue#post-16264</link>
<pubDate>Thu, 15 May 2008 18:01:19 +0000</pubDate>
<dc:creator>bilibou</dc:creator>
<guid isPermaLink="false">16264@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Youhou I think I found a more simple solution than merging bbpress and wordpress language file:&#60;/p&#62;
&#60;p&#62;- Download your bbpress language file (for me fr_FR) then rename it using another name than the language file you use for wordpress (in my case my wordpress language file is fr_FR and I renamed it in ru_RU) then put it inside your /wp-content/languages folder.&#60;/p&#62;
&#60;p&#62;- duplicate wp-blog-header.php and rename the copy as wp-blog-header-bb.php&#60;/p&#62;
&#60;p&#62;- duplicate wp-config.php and rename the copy wp-config-bb.php&#60;/p&#62;
&#60;p&#62;- open wp-blog-header-bb.php and replace the two occurences of wp-config.php by wp-config-bb.php&#60;/p&#62;
&#60;p&#62;-open wp-config-bb.php and replace the line define ('WPLANG', 'yourlanguage');&#60;br /&#62;
 by define ('WPLANG', 'newnameofyourbbpresslanguagefile'); (in my case I replaced define ('WPLANG', 'fr_FR'); by define ('WPLANG', 'ru_RU');)&#60;/p&#62;
&#60;p&#62;-In your bb-config.php replace wp-blog-header.php by wp-blog-header-bb.php&#60;/p&#62;
&#60;p&#62;You're done now each time bbpress loads wordpress will load your bbpress language file instead of the wordpress one.&#60;/p&#62;
&#60;p&#62;I hope my explainations were clear.&#60;/p&#62;
&#60;p&#62;A++
&#60;/p&#62;</description>
</item>
<item>
<title>bilibou on "php_e() issue"</title>
<link>http://bbpress.org/forums/topic/php_e-issue#post-16260</link>
<pubDate>Thu, 15 May 2008 16:16:42 +0000</pubDate>
<dc:creator>bilibou</dc:creator>
<guid isPermaLink="false">16260@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I tried that but there is apparently a problem when mergin because when I open the merged file there is nothing from bbpress language file inside.&#60;/p&#62;
&#60;p&#62;Can I use copy paste to merge the two files ??
&#60;/p&#62;</description>
</item>
<item>
<title>A1ex on "php_e() issue"</title>
<link>http://bbpress.org/forums/topic/php_e-issue#post-16214</link>
<pubDate>Tue, 13 May 2008 19:15:20 +0000</pubDate>
<dc:creator>A1ex</dc:creator>
<guid isPermaLink="false">16214@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Use &#60;a href=&#34;http://www.poedit.net/&#34;&#62;PoEdit&#60;/a&#62;:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;msgmerge --no-fuzzy-matching -o ru_RU.po wp_ru_RU.po bb_ru_RU.po&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "php_e() issue"</title>
<link>http://bbpress.org/forums/topic/php_e-issue#post-16201</link>
<pubDate>Tue, 13 May 2008 14:03:45 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">16201@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;This is a tough one to resolve. I noticed before that someone managed to merge their pot files for wordpress and bbpress into one and load that into wordpress (and in turn bbpress)
&#60;/p&#62;</description>
</item>
<item>
<title>bilibou on "php_e() issue"</title>
<link>http://bbpress.org/forums/topic/php_e-issue#post-16159</link>
<pubDate>Mon, 12 May 2008 15:20:45 +0000</pubDate>
<dc:creator>bilibou</dc:creator>
<guid isPermaLink="false">16159@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;So at the moment there is no simple solution ???
&#60;/p&#62;</description>
</item>
<item>
<title>A1ex on "php_e() issue"</title>
<link>http://bbpress.org/forums/topic/php_e-issue#post-16157</link>
<pubDate>Mon, 12 May 2008 14:36:47 +0000</pubDate>
<dc:creator>A1ex</dc:creator>
<guid isPermaLink="false">16157@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://trac.bbpress.org/ticket/765&#34; rel=&#34;nofollow&#34;&#62;http://trac.bbpress.org/ticket/765&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>bilibou on "php_e() issue"</title>
<link>http://bbpress.org/forums/topic/php_e-issue#post-16154</link>
<pubDate>Mon, 12 May 2008 12:09:56 +0000</pubDate>
<dc:creator>bilibou</dc:creator>
<guid isPermaLink="false">16154@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi ,&#60;/p&#62;
&#60;p&#62;I'm having a problem with the function php_e().&#60;/p&#62;
&#60;p&#62;I use require_once(dirname(dirname(__FILE__)) . '/wp-blog-header.php'); to include wordpress functions into bbpress, the problem is, I think , that there is a conflict between php_e() wordpress function and php_e() bbpress function and it is impossible for me to translate my bbpress forum.&#60;/p&#62;
&#60;p&#62;So how can I solve this problem and make bbpress use his own php_e() function and not the wordpress one ??&#60;/p&#62;
&#60;p&#62;Thanks for your help.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
