<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — [requests] show name tag :)]]></title>
		<link>https://punbb.informer.com/forums/topic/13867/requests-show-name-tag/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/13867/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in [requests] show name tag :).]]></description>
		<lastBuildDate>Sat, 02 Jun 2007 13:12:15 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: [requests] show name tag :)]]></title>
			<link>https://punbb.informer.com/forums/post/95560/#p95560</link>
			<description><![CDATA[<p>hi</p><p>how to use [name] in signature </p><p>can&#039;t use this tag in signature ??</p><p>help me..</p>]]></description>
			<author><![CDATA[null@example.com (FruitCake)]]></author>
			<pubDate>Sat, 02 Jun 2007 13:12:15 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/95560/#p95560</guid>
		</item>
		<item>
			<title><![CDATA[Re: [requests] show name tag :)]]></title>
			<link>https://punbb.informer.com/forums/post/81840/#p81840</link>
			<description><![CDATA[<p>Yes, the &quot;i&quot; means case insensitive. But I guess it isn&#039;t really needed <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (elbekko)]]></author>
			<pubDate>Wed, 22 Nov 2006 15:27:59 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/81840/#p81840</guid>
		</item>
		<item>
			<title><![CDATA[Re: [requests] show name tag :)]]></title>
			<link>https://punbb.informer.com/forums/post/81838/#p81838</link>
			<description><![CDATA[<p>thank work !</p><div class="codebox"><pre><code>$text = str_replace(&#039;[name]&#039;, $pun_user[&#039;username&#039;], $text);</code></pre></div><p>your code have &quot;i&quot; in &quot;str_ireplace&quot;</p><p>thank thank</p>]]></description>
			<author><![CDATA[null@example.com (FruitCake)]]></author>
			<pubDate>Wed, 22 Nov 2006 15:20:07 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/81838/#p81838</guid>
		</item>
		<item>
			<title><![CDATA[Re: [requests] show name tag :)]]></title>
			<link>https://punbb.informer.com/forums/post/81836/#p81836</link>
			<description><![CDATA[<p>It&#039;s a parser.php thing <img src="https://punbb.informer.com/forums/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p><p>In the parse_message() function, before the return, put something like this:</p><div class="codebox"><pre><code>$text = str_ireplace(&#039;[name]&#039;, $pun_user[&#039;username&#039;], $text);</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (elbekko)]]></author>
			<pubDate>Wed, 22 Nov 2006 15:11:22 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/81836/#p81836</guid>
		</item>
		<item>
			<title><![CDATA[Re: [requests] show name tag :)]]></title>
			<link>https://punbb.informer.com/forums/post/81835/#p81835</link>
			<description><![CDATA[<p>I&#039;ve seen this in some forums: it doesn&#039;t appeal to me personally (although it&#039;s fun for playing tricks on people) <img src="https://punbb.informer.com/forums/img/smilies/tongue.png" width="15" height="15" alt="tongue" /><br />Anyways, moved to Modifications</p>]]></description>
			<author><![CDATA[null@example.com (Smartys)]]></author>
			<pubDate>Wed, 22 Nov 2006 15:04:30 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/81835/#p81835</guid>
		</item>
		<item>
			<title><![CDATA[Re: [requests] show name tag :)]]></title>
			<link>https://punbb.informer.com/forums/post/81834/#p81834</link>
			<description><![CDATA[<p>strange ? <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" />:):)</p>]]></description>
			<author><![CDATA[null@example.com (FruitCake)]]></author>
			<pubDate>Wed, 22 Nov 2006 15:02:52 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/81834/#p81834</guid>
		</item>
		<item>
			<title><![CDATA[Re: [requests] show name tag :)]]></title>
			<link>https://punbb.informer.com/forums/post/81832/#p81832</link>
			<description><![CDATA[<p>strange request <img src="https://punbb.informer.com/forums/img/smilies/hmm.png" width="15" height="15" alt="hmm" /></p>]]></description>
			<author><![CDATA[null@example.com (Mark)]]></author>
			<pubDate>Wed, 22 Nov 2006 15:00:51 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/81832/#p81832</guid>
		</item>
		<item>
			<title><![CDATA[[requests] show name tag :)]]></title>
			<link>https://punbb.informer.com/forums/post/81828/#p81828</link>
			<description><![CDATA[<p><strong>[requests] show name tag</strong></p><p>tag like this</p><div class="codebox"><pre><code>[name]</code></pre></div><p>when use this tag it show username</p><p>ex.</p><div class="codebox"><pre><code>Hello [name]</code></pre></div><p>Member Name is : Peter </p><p>come in this topic it show</p><p>Hello Peter</p><p>Member Name is : Admin</p><p>come in this topic it show</p><p>Hello Admin</p><br /><br /><br /><p>sorry my bad english sorry sorry</p>]]></description>
			<author><![CDATA[null@example.com (FruitCake)]]></author>
			<pubDate>Wed, 22 Nov 2006 14:12:16 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/81828/#p81828</guid>
		</item>
	</channel>
</rss>
