<?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 Plugin Browser Topic: BBcode Lite for bbPress</title>
<link>http://bbpress.org/plugins/</link>
<description>bbPress Plugin Browser Topic: BBcode Lite for bbPress</description>
<language>en</language>
<pubDate>Fri, 19 Mar 2010 13:50:20 +0000</pubDate>

<item>
<title>Paamayim on "BBcode Lite for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bbcode-lite/page/3/#post-5269</link>
<pubDate>Wed, 20 Jan 2010 14:25:35 +0000</pubDate>
<dc:creator>Paamayim</dc:creator>
<guid isPermaLink="false">5269@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Anyone in there? Where could I find a replacement for this vital plugin for latest bbpress 1.0.2?
&#60;/p&#62;</description>
</item>
<item>
<title>Paamayim on "BBcode Lite for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bbcode-lite/page/3/#post-5112</link>
<pubDate>Tue, 29 Dec 2009 13:26:24 +0000</pubDate>
<dc:creator>Paamayim</dc:creator>
<guid isPermaLink="false">5112@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Is there a working version of this for bbPress 1.0.2? URL formatting doesn't work for me.
&#60;/p&#62;</description>
</item>
<item>
<title>Dailytalker on "BBcode Lite for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bbcode-lite/page/3/#post-4901</link>
<pubDate>Thu, 12 Nov 2009 21:54:22 +0000</pubDate>
<dc:creator>Dailytalker</dc:creator>
<guid isPermaLink="false">4901@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I have a problem with the &#34;CENTER&#34; function. If I &#34;center&#34; something all posts and replies afterwards are also centered. &#60;/p&#62;
&#60;p&#62;This problem appears only when this plugin is active and only with INTERNET EXPLORER (IE 7) with Firefox (FF) everything works fine. The problem is that 55% of my visitors use IE. Therefore I need a fix of that problem. Could you please have a look on it?
&#60;/p&#62;</description>
</item>
<item>
<title>Beavix on "BBcode Lite for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bbcode-lite/page/3/#post-4874</link>
<pubDate>Fri, 06 Nov 2009 08:40:11 +0000</pubDate>
<dc:creator>Beavix</dc:creator>
<guid isPermaLink="false">4874@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I am getting a &#34;404 File not found&#34; error when trying to download this plugin. :(&#60;/p&#62;
&#60;p&#62;EDIT: Must be a server thing, at this moment none of the bbPress plugins can be downloaded.
&#60;/p&#62;</description>
</item>
<item>
<title>mran3 on "BBcode Lite for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bbcode-lite/page/3/#post-4858</link>
<pubDate>Tue, 03 Nov 2009 08:26:41 +0000</pubDate>
<dc:creator>mran3</dc:creator>
<guid isPermaLink="false">4858@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;_ck_ First thanks for this and the other great plugins.&#60;br /&#62;
I have an issue with urls that have brackets [] I didn't knew that was allowed in URLs but it seems it is:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.agenciadenoticias.unal.edu.co/index.php?id=2&#38;amp;tx_ttnewspointer=2&#38;amp;tx_ttnewstt_news=20015&#38;amp;tx_ttnewsbackPid=1&#38;amp;tx_cegallery_pi1album=0&#38;amp;cHash=05aff81f46&#34; rel=&#34;nofollow&#34;&#62;http://www.agenciadenoticias.unal.edu.co/index.php?id=2&#38;amp;tx_ttnewspointer=2&#38;amp;tx_ttnewstt_news=20015&#38;amp;tx_ttnewsbackPid=1&#38;amp;tx_cegallery_pi1album=0&#38;amp;cHash=05aff81f46&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The output for that URL was:&#60;/p&#62;
&#60;p&#62;=2&#38;amp;tx_ttnews[tt_news]=20015&#38;amp;tx_ttnews[backPid]=1&#38;amp;tx_cegallery_pi1[album]=0&#38;amp;cHash=05aff81f46]No llegarán recursos a la UN
&#60;/p&#62;</description>
</item>
<item>
<title>KillerSneak on "BBcode Lite for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bbcode-lite/page/3/#post-4821</link>
<pubDate>Tue, 27 Oct 2009 20:07:28 +0000</pubDate>
<dc:creator>KillerSneak</dc:creator>
<guid isPermaLink="false">4821@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Hello, just a quick comment that you should rewrite you li preg_replace&#60;/p&#62;
&#60;p&#62;replace:&#60;br /&#62;
[code]&#60;br /&#62;
&#60;code&#62;$text=preg_replace(&#38;#39;/(\&#38;lt;br \/\&#38;gt;&#124;[\s])*?\[(\*&#124;li)\](.+?)(\&#38;lt;br \/\&#38;gt;&#124;[\s])*?(\[\/(\*&#124;li)\](\&#38;lt;br \/\&#38;gt;&#124;[\s])*?&#124;(?=(\[(\*&#124;li&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;)\](\&#38;lt;br \/\&#38;gt;&#124;[\s])*?&#124;\[\/list\])))/sim&#38;#39;,&#38;#39;&#38;lt;li&#38;gt;$3&#38;lt;/li&#38;gt;&#38;#39;,$text);&#60;/code&#62;&#60;br /&#62;
[/code]&#60;/p&#62;
&#60;p&#62;to:&#60;br /&#62;
[code]&#60;br /&#62;
&#60;code&#62;$regexp = &#38;#39;/(&#38;lt;li(?:\s*.*?)?&#38;gt;.*?&#38;lt;\/li&#38;gt;\s*)+/is&#38;#39;;&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;$text = preg_replace($regexp, &#38;quot;&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;&#38;lt;ul&#38;gt;$0&#38;lt;/ul&#38;gt;&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;\n&#38;quot;, $text);&#60;/code&#62;&#60;br /&#62;
[/code]&#60;/p&#62;
&#60;p&#62;so it always gets closed with ul to forcome forum error's and such :)
&#60;/p&#62;</description>
</item>
<item>
<title>Shagalaga on "BBcode Lite for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bbcode-lite/page/3/#post-4748</link>
<pubDate>Wed, 14 Oct 2009 06:51:35 +0000</pubDate>
<dc:creator>Shagalaga</dc:creator>
<guid isPermaLink="false">4748@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;How do i get this work on bbportal?
&#60;/p&#62;</description>
</item>
<item>
<title>ryanhellyer on "BBcode Lite for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bbcode-lite/page/2/#post-4394</link>
<pubDate>Thu, 20 Aug 2009 10:30:28 +0000</pubDate>
<dc:creator>ryanhellyer</dc:creator>
<guid isPermaLink="false">4394@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Thanks for the great plugin :)&#60;/p&#62;
&#60;p&#62;We've implemented this into the SitePoint bbPress community theme project:&#60;br /&#62;
&#60;a href=&#34;http://www.sitepoint.com/forums/showthread.php?t=630548&#34; rel=&#34;nofollow&#34;&#62;http://www.sitepoint.com/forums/showthread.php?t=630548&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>dragunoff on "BBcode Lite for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bbcode-lite/page/2/#post-4366</link>
<pubDate>Tue, 18 Aug 2009 20:21:48 +0000</pubDate>
<dc:creator>dragunoff</dc:creator>
<guid isPermaLink="false">4366@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;&#38;lt;font&#38;gt; is in the list of allowed tags but you are right about the CSS issue! After the last redesign of the theme I included a CSS browser reset that contains this rule:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;font-size:100%;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;So, anyone using the famous &#60;a href=&#34;http://meyerweb.com/eric/tools/css/reset/&#34;&#62;Meyer reset&#60;/a&#62; should bear that in mind.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "BBcode Lite for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bbcode-lite/page/2/#post-4285</link>
<pubDate>Fri, 14 Aug 2009 05:28:29 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">4285@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;&#60;code&#62;[size]&#60;/code&#62; requires the &#60;code&#62;font&#60;/code&#62; tag to work. Do you see &#60;code&#62;font&#60;/code&#62; in your list of allowed tags?&#60;/p&#62;
&#60;p&#62;It's possible you made some changes in your stylesheet that's preventing size changes from working.&#60;/p&#62;
&#60;p&#62;Do a view source where the size change should be an make sure you see the font tag in there.
&#60;/p&#62;</description>
</item>
<item>
<title>dragunoff on "BBcode Lite for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bbcode-lite/page/2/#post-4280</link>
<pubDate>Thu, 13 Aug 2009 11:13:33 +0000</pubDate>
<dc:creator>dragunoff</dc:creator>
<guid isPermaLink="false">4280@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;wonderful plugin but [size] tags have mysteriously stopped working on my forum! They used to work but not many people used them because there is no GUI for them. But now I've found a way to set up new bbCode buttons but the parser is not working for [size] tags....&#60;br /&#62;
Running bbPress 0.9.6 with a lot of plugins. But I tried deactivating all except bbCode lite and it still does not work.&#60;br /&#62;
What could be wrong?
&#60;/p&#62;</description>
</item>
<item>
<title>Gravitydk on "BBcode Lite for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bbcode-lite/page/2/#post-4116</link>
<pubDate>Sat, 25 Jul 2009 19:07:26 +0000</pubDate>
<dc:creator>Gravitydk</dc:creator>
<guid isPermaLink="false">4116@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Works fine for in 1.01.&#60;br /&#62;
Be sure to also install&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/plugins/topic/bbcode-buttons/&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/plugins/topic/bbcode-buttons/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;or you get no GUI and many forum users would be confused.
&#60;/p&#62;</description>
</item>
<item>
<title>katastrov on "BBcode Lite for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bbcode-lite/page/2/#post-3972</link>
<pubDate>Wed, 15 Jul 2009 23:31:31 +0000</pubDate>
<dc:creator>katastrov</dc:creator>
<guid isPermaLink="false">3972@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Hi all,&#60;/p&#62;
&#60;p&#62;I have just installed the plugin (what's the difference between &#34;bb-plugins&#34; and &#34;my-plugins&#34; anyway...) and it doesnt work. I have tried to place them in both folder each time and nothing happens on the editor... &#60;/p&#62;
&#60;p&#62;I'm using bbpress 1.0.1&#60;/p&#62;
&#60;p&#62;I can't believe that this functionality doesn't come by default, this is a standard forum tool.&#60;/p&#62;
&#60;p&#62;thanks for your help on this one
&#60;/p&#62;</description>
</item>
<item>
<title>ArnyVee on "BBcode Lite for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bbcode-lite/page/2/#post-3848</link>
<pubDate>Sun, 05 Jul 2009 23:45:35 +0000</pubDate>
<dc:creator>ArnyVee</dc:creator>
<guid isPermaLink="false">3848@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Looks like this is working well for me :D
&#60;/p&#62;</description>
</item>
<item>
<title>citizenkeith on "BBcode Lite for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bbcode-lite/page/2/#post-3837</link>
<pubDate>Sun, 05 Jul 2009 20:22:07 +0000</pubDate>
<dc:creator>citizenkeith</dc:creator>
<guid isPermaLink="false">3837@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;ArnyVee: It's working for me. :)
&#60;/p&#62;</description>
</item>
<item>
<title>ArnyVee on "BBcode Lite for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bbcode-lite/page/2/#post-3831</link>
<pubDate>Sun, 05 Jul 2009 19:15:46 +0000</pubDate>
<dc:creator>ArnyVee</dc:creator>
<guid isPermaLink="false">3831@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Sorry for the newb question....but, I'm brand new to bbPress (formerly used vBulletin only) and most of the plugins that I'm seeing were already built-in on the vB script. So, please excuse my silly questions :)&#60;/p&#62;
&#60;p&#62;At any rate, is this plugin working with bbPress 1.0? I just installed it and want to get a few plugins / features added before I launch my new site next week.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "BBcode Lite for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bbcode-lite/page/2/#post-3768</link>
<pubDate>Thu, 25 Jun 2009 22:02:41 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">3768@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Sorry I am not for hire and this is the wrong place to make such a request in the first place.
&#60;/p&#62;</description>
</item>
<item>
<title>amazing7 on "BBcode Lite for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bbcode-lite/page/2/#post-3767</link>
<pubDate>Thu, 25 Jun 2009 20:37:31 +0000</pubDate>
<dc:creator>amazing7</dc:creator>
<guid isPermaLink="false">3767@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Hi Ck, I know you dont wont to toch the code until december 09, but I really need some of this functionallity for latest bbpress release. Can I pay you 100$-150$ to help me get bbcode lite and image in posts working. I will no require you to update it if they release new versions before december 2009. I just need to be able to post images in my forum and currently that is not really working. So can I hire you to help me personally with this? I can't wait till december to have [img] and [url] working in my forums, I really need that functionallity now :) Plz let me know if you are interested
&#60;/p&#62;</description>
</item>
<item>
<title>CaptOblivious on "BBcode Lite for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bbcode-lite/page/2/#post-3365</link>
<pubDate>Fri, 08 May 2009 14:32:32 +0000</pubDate>
<dc:creator>CaptOblivious</dc:creator>
<guid isPermaLink="false">3365@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;1.0alpha6.&#60;/p&#62;
&#60;p&#62;Curious, it seems to be working for me now too. Nevermind, sorry to bother you!
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "BBcode Lite for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bbcode-lite/page/2/#post-3355</link>
<pubDate>Thu, 07 May 2009 23:47:14 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">3355@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;It works in my tests on RSS feeds, what version of bbPress are you using?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
