<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PCR&#039;s notepad &#187; PunBB</title>
	<atom:link href="http://notepad.patheticcockroach.com/category/software/punbb/feed/" rel="self" type="application/rss+xml" />
	<link>http://notepad.patheticcockroach.com</link>
	<description>The area in patheticcockroach.com where the EEG isn&#039;t isoelectric</description>
	<lastBuildDate>Fri, 30 Jul 2010 11:13:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Add something (logo, Google adsence, etc) at the top of a PunBB BBS</title>
		<link>http://notepad.patheticcockroach.com/220/add-something-logo-google-adsence-etc-at-the-top-of-a-punbb-bbs/</link>
		<comments>http://notepad.patheticcockroach.com/220/add-something-logo-google-adsence-etc-at-the-top-of-a-punbb-bbs/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 09:39:00 +0000</pubDate>
		<dc:creator>David Dernoncourt</dc:creator>
				<category><![CDATA[PunBB]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://notepad.patheticcockroach.com/?p=220</guid>
		<description><![CDATA[To add, for instance, your logo at the top of you PunBB forums, just before the standard title and description fields: 1. Open include/template/main.tpl 2. Find: &#60;div id=&#8221;brd-head&#8221; class=&#8221;gen-content&#8221;&#62; &#60;!&#8211; forum_skip &#8211;&#62; &#60;!&#8211; forum_title &#8211;&#62; &#60;!&#8211; forum_desc &#8211;&#62;&#60;/div&#62; 3. Add what you want in there (NB: &#60;!&#8211; forum_title &#8211;&#62; is the title, &#60;!&#8211; forum_desc &#8211;&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>To add, for instance, your logo at the top of you PunBB forums, just before the standard title and description fields:</p>
<p>1. Open include/template/main.tpl</p>
<p>2. Find:<br />
<blockquote>&lt;div id=&#8221;brd-head&#8221; class=&#8221;gen-content&#8221;&gt;<br /> &lt;!&#8211; forum_skip &#8211;&gt;<br /> &lt;!&#8211; forum_title &#8211;&gt;<br /> &lt;!&#8211; forum_desc &#8211;&gt;<br />&lt;/div&gt;</p></blockquote>
<p>3. Add what you want in there (NB: &lt;!&#8211; forum_title &#8211;&gt; is the title, &lt;!&#8211; forum_desc &#8211;&gt; is the description), for instance:<br />
<blockquote>&lt;div id=&#8221;brd-head&#8221; class=&#8221;gen-content&#8221;><br /> &lt;div style=&#8221;float:left;&#8221;&gt;&lt;a href=&#8221;http://bbs.wiki4games.com&#8221;&gt;&lt;img src=&#8221;http://bbs.wiki4games.com/0custom/logow4g.png&#8221; alt=&#8221;Wiki4Games logo&#8221; width=&#8221;135&#8243; height=&#8221;92&#8243;/&gt;&lt;/a>&lt;/div&gt;<br /> &lt;!&#8211; forum_skip &#8211;&gt;<br /> &lt;p id=&#8221;brd-title&#8221; style=&#8221;font-size:1.75em; color:#ffffff; margin-left:160px;&#8221;&gt;BBS@Wiki4Games&lt;/p&gt;<br /> &lt;p id=&#8221;brd-desc&#8221; style=&#8221;margin-left:250px; margin-top:0.4em; color:#ffffff; font-style:italic;&#8221;>BBS of &lt;a href=&#8221;http://www.wiki4games.com&#8221; style=&#8221;text-decoration:none; font-weight:bold;&#8221;&gt;Wiki4Games&lt;/a&gt;&lt;/p&gt;<br />&lt;/div&gt;</p></blockquote>
<p>4. Save and upload</p>
]]></content:encoded>
			<wfw:commentRss>http://notepad.patheticcockroach.com/220/add-something-logo-google-adsence-etc-at-the-top-of-a-punbb-bbs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove useless padding in PunBB</title>
		<link>http://notepad.patheticcockroach.com/219/remove-useless-padding-in-punbb/</link>
		<comments>http://notepad.patheticcockroach.com/219/remove-useless-padding-in-punbb/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 09:16:00 +0000</pubDate>
		<dc:creator>David Dernoncourt</dc:creator>
				<category><![CDATA[PunBB]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://notepad.patheticcockroach.com/?p=219</guid>
		<description><![CDATA[PunBB is a light forum from which FluxBB forked. Since FluxBB has been failing to release their first &#8220;real&#8221; version (1.3), I&#8217;ve finally chosen to turn to PunBB, after a 3-month useless wait.But Pun has the same kind of problem as Flux&#8230; I&#8217;m talking of course about the huge padding which wastes tons of space [...]]]></description>
			<content:encoded><![CDATA[<p>PunBB is a light forum from which FluxBB forked. Since FluxBB has been failing to release their first &#8220;real&#8221; version (1.3), I&#8217;ve finally chosen to turn to PunBB, after a <a href="http://patheticcockroach.blogspot.com/2008/09/remove-useless-padding-in-fluxbb.html">3-month useless wait</a>.<br />But Pun has the same kind of problem as Flux&#8230; I&#8217;m talking of course about the huge padding which wastes tons of space (even more than in Flux indeed). So here is the fix (using PunBB 1.3.2):</p>
<p>1. Open style/Oxygen/Oxygen.css</p>
<p>2. Find:<br />
<blockquote>.brd {<br /> padding: 1.3em 2em;<br /> margin: 0 auto;<br /> max-width: 1100px;<br /> min-width: 700px;<br /> width: 90%;<br /> }</p></blockquote>
<p>And comment it or remove it.</p>
<p>3. Save and upload the file. Problem solved <img src='http://notepad.patheticcockroach.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://notepad.patheticcockroach.com/219/remove-useless-padding-in-punbb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
