<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>bbPress Support Forums &#187; Forum: Plugins - Recent Topics</title>
		<link>http://bbpress.org/forums/forum/plugins</link>
		<description><![CDATA[bbPress Support Forums &raquo; Forum: Plugins - Recent Topics]]></description>
		<language>en-US</language>
		<pubDate>Sun, 21 Mar 2010 08:17:08 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://bbpress.org/forums/search.php</link>
		</textInput>
		<atom:link href="http://bbpress.org/forums/rss/forum/plugins/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>powerflash on "WP and bbp integration"</title>
			<link>http://bbpress.org/forums/topic/wp-and-bbp-integration#post-66119</link>
			<pubDate>Fri, 19 Mar 2010 09:48:45 +0000</pubDate>
			<dc:creator>powerflash</dc:creator>
			<guid isPermaLink="false">66119@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;Hi all,&#60;/p&#62;
&#60;p&#62;I do try the integration with applications but I get a problem, but really problems is that if I login on WP I lost login on bbpress and if I login on bbpress I lost login on Wordpress.&#60;/p&#62;
&#60;p&#62;I set in wp-config.php and bb-config.php with same constant:&#60;/p&#62;
&#60;p&#62;AUTH_KEY, SECURE_AUTH_KEY, LOGGED_IN_KEY, NONCE_KEY and BB_AUTH_KEY, BB_SECURE_AUTH_KEY, BB_LOGGED_IN_KEY, BB_NONCE_KEY&#60;/p&#62;
&#60;p&#62;and I set the 3 value on bbpress setting page, I leave blank field  &#34;WordPress &#34;secure auth&#34; cookie salt&#34; beacause I don't have this field on wordpress.&#60;/p&#62;
&#60;p&#62;I installed bbpress integration plug in on wordpress and set the url of forum and I write in wp-config file this string: &#60;/p&#62;
&#60;p&#62;define( 'COOKIEPATH', '/' );
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cralor on "Here&#039;s how to install Avatar Upload plugin"</title>
			<link>http://bbpress.org/forums/topic/avatar-upload-how-to-install#post-19650</link>
			<pubDate>Sun, 05 Oct 2008 21:24:15 +0000</pubDate>
			<dc:creator>cralor</dc:creator>
			<guid isPermaLink="false">19650@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;Here is how to correctly install Avatar Upload.&#60;/p&#62;
&#60;p&#62;The &#34;Additional Info&#34; is not too detailed.&#60;/p&#62;
&#60;p&#62;Here is the instructions on how to get the plugin (currently) on your bbPress site:&#60;/p&#62;
&#60;p&#62;1. Download and upload the plugin to your bbPlugins directory.&#60;br /&#62;
2. Activate the plugin in the bbPress Admin section.&#60;br /&#62;
3. Follow the file movement instructions:&#60;br /&#62;
In the &#34;additional-files&#34; folder (inside this Avatar Upload plugin directory) there is several files. These need to be moved elsewhere.&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62; Move the entire &#34;avatars/&#34; folder to your bbPress root directory. (Including the &#34;default.png&#34; inside.)
&#60;/li&#62;
&#60;li&#62; Move the &#34;avatar-upload.php&#34; to the bbPress root directory.
&#60;/li&#62;
&#60;li&#62; Move the &#34;avatar.php&#34; (inside the &#34;my-templates&#34; folder) to your template(s) (theme(s)). Example: Move &#34;my-templates/avatar.php&#34; to &#34;forums/bb-templates/kakumei/&#34; (So it is like &#34;forums/bb-templates/kakumei/avatar.php&#34;.)
&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;I hope this helps someone :D
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wmnasef on "phpbb3 -&#62; bbpress converter"</title>
			<link>http://bbpress.org/forums/topic/phpbb3-gt-bbpress-converter-beta-release#post-21404</link>
			<pubDate>Tue, 09 Dec 2008 21:23:46 +0000</pubDate>
			<dc:creator>wmnasef</dc:creator>
			<guid isPermaLink="false">21404@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;hi !&#60;/p&#62;
&#60;p&#62;am working on moving my site from phpbb3 to bbpress, of course there is no converters out there for that purpose, so i decided to write my own.&#60;/p&#62;
&#60;p&#62;am still testing it and trying to improve the code a little bit. right now it can convert the following :&#60;/p&#62;
&#60;p&#62;1- forums&#60;br /&#62;
2- topics, completely with topic types and status.. announcements and glopal announcements are stickied to front page.&#60;br /&#62;
3- posts, all bbcode is converted into html, smiles are changed into img tags, so you might want to install &#60;a href=&#34;http://bbpress.org/plugins/topic/allow-images/&#34;&#62;allow images plugin&#60;/a&#62;.&#60;br /&#62;
4- users, including permissions .. notice that bbpress doesn't support per forum permissions as phpbb3, so it only convert users as following :&#60;br /&#62;
	founder -&#38;gt; key master&#60;br /&#62;
	inactive -&#38;gt; inactive&#60;br /&#62;
	banned -&#38;gt; blocked&#60;br /&#62;
moderators and admins are converted into normal users, so you have to assign them again&#60;/p&#62;
&#60;p&#62;because phpbb3 doesn't use md5 hashing anymore, the script copies passwords as it is. to solve that problem i modified the &#60;a href=&#34;http://bbpress.org/plugins/topic/md5-insecurity-for-bbpress/&#34;&#62;md5 insecurity for bbpress plugin&#60;/a&#62; to first check the passwords the phpbb3 way, if it matches, it will rehash it using bbpress functions.&#60;/p&#62;
&#60;p&#62;the script converts all the table rows at once, so it's very heavy and consumes too much cpu depending on your forum size, i strongly suggest that you do the conversion on your own machine, not on a shared hosting account. you might also want to increase the php max execution time on your machine before starting the script cause it takes lots of time converting posts.&#60;/p&#62;
&#60;p&#62;here is the steps for converting your phpbb3 board :&#60;br /&#62;
1- make a backup from your database and files.&#60;br /&#62;
2- install bbpress anywhere, just use the same database of phpbb3. this is important cause the script assumes that all tables are in the same database.&#60;br /&#62;
3- download the script from &#60;a href=&#34;http://members.lycos.co.uk/wmnkhayal/files/phpbb3tobbpress%20converter.tar.gz&#34;&#62;here&#60;/a&#62;. extract it, and you'll get 2 files.&#60;br /&#62;
4- copy the file phpbb3tobbpress.php to phpbb3 directory.&#60;br /&#62;
5- copy the file _phpbb3_pass.php to bb-plugins directory.&#60;br /&#62;
6- go to &#60;a href=&#34;http://path-to-phpbb3/phpbb3tobbpress.php&#34; rel=&#34;nofollow&#34;&#62;http://path-to-phpbb3/phpbb3tobbpress.php&#60;/a&#62; and start converting your board.&#60;br /&#62;
7- voila .. all your data is converted to bbpress tables, go to your bbpress installation and login. don't forget to visit admin-&#38;gt;manage-&#38;gt;recount to make sure your converted board is updated.&#60;/p&#62;
&#60;p&#62;i can't stress enough on how consuming is the process of converting posts, my board has 25,000 posts, and it takes nearly 15 minutes to convert them on my local machine, so again : i don't recommend using this converter on shared hosting.&#60;/p&#62;
&#60;p&#62;ciao !
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jaim3 on "A phpBB to bbPress database converter"</title>
			<link>http://bbpress.org/forums/topic/a-phpbb-to-bbpress-database-converter#post-2126</link>
			<pubDate>Fri, 08 Dec 2006 22:24:49 +0000</pubDate>
			<dc:creator>jaim3</dc:creator>
			<guid isPermaLink="false">2126@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;Hi!&#60;/p&#62;
&#60;p&#62;I switched my site's phpBB forum to bbPress, and I've released the script I used for this purpose under the terms of the GPL.&#60;/p&#62;
&#60;p&#62;It's largely based on the &#60;a href=&#34;http://brunotorres.net/unsorted/phpbb2bbpress.phps&#34;&#62;excellent starting point&#60;/a&#62; from Bruno Torres, to which I added some new features &#38;mdash; like bbCode conversion with clean XHTML 1.1 compliant output, smily to text transcription, and the ability to import topics marked as &#60;em&#62;closed&#60;/em&#62;, &#60;em&#62;sticky&#60;/em&#62; and &#60;em&#62;announcements&#60;/em&#62; as such.&#60;/p&#62;
&#60;p&#62;I made also some little bugfixing, and the resulting script was able to cleanly import almost everything valuable from my old phpBB database.&#60;/p&#62;
&#60;p&#62;You can have a look here if interested: &#60;a href=&#34;http://www.iteisa.com/phpbb2bbpress/&#34;&#62;http://www.iteisa.com/phpbb2bbpress/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Hope it helps to spread bbPress and web standards all around! ;-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Steven Hodson on "Ping Gautam: Revisiting bb-attachments"</title>
			<link>http://bbpress.org/forums/topic/ping-gautam-revisiting-bb-attachments#post-66000</link>
			<pubDate>Tue, 16 Mar 2010 07:11:59 +0000</pubDate>
			<dc:creator>Steven Hodson</dc:creator>
			<guid isPermaLink="false">66000@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;I realize you (and others) have tried in the past o help with this but circumstances have changed since then which leads to a couple of new problems.&#60;/p&#62;
&#60;p&#62;My host installed a brand spanking new quad xeon Linux server to take care of WP customers such as myself. As a result after getting everything moved over I decided to retry the bb-attachment plugin as this is one feature my members really want.&#60;/p&#62;
&#60;p&#62;The good noews is that the upload now works great - the files go where they are suppose to &#60;a href=&#34;http://screencast.com/t/OWRkYzFiM&#34; rel=&#34;nofollow&#34;&#62;http://screencast.com/t/OWRkYzFiM&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;and they get entered into the database correctly &#60;a href=&#34;http://screencast.com/t/MzQzMTI0OG&#34; rel=&#34;nofollow&#34;&#62;http://screencast.com/t/MzQzMTI0OG&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The problems start now on the display and download.&#60;/p&#62;
&#60;p&#62;TXT files are no problem as they download just fine.&#60;br /&#62;
PDF files display the icon correctly but when downloaded the files are corrupted&#60;br /&#62;
Images have two problems.&#60;br /&#62;
    1. they don't display as they are suppose to within the post.&#60;br /&#62;
    2. as with the PDFs the images are also corrupted when downloaded.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://screencast.com/t/MzViYWQyYzI&#34; rel=&#34;nofollow&#34;&#62;http://screencast.com/t/MzViYWQyYzI&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Any suggestions of things to try would be greatly appreciated&#60;/p&#62;
&#60;p&#62;Oh and the forums URL is &#60;a href=&#34;http://www.winextra.com/forums/&#34; rel=&#34;nofollow&#34;&#62;http://www.winextra.com/forums/&#60;/a&#62; and you can catch me in the #bbPress IRC channel most times&#60;/p&#62;
&#60;p&#62;Thanks in advance
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Blacker on "Help with Basic Command to Add New Profile Fields"</title>
			<link>http://bbpress.org/forums/topic/help-with-basic-command-to-add-new-profile-fields#post-65441</link>
			<pubDate>Sun, 28 Feb 2010 02:29:02 +0000</pubDate>
			<dc:creator>James Blacker</dc:creator>
			<guid isPermaLink="false">65441@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;I've just been following this instruction - &#60;a href=&#34;http://bbpress.org/forums/topic/adding-custom-profile-fields&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/adding-custom-profile-fields&#60;/a&#62; (and as per &#60;a href=&#34;http://bbpress.org/forums/topic/add-new-fields-to-user-profile#post-14767)&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/add-new-fields-to-user-profile#post-14767)&#60;/a&#62; - to create a plugin of my own to add a couple of extra fields for my post/edit post, as per ardentfrost's instructions.&#60;/p&#62;
&#60;p&#62;I'm not overly familiar with php so wonder if anyone can see what is wrong with my code.  The plugin I created for myself, which I've uploaded to /forums/my-plugins/jbs_own_plugin.php is as follows:-&#60;/p&#62;
&#60;p&#62;&#38;lt;?php&#60;br /&#62;
/*&#60;br /&#62;
Plugin Name: jbs_own_plugin&#60;br /&#62;
(etc....)&#60;br /&#62;
*/&#60;/p&#62;
&#60;p&#62;add_filter( 'get_profile_info_keys', array('user_email' =&#38;gt; array(1, __('Email')), 'user_url' =&#38;gt; array(0, __('Website')), 'from' =&#38;gt; array(0, __('Location')), 'occ' =&#38;gt; array(0, __('Occupation')), 'interest' =&#38;gt; array(0, __('Interests')), 'extra' =&#38;gt; array(0, __('Extra')))&#60;/p&#62;
&#60;p&#62;?&#38;gt;&#60;/p&#62;
&#60;p&#62;And when I try to activate it in bbPress plugins I get;&#60;/p&#62;
&#60;p&#62;Parse error: syntax error, unexpected ';' in /var/www/vhosts/wholelifewholeworld.com/httpdocs/forums/my-plugins/jbs_own_plugin.php on line 13&#60;/p&#62;
&#60;p&#62;I've tried it with one less ), and with ; after, and a couple of other combos, but can anyone see what I'm doing wrong please?  Just want to add a few extra fields that people can fill in from Edit profile and have displayed on the Profile page.&#60;/p&#62;
&#60;p&#62;Also, I found out I don't actually HAVE a functions.php page in bb-includes at all, so that is slightly worrying me (though everything else is working okay).&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>paulhawke on "Import data from system &#039;XYZ&#039; (phpBB 2, 3 / SMF / etc)"</title>
			<link>http://bbpress.org/forums/topic/import-data-from-system-xyz#post-64820</link>
			<pubDate>Thu, 18 Feb 2010 20:06:22 +0000</pubDate>
			<dc:creator>paulhawke</dc:creator>
			<guid isPermaLink="false">64820@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;&#60;strong&#62;Where are we now?&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;Aside from the questions surrounding integration with Wordpress, another of our big questions is &#34;how do I import from _____&#34; (insert a different forum product of your choosing)&#60;/p&#62;
&#60;p&#62;Right now the approach is &#60;em&#62;ad-hoc&#60;/em&#62; at best:  We are handing a PHP script around hand-to-hand that is able to convert a phpBB v2.0.x forum over to bbPress v. 0.9, and if you want to convert a different forum (say, SMF) the accepted wisdom is to install phpBB, convert to that, then convert to bbPress 0.9 and then upgrade.&#60;/p&#62;
&#60;p&#62;The official &#60;a href=&#34;http://codex.wordpress.org/WordPress_Coding_Standards&#34;&#62;coding standards for Wordpress&#60;/a&#62; state:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;Avoid touching the database directly. If there is a defined function that can get the data you need, use it. Database abstraction (using functions instead of queries) helps keep your code forward-compatible and, in cases where results are cached in memory, it can be many times faster.&#60;/p&#62;
&#60;/blockquote&#62;
&#60;p&#62;As it stands bbPress imports clearly violate that principle by using the script we are passing around.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Solving the problem&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;Importing data clearly is an example where a &#60;em&#62;strategy pattern&#60;/em&#62; solves things in an elegant fashion.&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;The strategy pattern (also known as the policy pattern) is a particular software design pattern, whereby algorithms can be selected at runtime.&#60;/p&#62;
&#60;p&#62;The strategy pattern is useful for situations where it is necessary to dynamically swap the algorithms used in an application. The strategy pattern is intended to provide a means to define a family of algorithms, encapsulate each one as an object, and make them interchangeable. The strategy pattern lets the algorithms vary independently from clients that use them.&#60;/p&#62;
&#60;/blockquote&#62;
&#60;p&#62;More concretely, this means creating a bbPress &#60;em&#62;Import plugin&#60;/em&#62; which provides an overall multi-step process, and delegates to an external sub-plugin to retrieve the external datasource specific steps.  I would argue that this ought to be a plugin (and remain a plugin rather than being pulled into the core of bbPress) because once you've imported from a given external forum, you  can deactivate and uninstall the &#34;import&#34; code as its no longer required.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Roadmap&#60;/strong&#62;&#60;/p&#62;
&#60;ol&#62;
&#60;li&#62;&#60;em&#62;We need to create a basic import plugin.&#60;/em&#62; -- This I have done, it's experimental and I'd like some more eyes on the code before calling it &#34;done&#34;&#60;/li&#62;
&#60;li&#62;&#60;em&#62;We need to create&#60;/em&#62; import strategies&#60;em&#62; for external forums, starting with phpBB2&#60;/em&#62; -- This I have done, by extracting SQL from the script we all pass hand-to-hand.  Again, it needs more eyes on the code as a QA step.&#60;/li&#62;
&#60;li&#62;&#60;em&#62;We need to create&#60;/em&#62; import strategies&#60;em&#62; for other external forums, specifically SMF and phpBB3&#60;/em&#62; -- this is where the strategy pattern comes into its own - each can be developed independently and combined later.  Its also a great place for community input.
&#60;/li&#62;
&#60;/ol&#62;
&#60;p&#62;&#60;strong&#62;Looking further out&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;The import plugin relies on calling the internal &#60;code&#62;bb_new_post&#60;/code&#62;, &#60;code&#62;bb_new_topic&#60;/code&#62;, &#60;code&#62;bb_new_forum&#60;/code&#62; and to a certain degree the &#60;code&#62;bb_new_user&#60;/code&#62; methods.  As we move toward bbPress being a plugin to Wordpress, these will become the &#60;strong&#62;&#60;em&#62;only&#60;/em&#62;&#60;/strong&#62; way to import data, as the script we pass around will become evermore obsolete.&#60;/p&#62;
&#60;p&#62;Secondly, Wordpress itself has an import framework.  I suspect that any &#34;import plugin&#34; we write now will become somewhat obsolete in that timeframe.  That said, if we do things right, the import strategies we create might migrate over.  What I dont know is the timeframe.  Is the bbPress-as-a-plugin-to-Wordpress change close enough on the horizon that we should simply target the Wordpress import framework directly?&#60;/p&#62;
&#60;p&#62;Thoughts / comments?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Weddingfreak on "Smiley`s and pictures"</title>
			<link>http://bbpress.org/forums/topic/smileys-and-pictures#post-65799</link>
			<pubDate>Tue, 09 Mar 2010 09:22:27 +0000</pubDate>
			<dc:creator>Weddingfreak</dc:creator>
			<guid isPermaLink="false">65799@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;Hi everyone&#60;/p&#62;
&#60;p&#62;We are starting a weddingforum at our danish site, based on bbpress 1.0 and I would like to hear if any know about a pluging that makes it possible to use smiley`s and allow users to post images into the posts ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chilifrei64 on "New Topic Notification"</title>
			<link>http://bbpress.org/forums/topic/new-topic-notification-1#post-5974</link>
			<pubDate>Mon, 26 Mar 2007 20:32:09 +0000</pubDate>
			<dc:creator>chilifrei64</dc:creator>
			<guid isPermaLink="false">5974@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;I have recently been using the notification_all plugin but when enabled for everyone it would make posting take forever and if it was a busy thread it would basically just sit there and mass spam everyone.&#60;br /&#62;
I have since moved to the notification1.3 where it will only notify if it is in the favorites of that user.. but now they wont get notified if someone posts a new topic.. &#60;/p&#62;
&#60;p&#62;I know it is getting kinda granular but is there a &#34;New Topic&#34; plugin that will only email you when a new Topic is made only and NOT every additional post in that topic from there on. Because that is what notification_all did and it was just too much. I want users notified of new topic then let them choose if they want to be updated on that topic.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jayrob49 on "Increasing File upload size with bb-attachment"</title>
			<link>http://bbpress.org/forums/topic/increasing-file-upload-size-with-bb-attachment#post-65939</link>
			<pubDate>Sat, 13 Mar 2010 06:15:59 +0000</pubDate>
			<dc:creator>jayrob49</dc:creator>
			<guid isPermaLink="false">65939@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;I added the bb-attachment plugin and it works fine, but is there a way to increase the file upload size above 500 kb I tried to edit the php file by changing the values but no luck,&#60;/p&#62;
&#60;p&#62;$bb_attachments['max']['size']['default']=100*1024;&#60;br /&#62;
$bb_attachments['max']['size']['jpg'] =150*1024;&#60;br /&#62;
$bb_attachments['max']['size']['png']=150*1024;&#60;br /&#62;
$bb_attachments['max']['size']['moderate']=200*1024;&#60;br /&#62;
$bb_attachments['max']['size']['administrate']=500*1024;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>frhong on "Email masked"</title>
			<link>http://bbpress.org/forums/topic/email-masked#post-1634</link>
			<pubDate>Sun, 26 Nov 2006 01:55:47 +0000</pubDate>
			<dc:creator>frhong</dc:creator>
			<guid isPermaLink="false">1634@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;Hi, I'm just wondering is there any plugin that can protect user's email address? Because I'm thinking to develop a bbpress into a category information site, like craigslist. But it would be great if user can use a email system rather than post them on the page. &#60;/p&#62;
&#60;p&#62;If you know the email protection in craigslist, you probably know what I meant. Any ideas~~~?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wilcosky on "Additional Field"</title>
			<link>http://bbpress.org/forums/topic/additional-field#post-65789</link>
			<pubDate>Tue, 09 Mar 2010 02:25:54 +0000</pubDate>
			<dc:creator>wilcosky</dc:creator>
			<guid isPermaLink="false">65789@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;I'm thinking about using bbpress, however, I would need an additional field when posting a message. There is the Title field, the post box to type your message, and a tags box to type tags/keywords, but I also want to have an additional, custom field. Is there a plug in for this, or would this be easy to add? How would it be done? I want the extra field to all a user to enter in a URL.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jongeren Forum on "bbPress_Latest_Discussion with avatar"</title>
			<link>http://bbpress.org/forums/topic/bbpress_latest_discussion-with-avatar#post-65870</link>
			<pubDate>Wed, 10 Mar 2010 16:43:37 +0000</pubDate>
			<dc:creator>Jongeren Forum</dc:creator>
			<guid isPermaLink="false">65870@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Is there a way to get the avatar showing in the  bbPress_Latest_Discussion plugin?&#60;/p&#62;
&#60;p&#62;Thanks for your answer...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>louisedade on "Plugin: Avatar Upload"</title>
			<link>http://bbpress.org/forums/topic/plugin-avatar-upload#post-6494</link>
			<pubDate>Sat, 07 Apr 2007 15:19:59 +0000</pubDate>
			<dc:creator>louisedade</dc:creator>
			<guid isPermaLink="false">6494@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;Although there are already two avatar plugins available, they require that users either have their own webspace to store an avatar or use one of the avatar services (e.g. Gravatar).&#60;/p&#62;
&#60;p&#62;My users do not have either of those things, so I wrote an avatar upload plugin.  Besides offering avatar hosting, it also allows you more control over the type and content of avatars than simply providing a link to an offsite image.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Features&#60;/strong&#62;&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;Bozos can not upload avatars.&#60;/li&#62;
&#60;li&#62;Admins can configure the maximum allowed file size (bytes) and dimensions (pixels) of images.
&#60;ul&#62;
&#60;li&#62;Currently done from within the script (no Admin page interface at this time).&#60;/li&#62;
&#60;/ul&#62;
&#60;/li&#62;
&#60;li&#62;Anybody with the &#38;#8216;moderate&#38;#8217; capability can upload another user&#38;#8217;s avatar.
&#60;ul&#62;
&#60;li&#62;This ensures that inappropriate images can be removed.&#60;/li&#62;
&#60;li&#62;There is no &#38;#8220;delete avatar&#38;#8221; function at this time, but an inappropriate image can be removed by uploading a &#38;#8217;safe&#38;#8217; image (e.g. a blank 1&#38;#215;1 pixel image) to replace it (you could then manually set that user as a bozo to stop them re-uploading inappropriate images.&#60;/li&#62;
&#60;/ul&#62;
&#60;/li&#62;
&#60;li&#62;File checking is carried out to ensure that:
&#60;ul&#62;
&#60;li&#62;The file has a valid extension (.gif, .jpeg, .jpeg, .png)&#60;/li&#62;
&#60;li&#62;The file has a valid content-type (&#38;#8217;image/gif&#38;#8217;, &#38;#8216;image/jpeg&#38;#8217;, &#38;#8216;image/png&#38;#8217;)&#60;/li&#62;
&#60;li&#62;The file extension and content-type actually match.&#60;/li&#62;
&#60;li&#62;Other checks for filesize, image dimensions, etc.&#60;/li&#62;
&#60;/ul&#62;
&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;&#60;/p&#62;
&#60;p&#62;More info and ZIP download: &#60;a href=&#34;http://www.classical-webdesigns.co.uk/articles/43_bbpress-plugin-avatar-upload.html&#34;&#62;bbPress Plugin: Avatar Upload&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I will be submitting this avatar to the bbPRess Plugin Repositry too.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fenix1987 on "Ajax on Plugin Admin Page"</title>
			<link>http://bbpress.org/forums/topic/ajax-on-plugin-admin-page#post-65681</link>
			<pubDate>Sat, 06 Mar 2010 21:18:26 +0000</pubDate>
			<dc:creator>fenix1987</dc:creator>
			<guid isPermaLink="false">65681@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm currently making a plugin where I really need to use ajax as there are 2 combo box and when the other combo box is changed it must automatically change content of the 2nd combo box so I really need to use ajax with innerHTML. Can somebody give me a simple example on how to do that? Please. I will really appreciate any help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>AdamBaird on "bbPM blank page"</title>
			<link>http://bbpress.org/forums/topic/bbpm-blank-page#post-63517</link>
			<pubDate>Wed, 20 Jan 2010 20:18:38 +0000</pubDate>
			<dc:creator>AdamBaird</dc:creator>
			<guid isPermaLink="false">63517@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;I've installed bbPM.  When I try to send a PM I can go to the PM page, write my title, and write my message, but when I hit send, I'm taken to a blank white page.  If I login in as the intended receiver, there is no PM received.  Any ideas?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fel64 on "bbSync"</title>
			<link>http://bbpress.org/forums/topic/bbsync#post-7922</link>
			<pubDate>Thu, 07 Jun 2007 19:15:01 +0000</pubDate>
			<dc:creator>fel64</dc:creator>
			<guid isPermaLink="false">7922@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;&#60;em&#62;This is a &#60;strong&#62;WordPress&#60;/strong&#62; plugin. It will not work as a plugin in bbPress. Wordpress and bbPress must be integrated.&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;bbSync will integrate WordPress and bbPress pretty thoroughly. Any posts made on the blog will create a new topic on the forums (this supports slugs and anything else that will come). Any replies made to the topic in the forums can be shown under the WP post with &#38;lt;?php felbbreplies(); ?&#38;gt;, and it will show people's avatars if you use Louisedade's avatar upload plugin.&#60;/p&#62;
&#60;p&#62;You can migrate the old synchronisation from bbPress Post and delete the unnecessary tables (this plugin keeps its data in topicmeta, with the key &#60;code&#62;wp_posts&#60;/code&#62;).&#60;/p&#62;
&#60;p&#62;Hoping to add stuff later, either when I want it myself or when other people want it. I want feedback if you have it! I eat my own dog food and I'm finding it delicious. Will upload as official plugin when I get access.&#60;/p&#62;
&#60;p&#62;bbPress Post and this plugin should not be running at the same time, otherwise you'll get duplicate topics when you blog. If you get some error about a &#60;code&#62;call to member function of a non-object&#60;/code&#62;, there's a good chance adding this in the middle of your bbPress' config.php file will help:&#60;br /&#62;
&#60;code&#62;global $bbdb;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;This plugin does need configuring to do anything useful. Head to Options &#38;gt; bbSync and fill things in please.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://rapidshare.com/files/35813637/bbsync.zip.html&#34; rel=&#34;nofollow&#34;&#62;http://rapidshare.com/files/35813637/bbsync.zip.html&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Marius- on "Any simple chatbox plugins?"</title>
			<link>http://bbpress.org/forums/topic/any-simple-chatbox-plugins#post-65247</link>
			<pubDate>Thu, 25 Feb 2010 15:31:43 +0000</pubDate>
			<dc:creator>Marius-</dc:creator>
			<guid isPermaLink="false">65247@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;Is there any plugins that allows simple chatting for registered users?&#60;br /&#62;
I dont want this: &#60;a href=&#34;http://bbpress.org/plugins/topic/ajaxed-chat/screenshots/&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/plugins/topic/ajaxed-chat/screenshots/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I just want a chatbox, where people can write messages and chat. Nothing else. No menus, multiple links and whatnot.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Marius- on "BBPress Polls for 1.02 or other polls working?"</title>
			<link>http://bbpress.org/forums/topic/bbpress-polls-for-102-or-other-polls-working#post-61211</link>
			<pubDate>Wed, 02 Dec 2009 12:25:01 +0000</pubDate>
			<dc:creator>Marius-</dc:creator>
			<guid isPermaLink="false">61211@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;Has anyone got BBPress Polls working perfectly with version 1.02?&#60;br /&#62;
I tried it a few months back, and didnt turn out good. &#60;/p&#62;
&#60;p&#62;Is there any other poll plugins that works?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Vect on "Page links"</title>
			<link>http://bbpress.org/forums/topic/page-links#post-65047</link>
			<pubDate>Tue, 23 Feb 2010 14:54:21 +0000</pubDate>
			<dc:creator>Vect</dc:creator>
			<guid isPermaLink="false">65047@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;Hello. I want to do in my plugin that page links would be /page/2/ , /page/3/. By default it is /page/2 , /page/3 . I have this code in my plugin:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
function my_get_topic_page_links_filter( $_links ) {&#60;br /&#62;
	$_links = bb_paginate_links(&#60;br /&#62;
		array(&#60;br /&#62;
			'format' =&#38;gt; bb_get_option('mod_rewrite') ? '/page/%#%/' : '%#%/',&#60;br /&#62;
		)&#60;br /&#62;
	);&#60;br /&#62;
	return $_links;&#60;br /&#62;
}&#60;br /&#62;
add_filter( 'get_topic_page_links', 'my_get_topic_page_links_filter' );&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;But it is not work properly. What I'm doing wrong? Please help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Submachiner on "anti bumping?"</title>
			<link>http://bbpress.org/forums/topic/anti-bumping#post-65103</link>
			<pubDate>Wed, 24 Feb 2010 07:11:02 +0000</pubDate>
			<dc:creator>Submachiner</dc:creator>
			<guid isPermaLink="false">65103@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;Is there any sort of plugin that prevents threads from appearing on the Latest Discussions area.&#60;/p&#62;
&#60;p&#62;Lets say that one was to create a category and didn't want any threads from that category appearing in the Latest Discussions area. Anyway to make this happen?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Markus Pezold on "Bavatars - where can i upload"</title>
			<link>http://bbpress.org/forums/topic/bavatars-where-can-i-upload#post-39163</link>
			<pubDate>Sat, 18 Jul 2009 17:17:41 +0000</pubDate>
			<dc:creator>Markus Pezold</dc:creator>
			<guid isPermaLink="false">39163@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;Hi everyone,&#60;/p&#62;
&#60;p&#62;I've a problem with the Bavatars Plugin in bbPress 1.0.1 - integrated with Wordpress 2.8 (User). I'dont understand where is the Link to the Upload-Page? I can't see no effect on the Profil-Edit-Page. Do I miss something? &#60;/p&#62;
&#60;p&#62;On &#60;a href=&#34;http://bbpress.org/plugins/topic/bavatars/&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/plugins/topic/bavatars/&#60;/a&#62; I found an entry about the differance between Bavatar and Avatar Upload. One thing there was the statement: Avatar Upload is different because &#60;strong&#62;&#34;Avatar Upload requires template editing.&#34;&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;Where lies my fault?!&#60;br /&#62;
Greetings Markus
&#60;/p&#62;</description>
		</item>
		<item>
			<title>celal_zanadu on "Language Problem"</title>
			<link>http://bbpress.org/forums/topic/language-problem#post-64869</link>
			<pubDate>Sat, 20 Feb 2010 05:54:54 +0000</pubDate>
			<dc:creator>celal_zanadu</dc:creator>
			<guid isPermaLink="false">64869@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;Merhaba,&#60;br /&#62;
Yabancı dil karakterinde gösterim sorunum var.When I write russian ??? in the form of shows.&#60;br /&#62;
I use english bbpress.What do I need to ?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.rusyadan.com/forum/topic/deneme2-2&#34; rel=&#34;nofollow&#34;&#62;http://www.rusyadan.com/forum/topic/deneme2-2&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jonto on "Resize Avatar"</title>
			<link>http://bbpress.org/forums/topic/resize-avatar#post-64920</link>
			<pubDate>Sun, 21 Feb 2010 08:04:12 +0000</pubDate>
			<dc:creator>jonto</dc:creator>
			<guid isPermaLink="false">64920@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;Hey all. I'm using the Bavatars plugin for avatars. I managed to get it working just fine, but the images are tiny. It looks like I need to tweak a setting, but am unsure about which file to modify. Does anyone know how I can do this? Thanks in advance.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Farhad on "Enable Avatar"</title>
			<link>http://bbpress.org/forums/topic/enable-avatar#post-64137</link>
			<pubDate>Thu, 04 Feb 2010 14:33:56 +0000</pubDate>
			<dc:creator>Farhad</dc:creator>
			<guid isPermaLink="false">64137@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;Please help me to enable avatar in forum, i use bbpress 1.0.2 without wordpress&#60;br /&#62;
i want users can upload or enter your avatar address in profile&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Scott Kingsley Clark on "New bbPress clone built in Pods CMS Framework for WP"</title>
			<link>http://bbpress.org/forums/topic/new-bbpress-clone-built-in-pods-cms-framework-for-wp#post-64829</link>
			<pubDate>Thu, 18 Feb 2010 21:52:55 +0000</pubDate>
			<dc:creator>Scott Kingsley Clark</dc:creator>
			<guid isPermaLink="false">64829@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;I wanted to let everyone know that I've been working on a clone of bbPress which is built entirely in Pods. I'm not intending it to replace bbPress, but I am intending to continue development of the functionality to bring it to more of a vBulletin level. That's the big picture anyway, I'm nearly done with getting bbPress functionality done itself.&#60;/p&#62;
&#60;p&#62;You can see my progress here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.scottkclark.com/forums/beta-testers-unite/current-status-of-the-forums-package/&#34; rel=&#34;nofollow&#34;&#62;http://www.scottkclark.com/forums/beta-testers-unite/current-status-of-the-forums-package/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Once I've completed it, I will post the package on the Pods site so you can just import the package into your own site.&#60;/p&#62;
&#60;p&#62;For info about Pods, go to &#60;a href=&#34;http://pods.uproot.us/&#34; rel=&#34;nofollow&#34;&#62;http://pods.uproot.us/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Marius- on "Completely remove tags?"</title>
			<link>http://bbpress.org/forums/topic/completely-remove-tags#post-64621</link>
			<pubDate>Mon, 15 Feb 2010 00:24:19 +0000</pubDate>
			<dc:creator>Marius-</dc:creator>
			<guid isPermaLink="false">64621@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;I want to get rid of Hot Tags. Im not just talking about the menu on the left, but completely remove it.&#60;br /&#62;
Remove:&#60;br /&#62;
-Hot tags menu&#60;br /&#62;
-Listed tags in topics&#60;br /&#62;
-Tag box in reply-form&#60;/p&#62;
&#60;p&#62;Is there an easy way to do this?&#60;br /&#62;
I now have 100 members on my forum, and nobody uses it, and its just ugly.&#60;/p&#62;
&#60;p&#62;Is tags a widget, or is it so hard coded into wordpress that I have to edit loads of files to get it away?&#60;/p&#62;
&#60;p&#62;Should I bother removing this now, or will this be easier with an updated bbpress, thats perhaps coming sooner than I happen to know?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jeremy Winter on "Allowing certain tags, are their security concerns?"</title>
			<link>http://bbpress.org/forums/topic/allowing-certain-tags-are-their-security-concerns#post-64866</link>
			<pubDate>Sat, 20 Feb 2010 03:50:51 +0000</pubDate>
			<dc:creator>Jeremy Winter</dc:creator>
			<guid isPermaLink="false">64866@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;I am working on a plugin to allow the following tags to be inserted into post by users. &#60;/p&#62;
&#60;p&#62;&#38;lt;video&#38;gt;&#60;br /&#62;
-src&#60;br /&#62;
-type&#60;/p&#62;
&#60;p&#62;&#38;lt;source&#38;gt;&#60;br /&#62;
-src&#60;br /&#62;
-type&#60;/p&#62;
&#60;p&#62;Are their any security concerns I am not thinking of at the moment? I could make the plugin only work for Admins, but that is just not as much fun :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David- on "I Want To Mail All Users A Password Reset Link"</title>
			<link>http://bbpress.org/forums/topic/i-want-to-mail-all-users-a-password-reset-link#post-64807</link>
			<pubDate>Thu, 18 Feb 2010 14:56:45 +0000</pubDate>
			<dc:creator>David-</dc:creator>
			<guid isPermaLink="false">64807@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;I would like to mail all my registered users a password reset link. How do I go about this? Or if there's currently a plugin for this, kindly point me in the right direction.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Dave.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dz7 on "integrating with external authentication system"</title>
			<link>http://bbpress.org/forums/topic/integrating-with-external-authentication-system#post-38841</link>
			<pubDate>Tue, 14 Jul 2009 00:43:49 +0000</pubDate>
			<dc:creator>dz7</dc:creator>
			<guid isPermaLink="false">38841@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I've been working on integrating bbPress with a website that already has its own user database and login system. I already set it up to keep the bbPress database and the site database synchronised, so that registering as a site user will simulate registration in bbPress. The last step is to make bbPress recognize my site's cookies, which I'm trying to do through a plugin.&#60;/p&#62;
&#60;p&#62;I've been trying to figure out which functions I need to rewrite in order to make this possible. I know there are a handful of functions in functions.bb-pluggable.php which I can replace in my plugin, but I'm not clear on how they connect with everything else in bbPress.&#60;/p&#62;
&#60;p&#62;Basically, I have a function that determines whether a user is currently logged in, and what that user's ID number is. I just can't figure out where to put the function. (The site uses its own login form, so I don't need to worry about bbPress' login process.)&#60;/p&#62;
&#60;p&#62;I found a few old posts where people were trying to do similar things, but no clear answers. Any pointers would be appreciated.&#60;/p&#62;
&#60;p&#62;Thanks!&#60;br /&#62;
Dan
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
