<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[PunBB Forums - Decipher readme please?]]></title>
	<link rel="self" href="http://punbb.informer.com/forums/feed/atom/topic/21513/"/>
	<updated>2009-04-17T07:27:00Z</updated>
	<generator>PunBB</generator>
	<id>http://punbb.informer.com/forums/topic/21513/decipher-readme-please/</id>
		<entry>
			<title type="html"><![CDATA[Re: Decipher readme please?]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/126897/#p126897"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Slavok]]></name>
				<uri>http://punbb.informer.com/forums/user/13265/</uri>
			</author>
			<updated>2009-04-17T07:27:00Z</updated>
			<id>http://punbb.informer.com/forums/post/126897/#p126897</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Decipher readme please?]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/126885/#p126885"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[malc]]></name>
				<uri>http://punbb.informer.com/forums/user/15283/</uri>
			</author>
			<updated>2009-04-16T23:04:27Z</updated>
			<id>http://punbb.informer.com/forums/post/126885/#p126885</id>
		</entry>
</feed>
