<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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; Topic: HOW do i write a plugin</title>
		<link>http://bbpress.org/forums/topic/how-do-i-write-a-plugin</link>
		<description>bbPress Support Forums &#187; Topic: HOW do i write a plugin</description>
		<language>en-US</language>
		<pubDate>Fri, 25 May 2012 11:33:09 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/forums/rss/topic/how-do-i-write-a-plugin" rel="self" type="application/rss+xml" />

		<item>
			<title>massbase on "HOW do i write a plugin"</title>
			<link>http://bbpress.org/forums/topic/how-do-i-write-a-plugin#post-36927</link>
			<pubDate>Mon, 15 Jun 2009 08:19:11 +0000</pubDate>
			<dc:creator>massbase</dc:creator>
			<guid isPermaLink="false">36927@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>ok, ill try that out (windows) if it wont work ill wait for the wiki.</p>
<p>my plugin plan:-</p>
<p>- User albums - in each profile a small image gallery of all uploaded images will be shown.</p>
<p>- Faviroute users - each user can follow another / bookmark a user.</p>
<p>- items-4-sale - users list their items for sale on their profiles.</p>
<p>- thumbnails for posts - so posts can be turned via themeing into a blog style post on frontpage.</p>
<p>so prepare  for more annoying posts from me as i learn, believe it!</p>
<p>soon this lite forum can be turned into a social platform without the need of hefty BuddyPress :D
</p>]]></description>
					</item>
		<item>
			<title>Sam Bauers on "HOW do i write a plugin"</title>
			<link>http://bbpress.org/forums/topic/how-do-i-write-a-plugin#post-36925</link>
			<pubDate>Mon, 15 Jun 2009 07:52:32 +0000</pubDate>
			<dc:creator>Sam Bauers</dc:creator>
			<guid isPermaLink="false">36925@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Go into the bbPress directory in a terminal (Mac/Linux/Unix)</p>
<p>All filters:</p>
<pre><code>grep -r -n apply_filters\s*\( . &#124; grep -v .svn/ &#124; grep -v @uses</code></pre>
<p>All actions:</p>
<pre><code>grep -r -n do_action\s*\( . &#124; grep -v .svn/ &#124; grep -v @uses &#38;&#38; grep -r -n do_action_ref_array\s*\( . &#124; grep -v .svn/ &#124; grep -v @uses</code></pre>]]></description>
					</item>
		<item>
			<title>johnhiler on "HOW do i write a plugin"</title>
			<link>http://bbpress.org/forums/topic/how-do-i-write-a-plugin#post-36919</link>
			<pubDate>Mon, 15 Jun 2009 05:59:13 +0000</pubDate>
			<dc:creator>johnhiler</dc:creator>
			<guid isPermaLink="false">36919@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>You can do a grep to get a list of hooks/actions:<br />
<a href="http://bbpress.org/forums/topic/list-of-hooksactions#post-22602" rel="nofollow">http://bbpress.org/forums/topic/list-of-hooksactions#post-22602</a></p>
<p>We're going to be documenting all of this more on the upcoming wiki soon...  for now, grep is the only way to get this info that I know of.
</p>]]></description>
					</item>
		<item>
			<title>massbase on "HOW do i write a plugin"</title>
			<link>http://bbpress.org/forums/topic/how-do-i-write-a-plugin#post-36918</link>
			<pubDate>Mon, 15 Jun 2009 05:45:04 +0000</pubDate>
			<dc:creator>massbase</dc:creator>
			<guid isPermaLink="false">36918@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>where are the filters and so on sos i can write my own plugins ...</p>
<p>im an intermediate php programmer, i know how to do basic plugins for wp, but not bbpress dont know filters and etc.</p>
<p>thanks,
</p>]]></description>
					</item>

	</channel>
</rss>

