<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[PunBB Forums - [Release] Portal by Daris]]></title>
		<link>http://punbb.informer.com/forums/topic/21104/release-portal-by-daris/</link>
		<description><![CDATA[The most recent posts in [Release] Portal by Daris.]]></description>
		<lastBuildDate>Fri, 21 Aug 2009 17:27:45 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: [Release] Portal by Daris]]></title>
			<link>http://punbb.informer.com/forums/post/129824/#p129824</link>
			<description><![CDATA[<p>Very nice. So for those without svn tool; <a href="http://rapidshare.com/files/269902823/portal_by_daris-2.4.3.zip">http://rapidshare.com/files/269902823/p &#133; -2.4.3.zip</a><br />or here <a href="http://www.mediafire.com/file/nzz3cyojw0z/portal_by_daris-2.4.3.zip">http://www.mediafire.com/file/nzz3cyojw &#133; -2.4.3.zip</a></p><p>btw: added 1.3.4 tested to the manifest.xml in the above dl&#039;s</p><p>and put an english demo version here:&nbsp; <a href="http://punbb-e.keydogbb.info">http://punbb-e.keydogbb.info</a> <br />great work daris!</p>]]></description>
			<author><![CDATA[dummy@example.com (KeyDog)]]></author>
			<pubDate>Fri, 21 Aug 2009 17:27:45 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/129824/#p129824</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Release] Portal by Daris]]></title>
			<link>http://punbb.informer.com/forums/post/129823/#p129823</link>
			<description><![CDATA[<p>Look for first post and there you have link to the <a href="http://my-trac.assembla.com/punbb-extensions/timeline">Trac</a>. Click on the &quot;Browse Source&quot; link in navigation and then go to the <a href="http://my-trac.assembla.com/punbb-extensions/browser/branches">branches</a> directory. There you can find all my extensions.</p>]]></description>
			<author><![CDATA[dummy@example.com (daris)]]></author>
			<pubDate>Fri, 21 Aug 2009 16:16:15 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/129823/#p129823</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Release] Portal by Daris]]></title>
			<link>http://punbb.informer.com/forums/post/129712/#p129712</link>
			<description><![CDATA[<p><a href="http://rapidshare.com/files/268896093/portal_by_daris_2.4.0.zip.html">http://rapidshare.com/files/268896093/p &#133; 0.zip.html</a> or one with no download limits:</p><p><a href="http://www.mediafire.com/file/egzmgwywtzn/portal_by_daris_2.4.0.zip">http://www.mediafire.com/file/egzmgwywt &#133; _2.4.0.zip</a></p><p>there you go.....<br />not the latest I just noticed....<br />let&#039;s hope Daris has mercy and uploads it somewhere <img src="http://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (KeyDog)]]></author>
			<pubDate>Tue, 18 Aug 2009 21:43:51 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/129712/#p129712</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Release] Portal by Daris]]></title>
			<link>http://punbb.informer.com/forums/post/129711/#p129711</link>
			<description><![CDATA[<p>Does anyone have the download for this file?&nbsp; The link doesn&#039;t work.</p>]]></description>
			<author><![CDATA[dummy@example.com (galacter07)]]></author>
			<pubDate>Tue, 18 Aug 2009 20:40:38 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/129711/#p129711</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Release] Portal by Daris]]></title>
			<link>http://punbb.informer.com/forums/post/128794/#p128794</link>
			<description><![CDATA[<p>it would be cool if this extension was integrated <a href="http://punbb.informer.com/forums/topic/21308/social-bookmarking-buttons/">http://punbb.informer.com/forums/topic/ &#133; g-buttons/</a><br />I want to have the social bookmark plugins on the front page articles. <img src="http://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>Oh and does anyone know how to remove the sidebars on custom pages? I only want it to show on front page.</p>]]></description>
			<author><![CDATA[dummy@example.com (gmbrdilos)]]></author>
			<pubDate>Fri, 03 Jul 2009 06:20:02 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/128794/#p128794</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Release] Portal by Daris]]></title>
			<link>http://punbb.informer.com/forums/post/127856/#p127856</link>
			<description><![CDATA[<p>I´ve finally been able to remove the error from the portal index without removing news, but those ATOM &amp; RSS feeds do not appear anywhere yet.</p><p>I saw that lines 70 &amp; 71 in <em>index.php</em> file are calling a variable in <em>$lang_common</em>. <br />So I edited <em>ROOT/lang/English/common.php</em> and:</p><p><strong>Find:</strong></p><div class="codebox"><pre><code>// For extern.php RSS feed
&#039;RSS description&#039;            =&gt;    &#039;The most recent topics at %s.&#039;,
&#039;RSS description topic&#039;        =&gt;    &#039;The most recent posts in %s.&#039;,
&#039;RSS reply&#039;                    =&gt;    &#039;Re: &#039;,    // The topic subject will be appended to this string (to signify a reply)</code></pre></div><p><strong>Add after</strong>:</p><div class="codebox"><pre><code>&#039;ATOM Feed&#039;                    =&gt;    &#039;ATOM Feed&#039;,
&#039;RSS Feed&#039;                    =&gt;    &#039;RSS Feed&#039;,</code></pre></div><p>As I wrote, no error is displayed now but feeds are not shown either. <img src="http://punbb.informer.com/forums/img/smilies/hmm.png" width="15" height="15" alt="hmm" /></p>]]></description>
			<author><![CDATA[dummy@example.com (Profo)]]></author>
			<pubDate>Wed, 20 May 2009 20:52:48 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/127856/#p127856</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Release] Portal by Daris]]></title>
			<link>http://punbb.informer.com/forums/post/127855/#p127855</link>
			<description><![CDATA[<p>i removed the whole news section for that LOL, just big list of active topics: <a href="http://sports2all.com/community/">http://sports2all.com/community/</a></p>]]></description>
			<author><![CDATA[dummy@example.com (SuperMAG)]]></author>
			<pubDate>Wed, 20 May 2009 19:25:53 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/127855/#p127855</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Release] Portal by Daris]]></title>
			<link>http://punbb.informer.com/forums/post/127853/#p127853</link>
			<description><![CDATA[<div class="quotebox"><cite>SuperMAG wrote:</cite><blockquote><div class="quotebox"><cite>Screamboy wrote:</cite><blockquote><p>update to 1.3.3 punbb <br />index error:</p><p>Notice: Undefined index: ATOM Feed in /var/www/extensions/portal_by_daris/index.php on line 70</p><p>Notice: Undefined index: RSS Feed in /var/www/extensions/portal_by_daris/index.php on line 71</p></blockquote></div><p>i also get this error.</p></blockquote></div><p>Same error here.</p>]]></description>
			<author><![CDATA[dummy@example.com (Profo)]]></author>
			<pubDate>Wed, 20 May 2009 18:36:07 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/127853/#p127853</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Release] Portal by Daris]]></title>
			<link>http://punbb.informer.com/forums/post/127852/#p127852</link>
			<description><![CDATA[<p>Thanks!</p>]]></description>
			<author><![CDATA[dummy@example.com (Profo)]]></author>
			<pubDate>Wed, 20 May 2009 18:04:03 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/127852/#p127852</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Release] Portal by Daris]]></title>
			<link>http://punbb.informer.com/forums/post/127851/#p127851</link>
			<description><![CDATA[<p><a href="http://my-trac.assembla.com/punbb-extensions/changeset/70/branches/portal_by_daris?old_path=%2F&amp;format=zip">http://my-trac.assembla.com/punbb-exten &#133; format=zip</a></p>]]></description>
			<author><![CDATA[dummy@example.com (SuperMAG)]]></author>
			<pubDate>Wed, 20 May 2009 18:01:18 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/127851/#p127851</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Release] Portal by Daris]]></title>
			<link>http://punbb.informer.com/forums/post/127848/#p127848</link>
			<description><![CDATA[<div class="quotebox"><cite>daris wrote:</cite><blockquote><p><strong>Portal by daris</strong> v2.4.3<br />Adds a portal to forum</p><p><a href="http://pun.fluxbb.pl/download_extensions/?f=portal_by_daris_2.4.3.zip">Download</a></p><p>This extension is installed on <a href="http://pun.fluxbb.pl">Polish PunBB forums</a></p><p>Development version: <a href="http://my-svn.assembla.com/svn/punbb-extensions/branches/">SVN</a> or <a href="http://my-trac.assembla.com/punbb-extensions/timeline">Trac</a></p></blockquote></div><p>This link is broken (I´ve been checking for some days) <img src="http://punbb.informer.com/forums/img/smilies/sad.png" width="15" height="15" alt="sad" /> . Is there any other link to download it?</p>]]></description>
			<author><![CDATA[dummy@example.com (Profo)]]></author>
			<pubDate>Wed, 20 May 2009 17:21:24 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/127848/#p127848</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Release] Portal by Daris]]></title>
			<link>http://punbb.informer.com/forums/post/127668/#p127668</link>
			<description><![CDATA[<p>Hi. First, thanks for the portal. Works ok with v1.3.3.<br />Now, is there a way to have &quot;sticky active topic&quot; ?<br />What i mean is that one topic would always be in first place in active topics list, also even if some other topic has been more active. <img src="http://punbb.informer.com/forums/img/smilies/roll.png" width="15" height="15" alt="roll" /></p><p>Thanks in advance!</p>]]></description>
			<author><![CDATA[dummy@example.com (ukunilus)]]></author>
			<pubDate>Thu, 14 May 2009 03:38:41 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/127668/#p127668</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Release] Portal by Daris]]></title>
			<link>http://punbb.informer.com/forums/post/127542/#p127542</link>
			<description><![CDATA[<div class="quotebox"><cite>Screamboy wrote:</cite><blockquote><p>update to 1.3.3 punbb <br />index error:</p><p>Notice: Undefined index: ATOM Feed in /var/www/extensions/portal_by_daris/index.php on line 70</p><p>Notice: Undefined index: RSS Feed in /var/www/extensions/portal_by_daris/index.php on line 71</p></blockquote></div><p>i also get this error.</p>]]></description>
			<author><![CDATA[dummy@example.com (SuperMAG)]]></author>
			<pubDate>Sat, 09 May 2009 15:37:51 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/127542/#p127542</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Release] Portal by Daris]]></title>
			<link>http://punbb.informer.com/forums/post/127442/#p127442</link>
			<description><![CDATA[<p>daris!</p><p>Thats a very nice theme you have on your site, can you link to that theme so I can download?</p><p>Thanks!</p>]]></description>
			<author><![CDATA[dummy@example.com (Rich)]]></author>
			<pubDate>Wed, 06 May 2009 07:54:49 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/127442/#p127442</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Release] Portal by Daris]]></title>
			<link>http://punbb.informer.com/forums/post/127422/#p127422</link>
			<description><![CDATA[<p>Anyone notice that in IE 8 the pages are misaligned? How can I sort this issue? The &quot;page&quot; displays under the menu...&nbsp; revclan.co.cc <br /><span class="postimg"><img src="http://rev.nxserve.net/images/Image1.jpg" alt="http://rev.nxserve.net/images/Image1.jpg" /></span></p>]]></description>
			<author><![CDATA[dummy@example.com (Jareo7)]]></author>
			<pubDate>Tue, 05 May 2009 15:36:11 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/127422/#p127422</guid>
		</item>
	</channel>
</rss>
