<?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: text</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Tag: text</description>
<language>en</language>
<pubDate>Tue, 02 Dec 2008 06:04:30 +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>
<item>
<title>wittmania on "Plugin: bb-Scripture-Links"</title>
<link>http://bbpress.org/forums/topic/plugin-bb-scripture-links#post-7039</link>
<pubDate>Thu, 26 Apr 2007 19:49:18 +0000</pubDate>
<dc:creator>wittmania</dc:creator>
<guid isPermaLink="false">7039@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Version 1.0&#60;/p&#62;
&#60;p&#62;This plugin automatically turns scripture references into links that will take the visitor to BibleGateway.com, where they can view the verse(s).  The administrator can set the default version to one of more than a dozen available versions, including ESV, NIV, KJV, NASB, The Message, and so on.&#60;/p&#62;
&#60;p&#62;The links are created dynamically each time a topic is loaded, so the actual text of the post is left alone.  This is nice because it allows you to disable/delete the plugin without having to go back through and edit your posts to remove the extra markup.&#60;/p&#62;
&#60;p&#62;This plugin is ideal for forums that are religious/spiritual in nature, as it will save your users a lot of time from having to hard-code links to passages they reference in their posts.&#60;/p&#62;
&#60;p&#62;This plugin is almost entirely based on a similar Wordpress plugin that does the same thing to WP posts.  You can view the WP plugin here:&#60;br /&#62;
&#60;a href=&#34;http://dev.wp-plugins.org/wiki/Scripturizer&#34; rel=&#34;nofollow&#34;&#62;http://dev.wp-plugins.org/wiki/Scripturizer&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can read more about the plugin, or download the latest version of bb-Scripture-Links, here:&#60;br /&#62;
&#60;a href=&#34;http://blog.wittmania.com/bb-scripture-links&#34; rel=&#34;nofollow&#34;&#62;http://blog.wittmania.com/bb-scripture-links&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can see a working demo here:&#60;br /&#62;
&#60;a href=&#34;http://blog.wittmania.com/bbpress/topic/2&#34; rel=&#34;nofollow&#34;&#62;http://blog.wittmania.com/bbpress/topic/2&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Anyone here know how to parse files with PHP?"</title>
<link>http://bbpress.org/forums/topic/anyone-here-know-how-to-parse-files-with-php#post-5472</link>
<pubDate>Tue, 13 Mar 2007 15:56:44 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">5472@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;mmm potted meat!
&#60;/p&#62;</description>
</item>
<item>
<title>ear1grey on "Anyone here know how to parse files with PHP?"</title>
<link>http://bbpress.org/forums/topic/anyone-here-know-how-to-parse-files-with-php#post-5466</link>
<pubDate>Tue, 13 Mar 2007 11:03:10 +0000</pubDate>
<dc:creator>ear1grey</dc:creator>
<guid isPermaLink="false">5466@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Oh how I love the smell of brand-name luncheon meat in the morning.
&#60;/p&#62;</description>
</item>
<item>
<title>john001 on "Anyone here know how to parse files with PHP?"</title>
<link>http://bbpress.org/forums/topic/anyone-here-know-how-to-parse-files-with-php#post-5461</link>
<pubDate>Tue, 13 Mar 2007 06:33:33 +0000</pubDate>
<dc:creator>john001</dc:creator>
<guid isPermaLink="false">5461@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;hi dear, you must  go to php.net, they people always have good samples code there. for more detail you must visit &#60;a href=&#34;http://www.webdesigningcompany.net&#34; rel=&#34;nofollow&#34;&#62;http://www.webdesigningcompany.net&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>ear1grey on "Anyone here know how to parse files with PHP?"</title>
<link>http://bbpress.org/forums/topic/anyone-here-know-how-to-parse-files-with-php#post-5431</link>
<pubDate>Mon, 12 Mar 2007 19:14:11 +0000</pubDate>
<dc:creator>ear1grey</dc:creator>
<guid isPermaLink="false">5431@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;macwise, no offence meant, and apologies if any taken.  i'm too short on time at the mo and had meant to add a pointer to php.net (which I've pointed ppl at &#60;a href=&#34;http://bbpress.org/forums/topic/743?replies=24#post-4948&#34;&#62;previously&#60;/a&#62;) before I got sidetracked by a demanding supervisor.  'tis better to have a community where you feel ok to ask - after all, the only dumb questions are those that remain unspoken.
&#60;/p&#62;</description>
</item>
<item>
<title>ardentfrost on "Anyone here know how to parse files with PHP?"</title>
<link>http://bbpress.org/forums/topic/anyone-here-know-how-to-parse-files-with-php#post-5427</link>
<pubDate>Mon, 12 Mar 2007 17:17:22 +0000</pubDate>
<dc:creator>ardentfrost</dc:creator>
<guid isPermaLink="false">5427@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Just go to php.net and look it up.  They always have good code samples there.  I wrote an entire xml parser (first thing I ever wrote in php) 2 years ago from code examples I found on php.net
&#60;/p&#62;</description>
</item>
<item>
<title>macwise on "Anyone here know how to parse files with PHP?"</title>
<link>http://bbpress.org/forums/topic/anyone-here-know-how-to-parse-files-with-php#post-5425</link>
<pubDate>Mon, 12 Mar 2007 16:57:50 +0000</pubDate>
<dc:creator>macwise</dc:creator>
<guid isPermaLink="false">5425@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;fel64:&#60;/p&#62;
&#60;p&#62;This reinvigorate looks awesome...can't get in right now, as it's on a limited beta.  However, I'm on the list, and looking forward to trying it out.  Thanks&#60;/p&#62;
&#60;p&#62;Ear1grey:&#60;br /&#62;
I know this question is in the wrong place, and sorry if it's obnoxious.  As you guessed, I'm being lazy.  I am a little out of my league here in asking for what I have, so I thought I'd get what suggestions I could first from the forum I frequent most.  I hope in time you can learn to forgive my impetuous nature. ;)&#60;/p&#62;
&#60;p&#62;chrishajer:&#60;br /&#62;
Thanks for the suggestions, as well as the links.  I've looked into this a bit, but was really interested in a pre-existing solution I could glean from.  I'm not really up on cgi, so a php-only solution is what I'd like to find.  (not sure if this exists).  I'm pretty good at analyzing something and gleaning what I need from that, so I figured that would be my best shot at getting this thing started.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Anyone here know how to parse files with PHP?"</title>
<link>http://bbpress.org/forums/topic/anyone-here-know-how-to-parse-files-with-php#post-5421</link>
<pubDate>Mon, 12 Mar 2007 14:30:47 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">5421@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;macwise, you might find a php group more helpful for general help with parsing files with PHP, since it's not purely a bbPress problem.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.php-scripts.com/php_diary/012103.php3&#34;&#62;Parsing Apache access_log files with PHP&#60;/a&#62;&#60;br /&#62;
First Google result for that search.&#60;/p&#62;
&#60;p&#62;More generically, &#60;a href=&#34;http://www.google.com/search?q=parsing+log+files+with+PHP&#34;&#62;this Google search&#60;/a&#62; might help.
&#60;/p&#62;</description>
</item>
<item>
<title>ear1grey on "Anyone here know how to parse files with PHP?"</title>
<link>http://bbpress.org/forums/topic/anyone-here-know-how-to-parse-files-with-php#post-5416</link>
<pubDate>Mon, 12 Mar 2007 11:27:19 +0000</pubDate>
<dc:creator>ear1grey</dc:creator>
<guid isPermaLink="false">5416@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;You might find this useful.  Its Eric Raymond's article on &#60;a href=&#34;http://www.catb.org/~esr/faqs/smart-questions.html&#34;&#62;&#34;smart questions&#34;&#60;/a&#62;.
&#60;/p&#62;</description>
</item>
<item>
<title>macwise on "Anyone here know how to parse files with PHP?"</title>
<link>http://bbpress.org/forums/topic/anyone-here-know-how-to-parse-files-with-php#post-5386</link>
<pubDate>Sun, 11 Mar 2007 22:05:00 +0000</pubDate>
<dc:creator>macwise</dc:creator>
<guid isPermaLink="false">5386@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Many, many, many ulterior motives.  ;)  First of all, this is happening because I can't seem to find any solution that will search for and filter what &#60;strong&#62;&#38;lt;u&#38;gt;I&#38;lt;/u&#38;gt;&#60;/strong&#62; would like it to search for and filter.  Instead, it gives the cookie cutter solution.  &#60;/p&#62;
&#60;p&#62;I am also on Dreamhost right now, coming from a dedicated hosting environment, (my own server), and since I can't configure the stats program they have installed, nor can I easily install another of my own, I thought I'd try my hand at learning how to parse files myself.  &#60;/p&#62;
&#60;p&#62;So this is partially for education, partially for usefulness, and partially with the hopes of developing something that the gen. public might find helpful.  &#60;/p&#62;
&#60;p&#62;Am I wasting my, (and everybody else's) time?
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "Anyone here know how to parse files with PHP?"</title>
<link>http://bbpress.org/forums/topic/anyone-here-know-how-to-parse-files-with-php#post-5385</link>
<pubDate>Sun, 11 Mar 2007 21:59:47 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">5385@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Meh, I have little/no experience with handling files myself. Might be easier, though, for you to modify some existing code? There's already been a lot of very sophisticated work done in statsgathering. I'm thinking of &#60;a href=&#34;http://www.reinvigorate.net/&#34;&#62;Reinvigorate&#60;/a&#62;, for example - not trying to discourage you, just find the most practical solution? I mean, are you in it purely to make the plugin or is there some ulterior motive? :)
&#60;/p&#62;</description>
</item>
<item>
<title>macwise on "Anyone here know how to parse files with PHP?"</title>
<link>http://bbpress.org/forums/topic/anyone-here-know-how-to-parse-files-with-php#post-5384</link>
<pubDate>Sun, 11 Mar 2007 21:38:37 +0000</pubDate>
<dc:creator>macwise</dc:creator>
<guid isPermaLink="false">5384@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'm just poking around with some log files, and was curious as to how I could parse the data and extract some specific information based on parameters which are determined by my marketing campaign.  I suppose I should go to a more specific PHP forum for this, but I thought I'd throw it out here first, just in case anyone had some experience here.  &#60;/p&#62;
&#60;p&#62;I'm ultimately thinking of creating a plugin which will analyze CUSTOM data which a user can set to any value they like in the admin panel of either WP or BB.  &#60;/p&#62;
&#60;p&#62;I need to read line by line, and extract certain parts of a line, compare some of those parts with other lines to find similarities.  I think an example is best:&#60;/p&#62;
&#60;p&#62;88.88.888.88 - - [02/Mar/2007:00:56:38 -0800] &#34;POST /url/of/page/requested/ HTTP/1.1&#34; 304 256 &#34;/url/of/page/referring/&#34; &#34;Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en) AppleWebKit/418.9.1 (KHTML, like Gecko) Safari/419.3&#34;&#60;/p&#62;
&#60;p&#62;This line has a lot of data.  All I need is to find out if the url of page requested matches a pre-defined value.  Then, I need to find out what the ip address is if it does match the value.  I would then need to parse back through the file and pull every line that had a matching ip address. &#60;/p&#62;
&#60;p&#62;Hope this explanation is clear.  If anyone has any suggestions, or knows of any simple resources to start this happening, that would be extremely helpful.&#60;/p&#62;
&#60;p&#62;Thanks, &#60;/p&#62;
&#60;p&#62;Ron&#60;/p&#62;
&#60;p&#62;P.S.  I've read up a little on fget() and file(), but they're still a little greek to me.  A simple example that might work in my case would be most helpful.
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Thread text gets smaller and smaller..."</title>
<link>http://bbpress.org/forums/topic/thread-text-gets-smaller-and-smaller#post-4402</link>
<pubDate>Mon, 12 Feb 2007 05:45:30 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">4402@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I don't even like to look at how many errors my forums produce.   It is depressing...&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>master5o1 on "Thread text gets smaller and smaller..."</title>
<link>http://bbpress.org/forums/topic/thread-text-gets-smaller-and-smaller#post-4401</link>
<pubDate>Mon, 12 Feb 2007 05:38:26 +0000</pubDate>
<dc:creator>master5o1</dc:creator>
<guid isPermaLink="false">4401@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;fsck...i always do that and i do usually find it before i upload...argh!
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Thread text gets smaller and smaller..."</title>
<link>http://bbpress.org/forums/topic/thread-text-gets-smaller-and-smaller#post-4352</link>
<pubDate>Sun, 11 Feb 2007 09:43:30 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">4352@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;In your template, you use&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;small&#38;gt;Login to Send PM&#38;lt;small&#38;gt;br /&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;                                                                                    .&#60;br /&#62;
 and you just keep opening the &#38;lt;small&#38;gt; tag, never closing it. (note, it's not closed here.)&#60;/p&#62;
&#60;p&#62;It pays to validate your code occasionally at &#60;a href=&#34;http://validator.w3.org/&#34; rel=&#34;nofollow&#34;&#62;http://validator.w3.org/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Good luck.
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "Thread text gets smaller and smaller..."</title>
<link>http://bbpress.org/forums/topic/thread-text-gets-smaller-and-smaller#post-4351</link>
<pubDate>Sun, 11 Feb 2007 09:22:22 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">4351@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;A code sample or URL would help.&#60;/p&#62;
&#60;p&#62;But you probably have a style somewhere like:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
#something div div {&#60;br /&#62;
    font-size: 0.8em;&#60;br /&#62;
}&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;...and maybe some missing closing tags somewhere in your template.
&#60;/p&#62;</description>
</item>
<item>
<title>master5o1 on "Thread text gets smaller and smaller..."</title>
<link>http://bbpress.org/forums/topic/thread-text-gets-smaller-and-smaller#post-4350</link>
<pubDate>Sun, 11 Feb 2007 08:26:06 +0000</pubDate>
<dc:creator>master5o1</dc:creator>
<guid isPermaLink="false">4350@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It's really annoying and it only happens in my recently updated Ubuntu Edgy ... with Firefox 2.0 (ie, it only happens in firefox 2.0 for ubuntu edgy)&#60;/p&#62;
&#60;p&#62;I have no idea whether its something i did wrong with my Avatar adjustments to the style.css or whether &#34;desmond&#34; is just forcing me to take an eyetest.&#60;/p&#62;
&#60;p&#62;It's annoying.&#60;/p&#62;
&#60;p&#62;oh yeah...if you haven't noticed i am running 0.80 :)
&#60;/p&#62;</description>
</item>
<item>
<title>Null on "I added WYSIWYG to my bbpress"</title>
<link>http://bbpress.org/forums/topic/i-added-wysiwyg-to-my-bbpress#post-4024</link>
<pubDate>Mon, 05 Feb 2007 10:17:29 +0000</pubDate>
<dc:creator>Null</dc:creator>
<guid isPermaLink="false">4024@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hmm I was working on such a plugin too. Also looked at FCKeditor, but it is kinda big and doesn't work with Opera. I haven't had good experience with TinyMCE, so I've decided to use an opensource WYSIWYG.&#60;/p&#62;
&#60;p&#62;It aint finished and if these other editors work good, there is no need for another one.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
