<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[PunBB Forums - Decipher readme please?]]></title>
		<link>http://punbb.informer.com/forums/topic/21513/decipher-readme-please/</link>
		<description><![CDATA[The most recent posts in Decipher readme please?.]]></description>
		<lastBuildDate>Fri, 17 Apr 2009 07:27:00 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Decipher readme please?]]></title>
			<link>http://punbb.informer.com/forums/post/126897/#p126897</link>
			<description><![CDATA[<p>You should follow this instructions:<br /></p><div class="codebox"><pre><code>[ 1. UPLOAD ]mod_easy_bbcode.php to /

#
#---------

[ 2. OPEN ]-
#

post.php

#
#---------

[ 3. FIND (line: 490) ]
#

&lt;?php endif; ?&gt;                        &lt;label&gt;&lt;strong&gt;&lt;?php echo $lang_common[&#039;Message&#039;] ?&gt;&lt;/strong&gt;&lt;br /&gt;

#
#---------</code></pre></div><p>After this mod &quot;Easy BBCode&quot; will be installed.</p>]]></description>
			<author><![CDATA[dummy@example.com (Slavok)]]></author>
			<pubDate>Fri, 17 Apr 2009 07:27:00 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/126897/#p126897</guid>
		</item>
		<item>
			<title><![CDATA[Decipher readme please?]]></title>
			<link>http://punbb.informer.com/forums/post/126885/#p126885</link>
			<description><![CDATA[<p>OK, so since there is no way to migrate my forum from PunBB, Ive been scouting about a bit, and come to the conclusion that the punbbcode extension may be just what Im after to add that bit of feature that is missing for the members!</p><p>So I downloaded it, and unzipped to read the readme file, oh my, I cannot half understand it. </p><p>Can someone help me out and decipher this readme from uber-geek to programming moron please? I have tried to arrange it to be easier to understand. But since I am not any type of programmer, I dont know whats relevant.</p><div class="quotebox"><blockquote><p>##<br />##&nbsp; &nbsp; &nbsp; &nbsp; Mod title:&nbsp; Easy BBCode<br />##<br />##&nbsp; &nbsp; &nbsp; Mod version:&nbsp; 1.0.1<br />##&nbsp; &nbsp;<br />Works on PunBB:&nbsp; 1.2, 1.2.1<br />##&nbsp; &nbsp; &nbsp;Release date:&nbsp; 2005-02-06<br />##&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />Author:&nbsp; Rickard Andersson<br />##<br />##&nbsp; &nbsp; &nbsp; </p><p>Description:&nbsp; This mod adds buttons for easy insertion of BBCode and<br />##&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; smilies when posting and editing messages.<br />##<br />##&nbsp; &nbsp;</p><p>Affected files:&nbsp; post.php<br />##&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />edit.php<br />##<br />##&nbsp; &nbsp; &nbsp; &nbsp;<br />Affects DB:&nbsp; No<br />##<br />##&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />Notes:&nbsp; By popular demand <img src="http://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /><br />##<br />##&nbsp; &nbsp; &nbsp; &nbsp;</p><p>DISCLAIMER:&nbsp; Please note that &quot;mods&quot; are not officially supported by<br />##&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; PunBB. Installation of this modification is done at your<br />##&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; own risk. </p><p>Backup your forum database and any and all<br />##&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; applicable files before proceeding.<br />##<br />##</p><br /><p>#<br />#--------<br />[ 1. UPLOAD ]mod_easy_bbcode.php to /</p><br /><p>#<br />#---------</p><p>[ 2. OPEN ]-<br />#</p><p>post.php</p><br /><p>#<br />#---------</p><p>[ 3. FIND (line: 490) ] <br />#</p><p>&lt;?php endif; ?&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;label&gt;&lt;strong&gt;&lt;?php echo $lang_common[&#039;Message&#039;] ?&gt;&lt;/strong&gt;&lt;br /&gt;</p><br /><p>#<br />#---------</p><p>[ 4. REPLACE WITH ]-<br />#</p><p>&lt;?php endif; require PUN_ROOT.&#039;mod_easy_bbcode.php&#039;; ?&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;label&gt;&lt;strong&gt;&lt;?php echo $lang_common[&#039;Message&#039;] ?&gt;&lt;/strong&gt;&lt;br /&gt;</p><br /><p>#<br />#---------</p><p>[ 5. OPEN ]<br />#</p><p>edit.php</p><br /><p>#<br />#---------</p><p>[ 6. FIND (line: 210) ]-<br />#</p><p>&lt;?php endif; ?&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;label&gt;&lt;?php echo $lang_common[&#039;Message&#039;] ?&gt;&lt;br /&gt;</p><br /><p>#<br />#---------</p><p>[ 7. REPLACE WITH ]<br />#</p><p>&lt;?php endif; $bbcode_form = &#039;edit&#039;; $bbcode_field = &#039;req_message&#039;; require PUN_ROOT.&#039;mod_easy_bbcode.php&#039;; ?&gt;&nbsp; &nbsp; &lt;label&gt;&lt;?php echo $lang_common[&#039;Message&#039;] ?&gt;&lt;br /&gt;</p><br /><p>#<br />#---------</p><p>[ 8. SAVE/UPLOAD ]--------------------------------------------------<br />#</p></blockquote></div>]]></description>
			<author><![CDATA[dummy@example.com (malc)]]></author>
			<pubDate>Thu, 16 Apr 2009 23:04:27 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/126885/#p126885</guid>
		</item>
	</channel>
</rss>
