<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — usernames with quotations]]></title>
		<link>https://punbb.informer.com/forums/topic/5729/usernames-with-quotations/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/5729/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in usernames with quotations.]]></description>
		<lastBuildDate>Wed, 04 May 2005 07:21:15 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: usernames with quotations]]></title>
			<link>https://punbb.informer.com/forums/post/42372/#p42372</link>
			<description><![CDATA[<p>..and for pbb 1.2.5 with </p><p>Total number of registered users: 934 <br />Total number of topics: 422 <br />Total number of posts: 2946 </p><p>and because of the high nomber of posts i need a script or something to remove <br />[right][snapback]xxx[/right][/snapback]&nbsp; i can not do manually <img src="https://punbb.informer.com/forums/img/smilies/sad.png" width="15" height="15" alt="sad" /></p><p>thx</p>]]></description>
			<author><![CDATA[null@example.com (hubabuba)]]></author>
			<pubDate>Wed, 04 May 2005 07:21:15 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/42372/#p42372</guid>
		</item>
		<item>
			<title><![CDATA[Re: usernames with quotations]]></title>
			<link>https://punbb.informer.com/forums/post/30868/#p30868</link>
			<description><![CDATA[<p>Cool, I&#039;ll have to check it out.</p>]]></description>
			<author><![CDATA[null@example.com (Rickard)]]></author>
			<pubDate>Sat, 15 Jan 2005 11:42:36 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/30868/#p30868</guid>
		</item>
		<item>
			<title><![CDATA[Re: usernames with quotations]]></title>
			<link>https://punbb.informer.com/forums/post/30845/#p30845</link>
			<description><![CDATA[<p>Rickard:</p><p>I just searched with Google for &quot;regex debug&quot;. Is this something, that might be useful?</p><p> <a href="http://www.esperan.com/regex.html">http://www.esperan.com/regex.html</a></p><p>Greetings</p>]]></description>
			<author><![CDATA[null@example.com (spider8)]]></author>
			<pubDate>Sat, 15 Jan 2005 02:38:38 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/30845/#p30845</guid>
		</item>
		<item>
			<title><![CDATA[Re: usernames with quotations]]></title>
			<link>https://punbb.informer.com/forums/post/30070/#p30070</link>
			<description><![CDATA[<div class="quotebox"><cite>Rickard wrote:</cite><blockquote><p>Man, I wish there was a way to debug regular expressions.</p></blockquote></div><p>No kidding... *sigh*</p>]]></description>
			<author><![CDATA[null@example.com (Bwongar.com)]]></author>
			<pubDate>Tue, 11 Jan 2005 00:00:41 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/30070/#p30070</guid>
		</item>
		<item>
			<title><![CDATA[Re: usernames with quotations]]></title>
			<link>https://punbb.informer.com/forums/post/30064/#p30064</link>
			<description><![CDATA[<p>Thank-you!</p>]]></description>
			<author><![CDATA[null@example.com (boneheade)]]></author>
			<pubDate>Mon, 10 Jan 2005 23:51:06 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/30064/#p30064</guid>
		</item>
		<item>
			<title><![CDATA[Re: usernames with quotations]]></title>
			<link>https://punbb.informer.com/forums/post/30059/#p30059</link>
			<description><![CDATA[<p>Yes. At least for now. I really don&#039;t know why it happens. The old {2,25} should work, but apparently, it doesn&#039;t. Man, I wish there was a way to debug regular expressions.</p>]]></description>
			<author><![CDATA[null@example.com (Rickard)]]></author>
			<pubDate>Mon, 10 Jan 2005 23:42:30 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/30059/#p30059</guid>
		</item>
		<item>
			<title><![CDATA[Re: usernames with quotations]]></title>
			<link>https://punbb.informer.com/forums/post/30057/#p30057</link>
			<description><![CDATA[<p>Should that be a permenant change.</p>]]></description>
			<author><![CDATA[null@example.com (Paul)]]></author>
			<pubDate>Mon, 10 Jan 2005 23:40:39 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/30057/#p30057</guid>
		</item>
		<item>
			<title><![CDATA[Re: usernames with quotations]]></title>
			<link>https://punbb.informer.com/forums/post/30055/#p30055</link>
			<description><![CDATA[<p>Solution. Open up include/parser.php and look for<br /></p><div class="codebox"><pre><code>        $text = preg_replace(&#039;#\[quote=(&quot;|&quot;|\&#039;|)(.{2,25})\\1\]#seU&#039;, &#039;&quot;&lt;/p&gt;&lt;blockquote&gt;&lt;div class=\&quot;incqbox\&quot;&gt;&lt;h4&gt;&quot;.str_replace(\&#039;[\&#039;, \&#039;[\&#039;, \&#039;$2\&#039;).&quot; &quot;.$lang_common[\&#039;wrote\&#039;].&quot;:&lt;/h4&gt;&lt;p&gt;&quot;&#039;, $text);</code></pre></div><p>Replace it with:<br /></p><div class="codebox"><pre><code>        $text = preg_replace(&#039;#\[quote=(&quot;|&quot;|\&#039;|)(.*)\\1\]#seU&#039;, &#039;&quot;&lt;/p&gt;&lt;blockquote&gt;&lt;div class=\&quot;incqbox\&quot;&gt;&lt;h4&gt;&quot;.str_replace(\&#039;[\&#039;, \&#039;[\&#039;, \&#039;$2\&#039;).&quot; &quot;.$lang_common[\&#039;wrote\&#039;].&quot;:&lt;/h4&gt;&lt;p&gt;&quot;&#039;, $text);</code></pre></div><p>That should do it.</p>]]></description>
			<author><![CDATA[null@example.com (Rickard)]]></author>
			<pubDate>Mon, 10 Jan 2005 23:37:38 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/30055/#p30055</guid>
		</item>
		<item>
			<title><![CDATA[Re: usernames with quotations]]></title>
			<link>https://punbb.informer.com/forums/post/30049/#p30049</link>
			<description><![CDATA[<p>Ah, I see <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /> Lemme think.</p>]]></description>
			<author><![CDATA[null@example.com (Rickard)]]></author>
			<pubDate>Mon, 10 Jan 2005 23:29:15 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/30049/#p30049</guid>
		</item>
		<item>
			<title><![CDATA[Re: usernames with quotations]]></title>
			<link>https://punbb.informer.com/forums/post/30048/#p30048</link>
			<description><![CDATA[<p>Parser is messing up. Its generating the closing tag for the blockquote but not the oppening tag among other things. Generally the tags are ending up improperly nested. Great fun.</p>]]></description>
			<author><![CDATA[null@example.com (Paul)]]></author>
			<pubDate>Mon, 10 Jan 2005 23:29:08 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/30048/#p30048</guid>
		</item>
		<item>
			<title><![CDATA[Re: usernames with quotations]]></title>
			<link>https://punbb.informer.com/forums/post/30046/#p30046</link>
			<description><![CDATA[<p>Ahh see everything is screwy..</p>]]></description>
			<author><![CDATA[null@example.com (boneheade)]]></author>
			<pubDate>Mon, 10 Jan 2005 23:26:38 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/30046/#p30046</guid>
		</item>
		<item>
			<title><![CDATA[Re: usernames with quotations]]></title>
			<link>https://punbb.informer.com/forums/post/30045/#p30045</link>
			<description><![CDATA[<p>Can I stop them from registering with quotations?</p>]]></description>
			<author><![CDATA[null@example.com (boneheade)]]></author>
			<pubDate>Mon, 10 Jan 2005 23:25:21 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/30045/#p30045</guid>
		</item>
		<item>
			<title><![CDATA[Re: usernames with quotations]]></title>
			<link>https://punbb.informer.com/forums/post/30043/#p30043</link>
			<description><![CDATA[<div class="quotebox"><cite>hello&quot;&quot;what&quot; wrote:</cite><blockquote><p>This is a test</p></blockquote></div>]]></description>
			<author><![CDATA[null@example.com (Paul)]]></author>
			<pubDate>Mon, 10 Jan 2005 23:23:33 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/30043/#p30043</guid>
		</item>
		<item>
			<title><![CDATA[Re: usernames with quotations]]></title>
			<link>https://punbb.informer.com/forums/post/30042/#p30042</link>
			<description><![CDATA[<p>Well, it&#039;s breaking them. The user&#039;s name is like <em>hello &quot;aka&quot; good-bye</em>.</p><div class="quotebox"><cite>hello &quot;aka&quot; good-bye wrote:</cite><blockquote><p>this is a quote</p></blockquote></div><p>When I remove the quotations from the name the quotes are rendered normally and the rest of the page is not broken.</p>]]></description>
			<author><![CDATA[null@example.com (boneheade)]]></author>
			<pubDate>Mon, 10 Jan 2005 23:23:06 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/30042/#p30042</guid>
		</item>
		<item>
			<title><![CDATA[Re: usernames with quotations]]></title>
			<link>https://punbb.informer.com/forums/post/30040/#p30040</link>
			<description><![CDATA[<p>It shouldn&#039;t break the quotes. For example:</p><div class="quotebox"><cite>test&quot;test wrote:</cite><blockquote><p>asdf</p></blockquote></div><p>There&#039;s a special case if the username starts and ends in quotes, then the quotes won&#039;t show in the &quot;User wrote:&quot; part of the quote box, but other than that, it should work.</p>]]></description>
			<author><![CDATA[null@example.com (Rickard)]]></author>
			<pubDate>Mon, 10 Jan 2005 23:16:19 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/30040/#p30040</guid>
		</item>
	</channel>
</rss>
