<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>bbPress support forums Topic: Forumula for converting wordpress plugins</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: Forumula for converting wordpress plugins</description>
<language>en</language>
<pubDate>Mon, 13 Oct 2008 12:53:26 +0000</pubDate>

<item>
<title>Detective on "Forumula for converting wordpress plugins"</title>
<link>http://bbpress.org/forums/topic/forumula-for-converting-wordpress-plugins#post-15349</link>
<pubDate>Sun, 13 Apr 2008 20:28:18 +0000</pubDate>
<dc:creator>Detective</dc:creator>
<guid isPermaLink="false">15349@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Other function names:&#60;br /&#62;
* get_usermeta =&#38;gt; bb_get_usermeta (the same applies to delete usermeta)&#60;br /&#62;
* add_option doesn't exists&#60;br /&#62;
* update_option =&#38;gt; bb_update_option&#60;br /&#62;
* $current_user-&#38;gt;has_cap =&#38;gt; bb_current_user_has_cap (or something like that, check the files in bb-includes).&#60;br /&#62;
* is_user_loggedin =&#38;gt; bb_is_user_logged_in&#60;/p&#62;
&#60;p&#62;And others ...
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Forumula for converting wordpress plugins"</title>
<link>http://bbpress.org/forums/topic/forumula-for-converting-wordpress-plugins#post-15343</link>
<pubDate>Sun, 13 Apr 2008 18:53:10 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">15343@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Well some are far easier than others.&#60;/p&#62;
&#60;p&#62;First look for $wpdb and change to $bbdb&#60;/p&#62;
&#60;p&#62;Then you have look at things like &#60;code&#62;get_option&#60;/code&#62; and other functions and see if they can easily use the &#60;code&#62;bb_get_option&#60;/code&#62; or other &#60;code&#62;bb_&#60;/code&#62; version of the function. &#60;/p&#62;
&#60;p&#62;But even if the alternative function exists you have to be sure that it's doing what you want. Things that relate to users are similar but things that relate to posts have to be change to topics and then there is comments vs posts.
&#60;/p&#62;</description>
</item>
<item>
<title>darkling235 on "Forumula for converting wordpress plugins"</title>
<link>http://bbpress.org/forums/topic/forumula-for-converting-wordpress-plugins#post-14005</link>
<pubDate>Fri, 22 Feb 2008 17:05:05 +0000</pubDate>
<dc:creator>darkling235</dc:creator>
<guid isPermaLink="false">14005@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Is there a normal process or formula for converting a wordpress plugin to a bbpress plugin? Let's say that it uses all the same tables and everything? Is there a way to switch it over or do you just have to re-engineer it?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
