<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — How to parse bbcodes outside forum?]]></title>
		<link>https://punbb.informer.com/forums/topic/22989/how-to-parse-bbcodes-outside-forum/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/22989/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in How to parse bbcodes outside forum?.]]></description>
		<lastBuildDate>Sat, 03 Apr 2010 03:05:21 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: How to parse bbcodes outside forum?]]></title>
			<link>https://punbb.informer.com/forums/post/134611/#p134611</link>
			<description><![CDATA[<p>oh, once again, thanks so much<br />:kiss:</p>]]></description>
			<author><![CDATA[null@example.com (w205)]]></author>
			<pubDate>Sat, 03 Apr 2010 03:05:21 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/134611/#p134611</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to parse bbcodes outside forum?]]></title>
			<link>https://punbb.informer.com/forums/post/134580/#p134580</link>
			<description><![CDATA[<p>Seems like it should be like this:<br /></p><div class="codebox"><pre><code>&#039;where&#039; =&gt; &#039;t.forum_id = 2&#039;,</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Parpalak)]]></author>
			<pubDate>Thu, 01 Apr 2010 10:57:10 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/134580/#p134580</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to parse bbcodes outside forum?]]></title>
			<link>https://punbb.informer.com/forums/post/134577/#p134577</link>
			<description><![CDATA[<p>by the way, how can i take 10 newest post in a defined forum id ?</p><p>i tried &#039;where&#039; =&gt; &#039;f.id = 2&#039;,</p><p>but error appears</p>]]></description>
			<author><![CDATA[null@example.com (w205)]]></author>
			<pubDate>Thu, 01 Apr 2010 10:18:41 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/134577/#p134577</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to parse bbcodes outside forum?]]></title>
			<link>https://punbb.informer.com/forums/post/134557/#p134557</link>
			<description><![CDATA[<p>You&#039;re welcome <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (Parpalak)]]></author>
			<pubDate>Tue, 30 Mar 2010 10:31:22 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/134557/#p134557</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to parse bbcodes outside forum?]]></title>
			<link>https://punbb.informer.com/forums/post/134553/#p134553</link>
			<description><![CDATA[<p>ooh<br />thank you so much !<br />i&#039;ve been crazy with this stuff</p>]]></description>
			<author><![CDATA[null@example.com (w205)]]></author>
			<pubDate>Tue, 30 Mar 2010 03:02:34 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/134553/#p134553</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to parse bbcodes outside forum?]]></title>
			<link>https://punbb.informer.com/forums/post/134545/#p134545</link>
			<description><![CDATA[<div class="codebox"><pre><code>&lt;?php

define(&#039;FORUM_ROOT&#039;, &#039;./&#039;);
require FORUM_ROOT.&#039;include/common.php&#039;;
require FORUM_ROOT.&#039;include/parser.php&#039;;

$s = &#039;test [b]test[/b]&#039;;

echo $s, parse_message($s, false);</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Parpalak)]]></author>
			<pubDate>Mon, 29 Mar 2010 10:23:37 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/134545/#p134545</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to parse bbcodes outside forum?]]></title>
			<link>https://punbb.informer.com/forums/post/134516/#p134516</link>
			<description><![CDATA[<p>Would you please give me an exactly example code ?<br />I&#039;ve found it but i dont know how to use</p>]]></description>
			<author><![CDATA[null@example.com (w205)]]></author>
			<pubDate>Fri, 26 Mar 2010 15:40:38 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/134516/#p134516</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to parse bbcodes outside forum?]]></title>
			<link>https://punbb.informer.com/forums/post/134470/#p134470</link>
			<description><![CDATA[<p>There is the &quot;parse_message&quot; function in the &quot;&lt;FORUM_ROOT&gt;/include/parser.php&quot; file (line 790).</p>]]></description>
			<author><![CDATA[null@example.com (Slavok)]]></author>
			<pubDate>Thu, 25 Mar 2010 11:49:02 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/134470/#p134470</guid>
		</item>
		<item>
			<title><![CDATA[How to parse bbcodes outside forum?]]></title>
			<link>https://punbb.informer.com/forums/post/134463/#p134463</link>
			<description><![CDATA[<p>Well, I read this from Wiki (<a href="http://punbb.informer.com/wiki/punbb13/integration">http://punbb.informer.com/wiki/punbb13/integration</a>) and wonder how to parse bbcodes ?</p><p>Someone would help me ?</p>]]></description>
			<author><![CDATA[null@example.com (w205)]]></author>
			<pubDate>Thu, 25 Mar 2010 06:50:02 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/134463/#p134463</guid>
		</item>
	</channel>
</rss>
