<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[PunBB Forums - PunBB feature requests]]></title>
	<link rel="self" href="http://punbb.informer.com/forums/feed/atom/forum/23/"/>
	<updated>2009-11-07T00:47:17Z</updated>
	<generator>PunBB</generator>
	<id>http://punbb.informer.com/forums/</id>
		<entry>
			<title type="html"><![CDATA[HOWTO: Add more smilies]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/2113/howto-add-more-smilies/new/posts/"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[rasd123]]></name>
				<uri>http://punbb.informer.com/forums/user/2/</uri>
			</author>
			<updated>2009-11-07T00:47:17Z</updated>
			<id>http://punbb.informer.com/forums/topic/2113/howto-add-more-smilies/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[bbpress import migration tool]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/22495/bbpress-import-migration-tool/new/posts/"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[miletjs]]></name>
				<uri>http://punbb.informer.com/forums/user/21923/</uri>
			</author>
			<updated>2009-11-06T07:16:08Z</updated>
			<id>http://punbb.informer.com/forums/topic/22495/bbpress-import-migration-tool/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Love the forum.. question.]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/22474/love-the-forum-question/new/posts/"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[rjs]]></name>
				<uri>http://punbb.informer.com/forums/user/22378/</uri>
			</author>
			<updated>2009-11-02T10:01:57Z</updated>
			<id>http://punbb.informer.com/forums/topic/22474/love-the-forum-question/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS Feed of all new entries]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/22453/rss-feed-of-all-new-entries/new/posts/"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[Slavok]]></name>
				<uri>http://punbb.informer.com/forums/user/22264/</uri>
			</author>
			<updated>2009-10-30T09:03:47Z</updated>
			<id>http://punbb.informer.com/forums/topic/22453/rss-feed-of-all-new-entries/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[[REQUEST] - Top 10 Posters]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/22440/request-top-10-posters/new/posts/"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[Nnjaa]]></name>
				<uri>http://punbb.informer.com/forums/user/15412/</uri>
			</author>
			<updated>2009-10-26T12:55:57Z</updated>
			<id>http://punbb.informer.com/forums/topic/22440/request-top-10-posters/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Category name in Thread/Post page?]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/22432/category-name-in-threadpost-page/new/posts/"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[punnner]]></name>
				<uri>http://punbb.informer.com/forums/user/22189/</uri>
			</author>
			<updated>2009-10-24T10:25:03Z</updated>
			<id>http://punbb.informer.com/forums/topic/22432/category-name-in-threadpost-page/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Facebook connect plugin for money.]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/22371/facebook-connect-plugin-for-money/new/posts/"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[esupergood]]></name>
				<uri>http://punbb.informer.com/forums/user/14286/</uri>
			</author>
			<updated>2009-10-18T21:29:11Z</updated>
			<id>http://punbb.informer.com/forums/topic/22371/facebook-connect-plugin-for-money/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[How to import database from previous version]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/22370/how-to-import-database-from-previous-version/new/posts/"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[Slavok]]></name>
				<uri>http://punbb.informer.com/forums/user/11676/</uri>
			</author>
			<updated>2009-10-12T09:04:00Z</updated>
			<id>http://punbb.informer.com/forums/topic/22370/how-to-import-database-from-previous-version/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Show related topics at bottom viewtopic.php]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/22345/show-related-topics-at-bottom-viewtopicphp/new/posts/"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[Parpalak]]></name>
				<uri>http://punbb.informer.com/forums/user/14286/</uri>
			</author>
			<updated>2009-10-07T11:04:48Z</updated>
			<id>http://punbb.informer.com/forums/topic/22345/show-related-topics-at-bottom-viewtopicphp/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Working subforums !!!]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/22170/working-subforums/new/posts/"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[esupergood]]></name>
				<uri>http://punbb.informer.com/forums/user/21096/</uri>
			</author>
			<updated>2009-09-29T00:07:39Z</updated>
			<id>http://punbb.informer.com/forums/topic/22170/working-subforums/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[facebook connect plugin request]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/21790/facebook-connect-plugin-request/new/posts/"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[frozen.fish]]></name>
				<uri>http://punbb.informer.com/forums/user/12133/</uri>
			</author>
			<updated>2009-09-27T01:57:53Z</updated>
			<id>http://punbb.informer.com/forums/topic/21790/facebook-connect-plugin-request/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Facebook Connect plugin]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/20973/facebook-connect-plugin/new/posts/"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[frozen.fish]]></name>
				<uri>http://punbb.informer.com/forums/user/12206/</uri>
			</author>
			<updated>2009-09-27T01:21:25Z</updated>
			<id>http://punbb.informer.com/forums/topic/20973/facebook-connect-plugin/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Ban certain users from having private messages]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/22188/ban-certain-users-from-having-private-messages/new/posts/"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[Parpalak]]></name>
				<uri>http://punbb.informer.com/forums/user/14286/</uri>
			</author>
			<updated>2009-09-21T13:04:07Z</updated>
			<id>http://punbb.informer.com/forums/topic/22188/ban-certain-users-from-having-private-messages/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[LDAP authentication]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/22154/ldap-authentication/new/posts/"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[Slavok]]></name>
				<uri>http://punbb.informer.com/forums/user/21019/</uri>
			</author>
			<updated>2009-09-21T09:36:31Z</updated>
			<id>http://punbb.informer.com/forums/topic/22154/ldap-authentication/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Classified tool request]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/topic/22146/classified-tool-request/new/posts/"/>
			<summary type="html"><![CDATA[<p>Guys i think its high time punbb developers thought about classifieds tool. I think it will be cool if there is user friendly classified tool or extension. Considering the increasing users of internet, it can be said that after two or three years, everybody would seek for free classified ads showing site. Business among the countries will be easier. I think i couldn&#039;t make the real discussion but anyway, you people shall think about it.</p>]]></summary>
			<author>
				<name><![CDATA[Parpalak]]></name>
				<uri>http://punbb.informer.com/forums/user/14582/</uri>
			</author>
			<updated>2009-09-17T09:08:04Z</updated>
			<id>http://punbb.informer.com/forums/topic/22146/classified-tool-request/new/posts/</id>
		</entry>
</feed>
