<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — Post Enhancer - By Rob]]></title>
		<link>https://punbb.informer.com/forums/topic/3204/post-enhancer-by-rob/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/3204/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Post Enhancer - By Rob.]]></description>
		<lastBuildDate>Sun, 26 Jun 2005 16:32:02 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Post Enhancer - By Rob]]></title>
			<link>https://punbb.informer.com/forums/post/46654/#p46654</link>
			<description><![CDATA[<p><a href="http://punres.org/desc.php?pid=50">http://punres.org/desc.php?pid=50</a></p>]]></description>
			<author><![CDATA[null@example.com (Connorhd)]]></author>
			<pubDate>Sun, 26 Jun 2005 16:32:02 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/46654/#p46654</guid>
		</item>
		<item>
			<title><![CDATA[Re: Post Enhancer - By Rob]]></title>
			<link>https://punbb.informer.com/forums/post/46639/#p46639</link>
			<description><![CDATA[<p>I&#039;d love to use this mod, but I see it&#039;s quite old.<br />Any such project for 1.2.5?</p>]]></description>
			<author><![CDATA[null@example.com (Endre)]]></author>
			<pubDate>Sun, 26 Jun 2005 05:53:03 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/46639/#p46639</guid>
		</item>
		<item>
			<title><![CDATA[Re: Post Enhancer - By Rob]]></title>
			<link>https://punbb.informer.com/forums/post/16310/#p16310</link>
			<description><![CDATA[<p>it doesn&#039;t work under OPERA. sh@t</p>]]></description>
			<author><![CDATA[null@example.com (Krapan)]]></author>
			<pubDate>Fri, 25 Jun 2004 10:50:48 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/16310/#p16310</guid>
		</item>
		<item>
			<title><![CDATA[Re: Post Enhancer - By Rob]]></title>
			<link>https://punbb.informer.com/forums/post/14683/#p14683</link>
			<description><![CDATA[<div class="quotebox"><cite>Meilad wrote:</cite><blockquote><p>To the point. Jansson there was an error in the coding of the post enhancer as I suspected.</p></blockquote></div><p>Last I checked, <strong>Rob</strong> made this Post Enhancer. Check the read me, the subject of this thread, or the first post author. Jansson was just commenting on the install instructions, since they look the same for every mod.</p>]]></description>
			<author><![CDATA[null@example.com (Louis)]]></author>
			<pubDate>Tue, 01 Jun 2004 04:43:23 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/14683/#p14683</guid>
		</item>
		<item>
			<title><![CDATA[Re: Post Enhancer - By Rob]]></title>
			<link>https://punbb.informer.com/forums/post/14679/#p14679</link>
			<description><![CDATA[<p>Whats nice?</p>]]></description>
			<author><![CDATA[null@example.com (Meilad1)]]></author>
			<pubDate>Tue, 01 Jun 2004 03:38:31 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/14679/#p14679</guid>
		</item>
		<item>
			<title><![CDATA[Re: Post Enhancer - By Rob]]></title>
			<link>https://punbb.informer.com/forums/post/11451/#p11451</link>
			<description><![CDATA[<p>Well.. The &quot;installation guide&quot; is pretty much a standard. So if we want to change it, we have to change the standard I think. But it&#039;s a good idea to have some more information.</p>]]></description>
			<author><![CDATA[null@example.com (Jansson)]]></author>
			<pubDate>Mon, 22 Mar 2004 14:37:58 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/11451/#p11451</guid>
		</item>
		<item>
			<title><![CDATA[Re: Post Enhancer - By Rob]]></title>
			<link>https://punbb.informer.com/forums/post/11448/#p11448</link>
			<description><![CDATA[<div class="quotebox"><blockquote><p>#---------[ 1. UPLOAD ]--------------------------------------------------------<br />#</p><p>&nbsp; &nbsp; post_bb.php to /<br />&nbsp; &nbsp; post_smile.php to /<br />&nbsp; &nbsp; folder post to /img/<br />#<br />#---------[ 2. OPEN ]----------------------------------------------------------<br />#</p><p>&nbsp; &nbsp; post.php</p><br /><p>#<br />#---------[ 3. FIND (line: 455) ]-----------------------------------------------<br />#</p><p>&nbsp; &nbsp; &lt;a href=&quot;help.php#smilies&quot; target=&quot;_blank&quot;&gt;&lt;?php echo $lang_common[&#039;Smilies&#039;] ?&gt;&lt;/a&gt;: &lt;?php echo ($pun_config[&#039;o_smilies&#039;] == &#039;1&#039;) ? $lang_common[&#039;on&#039;] : $lang_common[&#039;off&#039;]; ?&gt;  </p><p>#<br />#---------[ 4. AFTER, ADD ]----------------------------------------------------<br />#</p><p>&nbsp; &nbsp; &lt;?php include(&quot;post_smile.php&quot;); ?&gt;</p><p>#<br />#---------[ 5. FIND (line: 457) ]----------------------------------------------------------<br />#</p><p>&nbsp; &nbsp; &lt;td class=&quot;puncon2&quot;&gt; &lt;textarea name=&quot;req_message&quot; rows=&quot;20&quot; cols=&quot;95&quot; tabindex=&quot;&lt;?php echo $cur_index++ ?&gt;&quot;&gt;&lt;?php echo $quote ?&gt;&lt;/textarea&gt;&lt;/td&gt;</p><p>#<br />#---------[ 6. REPLACE with ]-----------------------------------------------<br />#</p><p>&nbsp; &nbsp; &lt;td class=&quot;puncon2&quot;&gt;&lt;?php include(&quot;post_bb.php&quot;); ?&gt;&lt;textarea name=&quot;req_message&quot; id=&quot;post1&quot; rows=&quot;20&quot; cols=&quot;95&quot; tabindex=&quot;&lt;?php echo $cur_index++ ?&gt;&quot;&gt;&lt;?php echo $quote ?&gt;&lt;/textarea&gt;&lt;/td&gt;</p><p>#<br />#---------[ 7. SAVE/UPLOAD ]--------------------------------------------------<br />#</p></blockquote></div><p>This here above is token from the install-guide (as I call it 2day <img src="https://punbb.informer.com/forums/img/smilies/tongue.png" width="15" height="15" alt="tongue" /> ) .</p><p>If I get this right (its written in some sort of telegram-style ) the steps should be like this (correct me for I might be mistaken )&nbsp; : </p><p>1- Upload 3 files , the first 2 into the usual forum main dir. ? And then the last one in the forum/img directory ?</p><p>2- Open the post.php file that was already made with the implementation of the punbb forum ?</p><p>3,4 - I should find line 455 of the post.php file and add this line afterwards : <br />&lt;?php include(&quot;post_smile.php&quot;); ?&gt;</p><p>5,6- I should find line 457 and replace it with another line that was given in the doc. ?</p><p>7- I should save and upload the newly manipulated post.php and overwrite the old one on the server . This should not affect the posts that people have made earlier on . </p><p>This took me 5 minutes to find out what it said . </p><p>** suggestion ** </p><p>Maybe you should explain more details in the install-description ? The PunBB-installation was very easy due to the fact that it had a document understandable for even the most total n00bs on this planet (including me some time ago) . </p><p>I would suggest (do not see this as a offensive attack or anything) to rewrite the installation-guide so that even the total n00b understands it .</p><p>I&#039;m thinking of trying this one on my forum as well . <img src="https://punbb.informer.com/forums/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p><p>Good luck on future projects m8 ... and keep modding <img src="https://punbb.informer.com/forums/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p>]]></description>
			<author><![CDATA[null@example.com (Khaine)]]></author>
			<pubDate>Mon, 22 Mar 2004 11:27:07 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/11448/#p11448</guid>
		</item>
		<item>
			<title><![CDATA[Re: Post Enhancer - By Rob]]></title>
			<link>https://punbb.informer.com/forums/post/11291/#p11291</link>
			<description><![CDATA[<p>Hmm, this mod isn&#039;t on Punres :/</p>]]></description>
			<author><![CDATA[null@example.com (Rickard)]]></author>
			<pubDate>Mon, 15 Mar 2004 22:29:47 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/11291/#p11291</guid>
		</item>
		<item>
			<title><![CDATA[Re: Post Enhancer - By Rob]]></title>
			<link>https://punbb.informer.com/forums/post/11206/#p11206</link>
			<description><![CDATA[<p>Good stuff!</p>]]></description>
			<author><![CDATA[null@example.com (farooq)]]></author>
			<pubDate>Wed, 10 Mar 2004 13:02:37 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/11206/#p11206</guid>
		</item>
		<item>
			<title><![CDATA[Re: Post Enhancer - By Rob]]></title>
			<link>https://punbb.informer.com/forums/post/11177/#p11177</link>
			<description><![CDATA[<p>Nice, works beautifully (and I also added it in edit.php) <img src="https://punbb.informer.com/forums/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p>]]></description>
			<author><![CDATA[null@example.com (Frank H)]]></author>
			<pubDate>Tue, 09 Mar 2004 10:55:26 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/11177/#p11177</guid>
		</item>
		<item>
			<title><![CDATA[Re: Post Enhancer - By Rob]]></title>
			<link>https://punbb.informer.com/forums/post/11142/#p11142</link>
			<description><![CDATA[<p>ok thanks </p><p>nice (better than those buttons I had done) <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (Frank H)]]></author>
			<pubDate>Mon, 08 Mar 2004 11:31:43 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/11142/#p11142</guid>
		</item>
		<item>
			<title><![CDATA[Re: Post Enhancer - By Rob]]></title>
			<link>https://punbb.informer.com/forums/post/11141/#p11141</link>
			<description><![CDATA[<p>FrankH: Worked fine in PunBB++, only had to change the textarea name in the javascript section.</p>]]></description>
			<author><![CDATA[null@example.com (Jansson)]]></author>
			<pubDate>Mon, 08 Mar 2004 11:21:25 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/11141/#p11141</guid>
		</item>
		<item>
			<title><![CDATA[Re: Post Enhancer - By Rob]]></title>
			<link>https://punbb.informer.com/forums/post/11138/#p11138</link>
			<description><![CDATA[<p>is it 1.1.2 compatible?</p>]]></description>
			<author><![CDATA[null@example.com (Frank H)]]></author>
			<pubDate>Mon, 08 Mar 2004 08:19:01 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/11138/#p11138</guid>
		</item>
		<item>
			<title><![CDATA[Re: Post Enhancer - By Rob]]></title>
			<link>https://punbb.informer.com/forums/post/11133/#p11133</link>
			<description><![CDATA[<p>Yes. Absolutly! As a matter of fact, thats very easy to do. Follow the instruction below and it will work with no problems.</p><p>Open viewtopic.php and look for the following:</p><p>// Display quick post if enabled</p><p>Scroll down to the following line:<br />&lt;a href=&quot;help.php#smilies&quot; target=&quot;_blank&quot;&gt;&lt;?php echo $lang_common[&#039;Smilies&#039;] ?&gt;&lt;/a&gt;: &lt;?php echo ($pun_config[&#039;o_smilies&#039;] == &#039;1&#039;) ? $lang_common[&#039;on&#039;] : $lang_common[&#039;off&#039;]; ?&gt;  </p><p>After add: &lt;?php include(&quot;post_smile.php&quot;); ?&gt;</p><p>Next, look for the following:<br />&lt;td class=&quot;puncon2&quot;&gt;&lt;textarea name=&quot;req_message&quot; rows=&quot;7&quot; cols=&quot;80&quot;&gt;&lt;/textarea&gt;&lt;/td&gt;</p><p>Replace with this:<br />&lt;td class=&quot;puncon2&quot;&gt;&lt;?php include(&quot;post_bb.php&quot;); ?&gt;&lt;textarea name=&quot;req_message&quot; id=&quot;post1&quot; rows=&quot;7&quot; cols=&quot;80&quot;&gt;&lt;/textarea&gt;&lt;/td&gt;</p><p>Upload viewtopic.php, your done!</p><p>Check <a href="http://www.deejaysonline.com/forum/viewtopic.php?id=3">http://www.deejaysonline.com/forum/viewtopic.php?id=3</a> to view a working version.</p><p>Rob</p>]]></description>
			<author><![CDATA[null@example.com (Rob)]]></author>
			<pubDate>Mon, 08 Mar 2004 01:10:41 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/11133/#p11133</guid>
		</item>
		<item>
			<title><![CDATA[Re: Post Enhancer - By Rob]]></title>
			<link>https://punbb.informer.com/forums/post/10199/#p10199</link>
			<description><![CDATA[<p>Yeah! Great! i follow the instructions, and it`s work ok for me!<br />1 question: you plane to make the same thing in Quick reply?:)</p>]]></description>
			<author><![CDATA[null@example.com (MaxiJazz)]]></author>
			<pubDate>Tue, 17 Feb 2004 12:01:59 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/10199/#p10199</guid>
		</item>
	</channel>
</rss>
