<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[PunBB Forums - PunBB feature requests]]></title>
		<link>http://punbb.informer.com/forums/</link>
		<description><![CDATA[The most recent topics at PunBB Forums.]]></description>
		<lastBuildDate>Sat, 14 Nov 2009 12:06:08 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[404!]]></title>
			<link>http://punbb.informer.com/forums/topic/22518/404/new/posts/</link>
			<description><![CDATA[<p>Hi!<br />I think it would be a great stuff to add an integrated 404 page to the forum.<br />Actually we have something like this : <a href="http://geekeo.fr/forum/this-page-do-not-exist">http://geekeo.fr/forum/this-page-do-not-exist</a><br />Maybe we could add a personalised 404 or redirect to home?</p>]]></description>
			<author><![CDATA[dummy@example.com (Audiofeeline)]]></author>
			<pubDate>Sat, 14 Nov 2009 12:06:08 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/22518/404/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[HOWTO: Add more smilies]]></title>
			<link>http://punbb.informer.com/forums/topic/2113/howto-add-more-smilies/new/posts/</link>
			<description><![CDATA[<p><strong>1.</strong> Copy the smilies you want to add/change to into img/smilies/.</p><br /><p><strong>2.</strong> Open up include/parser.php and locate row 32. Here you will find two rows of PHP code. One that starts with $smiley_text and one that starts with $smiley_img. Unmodified the rows should look like this:</p><p>$smiley_text = array(&#039;:)&#039;, &#039;=)&#039;, &#039;:(&#039;, &#039;=(&#039;, &#039;:D&#039;, &#039;=D&#039;, &#039;;)&#039;, &#039;:x&#039;, &#039;:rolleyes:&#039;);<br />$smiley_img = array(&#039;smile.png&#039;, &#039;smile.png&#039;, &#039;sad.png&#039;, &#039;sad.png&#039;, &#039;big_smile.png&#039;, &#039;big_smile.png&#039;, &#039;wink.png&#039;, &#039;mad.png&#039;, &#039;roll.png&#039;);</p><br /><p><strong>3.</strong> For every new smiley that you want to add, add a character combination to $smiley_text and a filename to $smiley_img. Say you wanted to add a smiley for the character combination :cool: and that this combination would be replaced by the image cool.png, the result would be as follows:</p><p>$smiley_text = array(&#039;:)&#039;, &#039;=)&#039;, &#039;:(&#039;, &#039;=(&#039;, &#039;:D&#039;, &#039;=D&#039;, &#039;;)&#039;, &#039;:x&#039;, &#039;:rolleyes:&#039;, &#039;:cool:&#039;);<br />$smiley_img = array(&#039;smile.png&#039;, &#039;smile.png&#039;, &#039;sad.png&#039;, &#039;sad.png&#039;, &#039;big_smile.png&#039;, &#039;big_smile.png&#039;, &#039;wink.png&#039;, &#039;mad.png&#039;, &#039;roll.png&#039;, &#039;cool.png&#039;);</p><p>Please note that you have to escape the character &#039; (singlequote) with a backslash if you use it in any of your smilies. I.e. &#039;:rock\&#039;n\&#039;roll:&#039;. Singlequote must be escaped so that PHP can understand that it is not the end of the string, but a character in the string. The same goes for backslash. If your smiley contains a backslash, just must escape that backslash with another backslash. I.e. &#039;:\\&#039;.</p><br /><p><strong>4.</strong> After you have added your smilies to $smiley_text and $smiley_img you should have a look at the row directly below. It says that you must uncomment the next row if any of your smilies contain any of the characters &amp;, &quot;, &#039;, &lt; or &gt;. Uncommenting is done by removing the two slashes in the beginning of the row</p><p>//&nbsp; &nbsp;$text = array_map(&#039;htmlspecialchars&#039;, $text);</p><br /><p><strong>5.</strong> Voila!</p>]]></description>
			<author><![CDATA[dummy@example.com (rasd123)]]></author>
			<pubDate>Sat, 07 Nov 2009 00:47:17 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/2113/howto-add-more-smilies/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[bbpress import migration tool]]></title>
			<link>http://punbb.informer.com/forums/topic/22495/bbpress-import-migration-tool/new/posts/</link>
			<description><![CDATA[<p>I really want to move to punbb from bbpress</p><p>Can someone please write a migration tool so i can import posts from bbpress to punbb?</p>]]></description>
			<author><![CDATA[dummy@example.com (miletjs)]]></author>
			<pubDate>Fri, 06 Nov 2009 07:16:08 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/22495/bbpress-import-migration-tool/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Love the forum.. question.]]></title>
			<link>http://punbb.informer.com/forums/topic/22474/love-the-forum-question/new/posts/</link>
			<description><![CDATA[<p>Great software. I really like it. Reminds me of early vb2 many years ago before jelsoft bloated the code the hell. Looked all over for a replacement for vb3. Tried phpBB3 and many others trying to find a simple, yet stable forum. When I first put this on the server and checked the queries I smiled.. <br />Why the continual bloat of those softwares is beyond me. vB used to be good in it&#039;s day.</p><p>Anyhow, simple question, how would I hack the code a bit to only show who&#039;s online when logged in? Basically just as the administrator link only shows when logged in. </p><p>Thanks!!<br />rjs</p>]]></description>
			<author><![CDATA[dummy@example.com (rjs)]]></author>
			<pubDate>Mon, 02 Nov 2009 10:01:57 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/22474/love-the-forum-question/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[RSS Feed of all new entries]]></title>
			<link>http://punbb.informer.com/forums/topic/22453/rss-feed-of-all-new-entries/new/posts/</link>
			<description><![CDATA[<p>I am running punBB (LOVE IT) as a forum attached to a wordpress blog.&nbsp; I would like to have a RSS widget on the blog that can pull an new activity off the forum and display it.&nbsp; </p><p>There are RSS feeds for individual categories, but how do I set one up for everything?</p>]]></description>
			<author><![CDATA[dummy@example.com (Slavok)]]></author>
			<pubDate>Fri, 30 Oct 2009 09:03:47 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/22453/rss-feed-of-all-new-entries/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[[REQUEST] - Top 10 Posters]]></title>
			<link>http://punbb.informer.com/forums/topic/22440/request-top-10-posters/new/posts/</link>
			<description><![CDATA[<p>Hello!</p><p>I have a question which involves the view of a main site. I don&#039;t know if this has been asked earlier, but I searched and couldn&#039;t find something relevant.</p><p><strong>My question is: </strong></p><p>Is it possible to show the top 10 forum posters inside a table on my primary main website, using includes?</p><p>If so, could someone please explain how to do this. </p><p>Sincerely,</p><p>Nnjaa</p>]]></description>
			<author><![CDATA[dummy@example.com (Nnjaa)]]></author>
			<pubDate>Mon, 26 Oct 2009 12:55:57 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/22440/request-top-10-posters/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Category name in Thread/Post page?]]></title>
			<link>http://punbb.informer.com/forums/topic/22432/category-name-in-threadpost-page/new/posts/</link>
			<description><![CDATA[<p><strong>EDIT:<br />Problem solved, i have extend the sql queries in: viewforum.php, viewtopic.php, post.php, edit.php &amp; delete.php, placed a new own &quot;cat_head()&quot; in functions.php and changed $main_elements[forum_main_title] to call my function</strong></p><br /><p>Hi,</p><p>i would like to display the category _name_ in the &quot;thread&quot; and &quot;post&quot; pages (over div#brd-crumbs-top), like in the &quot;Index&quot; Page (in div.main-head &gt; h2.hn). Thus everyone will see in which category he is situated.</p><p>How can i do this?</p><p>Thank you very much for your help,<br />Punner</p><p>ps. sorry for my english <img src="http://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (punnner)]]></author>
			<pubDate>Sat, 24 Oct 2009 10:25:03 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/22432/category-name-in-threadpost-page/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Facebook connect plugin for money.]]></title>
			<link>http://punbb.informer.com/forums/topic/22371/facebook-connect-plugin-for-money/new/posts/</link>
			<description><![CDATA[<p>Maybe if we all pledge a bit of money somebody clever enough will step forward and make a plugin so we can open up our forums to facebook users. </p><p>I&#039;ll pledge £30<br />Who will pledge some money?<br />Maye if the pot gets big enough someone will make it???</p><p>In fact I&#039;ll put £100 down. <br />Please add to the pot by pledging some money.</p>]]></description>
			<author><![CDATA[dummy@example.com (esupergood)]]></author>
			<pubDate>Sun, 18 Oct 2009 21:29:11 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/22371/facebook-connect-plugin-for-money/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[How to import database from previous version]]></title>
			<link>http://punbb.informer.com/forums/topic/22370/how-to-import-database-from-previous-version/new/posts/</link>
			<description><![CDATA[<p>I have just switched hosts and then installed punBB 1.3.4 in the new one with hopes that there is a way to import my old database created in an older version.&nbsp; If not, then I need to know how to fix the config script so that it will work in the new host as I am getting this error message when I attempt to login:</p><p>Error: Unable to connect to MySQL and select database. MySQL reported: Access denied for user &#039;orgmind0_admin&#039;@&#039;localhost&#039; (using password: YES).</p><p>The &quot;orgmind0_admin@localhost&quot; refers to my previous site.&nbsp; </p><p>Please advise&nbsp; &nbsp;<img src="http://punbb.informer.com/forums/img/smilies/hmm.png" width="15" height="15" alt="hmm" /></p>]]></description>
			<author><![CDATA[dummy@example.com (Slavok)]]></author>
			<pubDate>Mon, 12 Oct 2009 09:04:00 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/22370/how-to-import-database-from-previous-version/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Show related topics at bottom viewtopic.php]]></title>
			<link>http://punbb.informer.com/forums/topic/22345/show-related-topics-at-bottom-viewtopicphp/new/posts/</link>
			<description><![CDATA[<p>It would be helpful to have a list of 5 related topics at the bottom of each topic. <br />Any chance?<br /><img src="http://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (Parpalak)]]></author>
			<pubDate>Wed, 07 Oct 2009 11:04:48 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/22345/show-related-topics-at-bottom-viewtopicphp/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Working subforums !!!]]></title>
			<link>http://punbb.informer.com/forums/topic/22170/working-subforums/new/posts/</link>
			<description><![CDATA[<p>It would be great to have the bugs out of the subforums extension or have it integrated in punbb. I think it&#039;s a basic feature. And very needed.<br />Would it&nbsp; be an option?</p>]]></description>
			<author><![CDATA[dummy@example.com (esupergood)]]></author>
			<pubDate>Tue, 29 Sep 2009 00:07:39 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/22170/working-subforums/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[facebook connect plugin request]]></title>
			<link>http://punbb.informer.com/forums/topic/21790/facebook-connect-plugin-request/new/posts/</link>
			<description><![CDATA[<p>hi!, is any one working on a plugin to use facebook connect?</p><p>(I posted this topic a minute ago, but someone erased it, is anything wrong?)</p><p><span class="postimg"><img src="http://static.ak.fbcdn.net/images/fbconnect/login-buttons/connect_white_large_long.gif?8:121638" alt="http://static.ak.fbcdn.net/images/fbconnect/login-buttons/connect_white_large_long.gif?8:121638" /></span></p>]]></description>
			<author><![CDATA[dummy@example.com (frozen.fish)]]></author>
			<pubDate>Sun, 27 Sep 2009 01:57:53 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/21790/facebook-connect-plugin-request/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Facebook Connect plugin]]></title>
			<link>http://punbb.informer.com/forums/topic/20973/facebook-connect-plugin/new/posts/</link>
			<description><![CDATA[<p>Anyone planning on working on one of these for PunBB?</p><p><a href="http://developers.facebook.com/connect.php">http://developers.facebook.com/connect.php</a></p><p>There seems to only be a plugin for Vbulletin so far, it might get some great exposure to PunBB if there were one and I know I&#039;d be using this plugin if it were available.</p>]]></description>
			<author><![CDATA[dummy@example.com (frozen.fish)]]></author>
			<pubDate>Sun, 27 Sep 2009 01:21:25 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/20973/facebook-connect-plugin/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Ban certain users from having private messages]]></title>
			<link>http://punbb.informer.com/forums/topic/22188/ban-certain-users-from-having-private-messages/new/posts/</link>
			<description><![CDATA[<p>i&#039;ve had some trouble makers on my site lately. My solution is to create a new group with zero posting rights. After a few days I move them back to the normal group so they can post again. However, this doesn&#039;t really work if the members are still able to send private messages. </p><p>Can anyone think of a solution or workaroud for this please?</p>]]></description>
			<author><![CDATA[dummy@example.com (Parpalak)]]></author>
			<pubDate>Mon, 21 Sep 2009 13:04:07 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/22188/ban-certain-users-from-having-private-messages/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[LDAP authentication]]></title>
			<link>http://punbb.informer.com/forums/topic/22154/ldap-authentication/new/posts/</link>
			<description><![CDATA[<p>There have been some posts about this and some dead add-on&#039;s that are no longer being developed... so what is the news for LDAP support? I have a requirement for LDAP support and unfortunately would have to part with PunBB if I can&#039;t get this feature.</p><p>Thanks</p>]]></description>
			<author><![CDATA[dummy@example.com (Slavok)]]></author>
			<pubDate>Mon, 21 Sep 2009 09:36:31 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/topic/22154/ldap-authentication/new/posts/</guid>
		</item>
	</channel>
</rss>
