<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — Announcements Mod 1.0]]></title>
		<link>https://punbb.informer.com/forums/topic/7353/announcements-mod-10/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/7353/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Announcements Mod 1.0.]]></description>
		<lastBuildDate>Thu, 09 Feb 2006 16:07:54 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Announcements Mod 1.0]]></title>
			<link>https://punbb.informer.com/forums/post/62007/#p62007</link>
			<description><![CDATA[<p>hey. Does anyone have this kicking around? or is there anyone willing to remake it. This would be very useful to me, and other no doubt (for a unique overview/description at the top of each forum section). Please, please, please...</p>]]></description>
			<author><![CDATA[null@example.com (ahniwanika)]]></author>
			<pubDate>Thu, 09 Feb 2006 16:07:54 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/62007/#p62007</guid>
		</item>
		<item>
			<title><![CDATA[Re: Announcements Mod 1.0]]></title>
			<link>https://punbb.informer.com/forums/post/50058/#p50058</link>
			<description><![CDATA[<p>can you not find a the text you need of your php files for your site?</p>]]></description>
			<author><![CDATA[null@example.com (Mark)]]></author>
			<pubDate>Tue, 23 Aug 2005 20:17:28 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/50058/#p50058</guid>
		</item>
		<item>
			<title><![CDATA[Re: Announcements Mod 1.0]]></title>
			<link>https://punbb.informer.com/forums/post/50050/#p50050</link>
			<description><![CDATA[<p>Sorry i lost the file lol, feel free to delete this post, unless anyone else can find it lying around.</p>]]></description>
			<author><![CDATA[null@example.com (Reines)]]></author>
			<pubDate>Tue, 23 Aug 2005 19:44:54 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/50050/#p50050</guid>
		</item>
		<item>
			<title><![CDATA[Re: Announcements Mod 1.0]]></title>
			<link>https://punbb.informer.com/forums/post/49541/#p49541</link>
			<description><![CDATA[<p>tryed asking reinets but i get no reply from him :&#039;(</p>]]></description>
			<author><![CDATA[null@example.com (Mark)]]></author>
			<pubDate>Tue, 16 Aug 2005 14:15:17 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/49541/#p49541</guid>
		</item>
		<item>
			<title><![CDATA[Re: Announcements Mod 1.0]]></title>
			<link>https://punbb.informer.com/forums/post/49484/#p49484</link>
			<description><![CDATA[<p>anyone know how to do this??</p>]]></description>
			<author><![CDATA[null@example.com (Mark)]]></author>
			<pubDate>Mon, 15 Aug 2005 19:31:53 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/49484/#p49484</guid>
		</item>
		<item>
			<title><![CDATA[Re: Announcements Mod 1.0]]></title>
			<link>https://punbb.informer.com/forums/post/47877/#p47877</link>
			<description><![CDATA[<p>Sorry for bumping up an old topic. But does anyone still have this mod lol. Reines said he deleted it..</p>]]></description>
			<author><![CDATA[null@example.com (Mr Puto)]]></author>
			<pubDate>Fri, 15 Jul 2005 23:33:49 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/47877/#p47877</guid>
		</item>
		<item>
			<title><![CDATA[Re: Announcements Mod 1.0]]></title>
			<link>https://punbb.informer.com/forums/post/42323/#p42323</link>
			<description><![CDATA[<p>Thanks Reines, it&#039;s much more compact now.</p><p>Until I actually recruit users for my forum I will content myslef with making it look nice!</p>]]></description>
			<author><![CDATA[null@example.com (snoogly)]]></author>
			<pubDate>Tue, 03 May 2005 15:49:53 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/42323/#p42323</guid>
		</item>
		<item>
			<title><![CDATA[Re: Announcements Mod 1.0]]></title>
			<link>https://punbb.informer.com/forums/post/42321/#p42321</link>
			<description><![CDATA[<div class="quotebox"><cite>snoogly wrote:</cite><blockquote><p>Currently it has a &lt;br / &gt; above and below the content &lt;p&gt;. How can I remove these line-breaks?</p></blockquote></div><p>In step 9 find</p><div class="codebox"><pre><code>echo &#039;&lt;div class=&quot;center&quot;&gt;&lt;b&gt;&#039;.pun_htmlspecialchars($announcement[&#039;subject&#039;]).&#039;&lt;/b&gt; - Posted By &#039;.$announcement[&#039;poster&#039;].&#039; (&#039;.format_time($announcement[&#039;posted&#039;]).&#039;) &#039;.$announcement[&#039;closed&#039;].&#039;&lt;/div&gt;&lt;br/&gt;&#039;.&quot;\n&quot;.$announcement[&#039;message&#039;].&#039;&lt;br/&gt;&#039;.&quot;\n&quot;;</code></pre></div><p>and replace it with </p><div class="codebox"><pre><code>echo &#039;&lt;div class=&quot;center&quot;&gt;&lt;b&gt;&#039;.pun_htmlspecialchars($announcement[&#039;subject&#039;]).&#039;&lt;/b&gt; - Posted By &#039;.$announcement[&#039;poster&#039;].&#039; (&#039;.format_time($announcement[&#039;posted&#039;]).&#039;) &#039;.$announcement[&#039;closed&#039;].&#039;&lt;/div&gt;&#039;.&quot;\n&quot;.$announcement[&#039;message&#039;].&quot;\n&quot;;</code></pre></div><p>PS. nice skin on your site <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (Reines)]]></author>
			<pubDate>Tue, 03 May 2005 15:41:02 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/42321/#p42321</guid>
		</item>
		<item>
			<title><![CDATA[Re: Announcements Mod 1.0]]></title>
			<link>https://punbb.informer.com/forums/post/42320/#p42320</link>
			<description><![CDATA[<p>Very smart indeed. Up and running at <a href="http://randomhawk.com/brain/talk/forum.php">http://randomhawk.com/brain/talk/forum.php</a></p><p>One small quible about the styling though: For my taste there is too much space above and below the message content. Currently it has a &lt;br / &gt; above and below the content &lt;p&gt;. How can I remove these line-breaks?</p>]]></description>
			<author><![CDATA[null@example.com (snoogly)]]></author>
			<pubDate>Tue, 03 May 2005 15:29:59 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/42320/#p42320</guid>
		</item>
		<item>
			<title><![CDATA[Re: Announcements Mod 1.0]]></title>
			<link>https://punbb.informer.com/forums/post/42318/#p42318</link>
			<description><![CDATA[<p>yeh they will probably both work, i stole mine from install.php i think <img src="https://punbb.informer.com/forums/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p>]]></description>
			<author><![CDATA[null@example.com (Connorhd)]]></author>
			<pubDate>Tue, 03 May 2005 15:12:47 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/42318/#p42318</guid>
		</item>
		<item>
			<title><![CDATA[Re: Announcements Mod 1.0]]></title>
			<link>https://punbb.informer.com/forums/post/42314/#p42314</link>
			<description><![CDATA[<div class="quotebox"><cite>Connorhd wrote:</cite><blockquote><p>you can add this to the install_mod.php<br />&lt;snip&gt;<br />that will delete the cache files</p></blockquote></div><p>I use this in the attachment mod installer (as Rickard used it in his scripts <img src="https://punbb.informer.com/forums/img/smilies/wink.png" width="15" height="15" alt="wink" />) (dunno if it also creates a new one?)<br /></p><div class="codebox"><pre><code>    require_once PUN_ROOT.&#039;include/cache.php&#039;;
    generate_config_cache();</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Frank H)]]></author>
			<pubDate>Tue, 03 May 2005 14:38:44 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/42314/#p42314</guid>
		</item>
		<item>
			<title><![CDATA[Re: Announcements Mod 1.0]]></title>
			<link>https://punbb.informer.com/forums/post/42285/#p42285</link>
			<description><![CDATA[<p>Very nice Mod, definatly a must-have for displaying announcement.<br />One question, will it accept html? I didn&#039;t try it yet, couldn&#039;t know <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (ultime)]]></author>
			<pubDate>Tue, 03 May 2005 03:54:43 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/42285/#p42285</guid>
		</item>
		<item>
			<title><![CDATA[Re: Announcements Mod 1.0]]></title>
			<link>https://punbb.informer.com/forums/post/42245/#p42245</link>
			<description><![CDATA[<p>hi2u reines lol, ima use this mod on my site.</p>]]></description>
			<author><![CDATA[null@example.com (.ChUnK.)]]></author>
			<pubDate>Mon, 02 May 2005 18:57:15 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/42245/#p42245</guid>
		</item>
		<item>
			<title><![CDATA[Re: Announcements Mod 1.0]]></title>
			<link>https://punbb.informer.com/forums/post/42241/#p42241</link>
			<description><![CDATA[<p>Thanks.</p>]]></description>
			<author><![CDATA[null@example.com (Reines)]]></author>
			<pubDate>Mon, 02 May 2005 17:38:22 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/42241/#p42241</guid>
		</item>
		<item>
			<title><![CDATA[Re: Announcements Mod 1.0]]></title>
			<link>https://punbb.informer.com/forums/post/42240/#p42240</link>
			<description><![CDATA[<p>you can add this to the install_mod.php</p><div class="codebox"><pre><code>    //delete everything in the cache since we messed with some stuff
    $d = dir(PUN_ROOT.&#039;cache&#039;);
    while (($entry = $d-&gt;read()) !== false)
    {
        if (substr($entry, strlen($entry)-4) == &#039;.php&#039;)
            @unlink(PUN_ROOT.&#039;cache/&#039;.$entry);
    }
    $d-&gt;close();</code></pre></div><p>that will delete the cache files</p>]]></description>
			<author><![CDATA[null@example.com (Connorhd)]]></author>
			<pubDate>Mon, 02 May 2005 17:26:33 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/42240/#p42240</guid>
		</item>
	</channel>
</rss>
