<?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 Tag: wording</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress Support Forums Tag: wording</description>
<language>en</language>
<pubDate>Fri, 09 Jan 2009 21:36:34 +0000</pubDate>

<item>
<title>outchy on "I want to change bbPress' default text"</title>
<link>http://bbpress.org/forums/topic/i-want-to-change-bbpress-default-text#post-9265</link>
<pubDate>Tue, 24 Jul 2007 10:46:53 +0000</pubDate>
<dc:creator>outchy</dc:creator>
<guid isPermaLink="false">9265@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;i think that mysterious text appears when some kind of system text is missing:&#60;/p&#62;
&#60;p&#62;for example, when i changed this line in login.php from:&#60;/p&#62;
&#60;p&#62;&#38;lt;h2&#38;gt;&#38;lt;?php isset($_POST['user_login']) ? _e('Log in Failed') : _e('Log in') ; ?&#38;gt;&#38;lt;/h2&#38;gt;&#60;/p&#62;
&#60;p&#62;to&#60;/p&#62;
&#60;p&#62;&#38;lt;h2&#38;gt;&#38;lt;?php isset($_POST['user_login']) ? _e('Log in Failed') : _e('') ; ?&#38;gt;&#38;lt;/h2&#38;gt;&#60;/p&#62;
&#60;p&#62;that crazy text appeared where 'Log in' should have been.  hope this helps.
&#60;/p&#62;</description>
</item>
<item>
<title>outchy on "I want to change bbPress' default text"</title>
<link>http://bbpress.org/forums/topic/i-want-to-change-bbpress-default-text#post-9254</link>
<pubDate>Mon, 23 Jul 2007 18:15:20 +0000</pubDate>
<dc:creator>outchy</dc:creator>
<guid isPermaLink="false">9254@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;yeah, login with this info:&#60;/p&#62;
&#60;p&#62;Your username is: supercoolman&#60;br /&#62;
Your password is: 1c46c2&#60;br /&#62;
You can now log in: &#60;a href=&#34;http://www.manonfire.cc/sk6ers/&#34; rel=&#34;nofollow&#34;&#62;http://www.manonfire.cc/sk6ers/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;then click here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.manonfire.cc/sk6ers/topic.php?id=4&#38;#38;page&#38;#38;replies=3&#34; rel=&#34;nofollow&#34;&#62;http://www.manonfire.cc/sk6ers/topic.php?id=4&#38;#38;page&#38;#38;replies=3&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;it appears above the textarea box
&#60;/p&#62;</description>
</item>
<item>
<title>box87 on "I want to change bbPress' default text"</title>
<link>http://bbpress.org/forums/topic/i-want-to-change-bbpress-default-text#post-9253</link>
<pubDate>Mon, 23 Jul 2007 17:59:32 +0000</pubDate>
<dc:creator>box87</dc:creator>
<guid isPermaLink="false">9253@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Most peculiar. I'll look into it later.&#60;/p&#62;
&#60;p&#62;Do you have a live example?
&#60;/p&#62;</description>
</item>
<item>
<title>outchy on "I want to change bbPress' default text"</title>
<link>http://bbpress.org/forums/topic/i-want-to-change-bbpress-default-text#post-9252</link>
<pubDate>Mon, 23 Jul 2007 17:44:49 +0000</pubDate>
<dc:creator>outchy</dc:creator>
<guid isPermaLink="false">9252@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;one thing though, i just noticed.  above all of my forms, the following text is appearing:&#60;/p&#62;
&#60;p&#62;Project-Id-Version: POT-Creation-Date: PO-Revision-Date: 2007-07-23 13:42-0500 Last-Translator: NJO Language-Team: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit &#60;/p&#62;
&#60;p&#62;is there a way to get rid of that?
&#60;/p&#62;</description>
</item>
<item>
<title>outchy on "I want to change bbPress' default text"</title>
<link>http://bbpress.org/forums/topic/i-want-to-change-bbpress-default-text#post-9249</link>
<pubDate>Mon, 23 Jul 2007 16:29:29 +0000</pubDate>
<dc:creator>outchy</dc:creator>
<guid isPermaLink="false">9249@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;worked like a CHARM.  thank you so much.
&#60;/p&#62;</description>
</item>
<item>
<title>box87 on "I want to change bbPress' default text"</title>
<link>http://bbpress.org/forums/topic/i-want-to-change-bbpress-default-text#post-9245</link>
<pubDate>Mon, 23 Jul 2007 15:44:03 +0000</pubDate>
<dc:creator>box87</dc:creator>
<guid isPermaLink="false">9245@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Funny you mention this... I'm doing some work for a client at the moment using WordPress and I wanted to change some of the admin backend text without modifying core files. Localization using an &#60;code&#62;en.mo&#60;/code&#62; file turned out to be the way to go.&#60;/p&#62;
&#60;p&#62;I believe bbPress supports &#60;em&#62;localization&#60;/em&#62; as well. It's probably going to be the route you'll want to take. (edit: it does, BBLANG in config.php, drop the .mo file in &#60;code&#62;/bb-includes/languages/&#60;/code&#62; I would assume)&#60;/p&#62;
&#60;p&#62;The file you'll need to edit is a compiled binary, so you'll have to get the bbpress.pot file, probably from the bbPress site somewhere. (edit:  &#60;a href=&#34;http://svn.automattic.com/bbpress-i18n/pot/tags/&#34; rel=&#34;nofollow&#34;&#62;http://svn.automattic.com/bbpress-i18n/pot/tags/&#60;/a&#62;)&#60;/p&#62;
&#60;p&#62;Once you've got the file, check out poEdit (http://sourceforge.net/projects/poedit/). It's an open-source cross-platform mo/po/pot editor. Create a &#60;code&#62;New catalog from .pot file&#60;/code&#62;, make sure the option to compile to .mo is checked in the preferences, and you should be good to go.&#60;/p&#62;
&#60;p&#62;The top-left box contains the text to be translated, the bottom-left contains the &#34;translation.&#34; Ctrl-F, find the string, and you're good from there.&#60;/p&#62;
&#60;p&#62;Note: I haven't tried this with bbPress but it works great with WordPress. Hope it helps.
&#60;/p&#62;</description>
</item>
<item>
<title>outchy on "I want to change bbPress' default text"</title>
<link>http://bbpress.org/forums/topic/i-want-to-change-bbpress-default-text#post-9242</link>
<pubDate>Mon, 23 Jul 2007 15:10:25 +0000</pubDate>
<dc:creator>outchy</dc:creator>
<guid isPermaLink="false">9242@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;where can i change this default text for these links at the bottom of topic.php:&#60;/p&#62;
&#60;p&#62;&#38;lt;?php topic_delete_link(); ?&#38;gt; &#38;lt;?php topic_close_link(); ?&#38;gt; &#38;lt;?php topic_sticky_link(); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;i can't find it except in template-functions.php, which i won't ever touch again :)
&#60;/p&#62;</description>
</item>
<item>
<title>mdawaffe on "I want to change bbPress' default text"</title>
<link>http://bbpress.org/forums/topic/i-want-to-change-bbpress-default-text#post-8488</link>
<pubDate>Mon, 25 Jun 2007 20:06:40 +0000</pubDate>
<dc:creator>mdawaffe</dc:creator>
<guid isPermaLink="false">8488@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Change it in your template.&#60;/p&#62;
&#60;p&#62;Find your theme's logged-in.php file.  Look for &#60;code&#62;bb_profile_link()&#60;/code&#62; and change it to&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;bb_profile_link( &#38;quot;Use my text instead&#38;quot; );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;(If you're using the default theme, first copy the bb-templates/kakumei/ directory to a new directory called my-templates/my-theme/, activate that new theme from the Presentation admin panel and edit those files instead).
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "I want to change bbPress' default text"</title>
<link>http://bbpress.org/forums/topic/i-want-to-change-bbpress-default-text#post-8486</link>
<pubDate>Mon, 25 Jun 2007 18:57:15 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">8486@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It probably is. But what are you going to do when you need to update? If you make more changes? Could become very unwieldy very quick. Translation is the way to go.
&#60;/p&#62;</description>
</item>
<item>
<title>DeSantes on "I want to change bbPress' default text"</title>
<link>http://bbpress.org/forums/topic/i-want-to-change-bbpress-default-text#post-8484</link>
<pubDate>Mon, 25 Jun 2007 18:51:13 +0000</pubDate>
<dc:creator>DeSantes</dc:creator>
<guid isPermaLink="false">8484@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I actually found it. The text can be found in the &#34;template-functions.php&#34; file.
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "I want to change bbPress' default text"</title>
<link>http://bbpress.org/forums/topic/i-want-to-change-bbpress-default-text#post-8482</link>
<pubDate>Mon, 25 Jun 2007 18:24:38 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">8482@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;You basically want to translate it. Not sure how it's done but there are a few translation threads around here. (Some changes you can also make in the theme but by no means all of them.)
&#60;/p&#62;</description>
</item>
<item>
<title>DeSantes on "I want to change bbPress' default text"</title>
<link>http://bbpress.org/forums/topic/i-want-to-change-bbpress-default-text#post-8479</link>
<pubDate>Mon, 25 Jun 2007 18:18:18 +0000</pubDate>
<dc:creator>DeSantes</dc:creator>
<guid isPermaLink="false">8479@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi. I'm looking to change the wording in some areas. Is there a central place to do this?&#60;/p&#62;
&#60;p&#62;For example, I would like to change &#34;View your profile&#34; to &#34;Profile&#34; where can I do this?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
