<?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 Tag: roles</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Tag: roles</description>
<language>en</language>
<pubDate>Thu, 20 Nov 2008 16:54:33 +0000</pubDate>

<item>
<title>Ipstenu on "Role mapping - is it supposed to be two way?"</title>
<link>http://bbpress.org/forums/topic/role-mapping-is-it-supposed-to-be-two-way#post-20592</link>
<pubDate>Mon, 10 Nov 2008 14:58:44 +0000</pubDate>
<dc:creator>Ipstenu</dc:creator>
<guid isPermaLink="false">20592@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;They should be added with the lowest privilege, yes.  I've noticed that they seem to get added as 'None' until they log in to Wordpress for the first time with a 2.6.3/1.0alpha2 setup.
&#60;/p&#62;</description>
</item>
<item>
<title>HotShotTwo on "Role mapping - is it supposed to be two way?"</title>
<link>http://bbpress.org/forums/topic/role-mapping-is-it-supposed-to-be-two-way#post-20591</link>
<pubDate>Mon, 10 Nov 2008 09:44:03 +0000</pubDate>
<dc:creator>HotShotTwo</dc:creator>
<guid isPermaLink="false">20591@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Has anyone else experienced this issue or have I misunderstood how this should work?
&#60;/p&#62;</description>
</item>
<item>
<title>jdub on "Fixing WordPress-integrated users without membership"</title>
<link>http://bbpress.org/forums/topic/fixing-wordpress-integrated-users-without-membership#post-20585</link>
<pubDate>Mon, 10 Nov 2008 00:29:04 +0000</pubDate>
<dc:creator>jdub</dc:creator>
<guid isPermaLink="false">20585@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Here's a quick tip for anyone running an integrated WP+BB setup...&#60;/p&#62;
&#60;p&#62;Sometimes you'll find users who haven't been properly mapped into bbPress roles, so here is a quick MySQL statement to make them all members:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;insert into wp_usermeta (user_id, meta_key, meta_value) select user_id, &#38;#39;bb_capabilities&#38;#39; as meta_key, &#38;#39;a:1:{s:6:&#38;quot;member&#38;quot;;b:1;}&#38;#39; as meta_value from wp_usermeta where user_id not in (select user_id from wp_usermeta where meta_key = &#38;#39;bb_capabilities&#38;#39;) group by user_id;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;(It adds a bb_capabilities record to the wp_usermeta table for each user who doesn't have one. Thus, broken accounts become members. Yay!)&#60;/p&#62;
&#60;p&#62;Have fun. :-)
&#60;/p&#62;</description>
</item>
<item>
<title>HotShotTwo on "Role mapping - is it supposed to be two way?"</title>
<link>http://bbpress.org/forums/topic/role-mapping-is-it-supposed-to-be-two-way#post-20513</link>
<pubDate>Fri, 07 Nov 2008 12:57:16 +0000</pubDate>
<dc:creator>HotShotTwo</dc:creator>
<guid isPermaLink="false">20513@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have bbPress 0.9.0.2 fully integrated with WP 2.5.1 using shared DB and tables. Everything seems to be working fine, except that when users register on bbPress they are shown as having &#34;no role for this blog&#34; on the WP side.&#60;/p&#62;
&#60;p&#62;Role mapping defined in bbPress is: WP-Administrator==bb-Administrator, WP-Editor==bb-Moderator, WP-Author==bb-Member, WP-Contributor==bb-Member, WP-Subscriber==bb-Member.&#60;/p&#62;
&#60;p&#62;I was expecting somemone who signs up to bbPress (with the default Member role) to be given Subscriber status in WP. I can see that there is an ambiguity as to which WP role should be chosen for a bbPress Member, but I guessed the one with lowest privilege, i.e. Subscriber, would apply.
&#60;/p&#62;</description>
</item>
<item>
<title>JediSthlm on "Integration with WP and roles"</title>
<link>http://bbpress.org/forums/topic/integration-with-wp-and-roles#post-19175</link>
<pubDate>Fri, 12 Sep 2008 07:57:04 +0000</pubDate>
<dc:creator>JediSthlm</dc:creator>
<guid isPermaLink="false">19175@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi&#60;br /&#62;
I have WP 2.6 installed and the latest svn version (updated yesterday) of bbPress. The two are integrated with each other. I had a look at the users and roles in WP and noted that bbPress had changed all the roles to the bbPress role types. The WP roles are now all gone. The problem is that no one of my users can login, only the first admin user which I created when installed WP and bbPress. If I change another user from member to admin he cannot login. &#60;/p&#62;
&#60;p&#62;Can I change back the roles to the default WP roles or do you have any clue what have happened?
&#60;/p&#62;</description>
</item>
<item>
<title>Sonika on "(yet another) integration bug, no Role set on registration"</title>
<link>http://bbpress.org/forums/topic/yet-another-integration-bug-no-role-set-on-registration#post-18914</link>
<pubDate>Thu, 04 Sep 2008 10:51:40 +0000</pubDate>
<dc:creator>Sonika</dc:creator>
<guid isPermaLink="false">18914@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Detective, thanks a lot!!!&#60;br /&#62;
It solved my problem ( wp 2.5.1, bbpress 0.9.0.2)&#60;/p&#62;
&#60;p&#62;Bo Fiddlesticks, you should save code in &#60;code&#62;set-default-role.php&#60;/code&#62; file, put it in bb-plugins and activate&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
/*
Plugin Name: bbpress wpmu default role
Plugin URI: &#60;a href=&#34;http://bbpress.org/forums/topic/yet-another-integration-bug-no-role-set-on-registration?replies=5&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/yet-another-integration-bug-no-role-set-on-registration?replies=5&#60;/a&#62;
Description: Sets a default WPMU role for all new bbpress users.
Author: Detective
Author URI: &#60;a href=&#34;http://www.ryuuko.cl/&#34; rel=&#34;nofollow&#34;&#62;http://www.ryuuko.cl/&#60;/a&#62;
*/

function wpbb_add_user_role_rk($user_id) {
$user = new WP_User($user_id);
$user-&#38;gt;set_role(get_option(&#38;#39;default_role&#38;#39;));
}
add_action( &#38;#39;bb_new_user&#38;#39;, &#38;#39;wpbb_add_user_role_rk&#38;#39;);
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>kscurloc on "Trouble Understand Role Integration"</title>
<link>http://bbpress.org/forums/topic/trouble-understand-role-integration#post-18869</link>
<pubDate>Tue, 02 Sep 2008 09:25:41 +0000</pubDate>
<dc:creator>kscurloc</dc:creator>
<guid isPermaLink="false">18869@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks Chris!&#60;/p&#62;
&#60;p&#62;So I guess I'm having an issue then.  Using WP 2.6.1 and BB 1.0 Alpha.  The integration seems to be working quite well. It's creating users that's the problem.&#60;/p&#62;
&#60;p&#62;I have two Roles setup in bbPress:&#60;/p&#62;
&#60;p&#62;Wordpress Administrator = bbPress Key Master&#60;br /&#62;
Wordpress Subscriber = bbPress Member&#60;/p&#62;
&#60;p&#62;However, whenever I create a user in WP (doesn't matter if I set it up as a subscriber or admin) it always shows up in bbPress as a &#34;user with no role in these forums&#34;.&#60;/p&#62;
&#60;p&#62;I'm sure it's something I've misconfigured...  Just not sure what.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Trouble Understand Role Integration"</title>
<link>http://bbpress.org/forums/topic/trouble-understand-role-integration#post-18857</link>
<pubDate>Tue, 02 Sep 2008 02:40:53 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">18857@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;WP Admin should be BB Key Master.  Those are the top levels in both.
&#60;/p&#62;</description>
</item>
<item>
<title>kscurloc on "Trouble Understand Role Integration"</title>
<link>http://bbpress.org/forums/topic/trouble-understand-role-integration#post-18854</link>
<pubDate>Mon, 01 Sep 2008 21:31:48 +0000</pubDate>
<dc:creator>kscurloc</dc:creator>
<guid isPermaLink="false">18854@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;When setting up the ROLE MAP in bbPress, what's best practice?  Should I set WP Admin &#38;lt;-&#38;gt; BB Admin?  or WP Admin &#38;lt;-&#38;gt; BB Key Master?&#60;/p&#62;
&#60;p&#62;I guess I don't fully understand the difference between the two.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Forum Specific Moderation"</title>
<link>http://bbpress.org/forums/topic/forum-specific-moderation#post-17821</link>
<pubDate>Wed, 30 Jul 2008 21:29:35 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">17821@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://bbpress.org/plugins/topic/forum-moderators/&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/plugins/topic/forum-moderators/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Anonymous on "Forum Specific Moderation"</title>
<link>http://bbpress.org/forums/topic/forum-specific-moderation#post-17820</link>
<pubDate>Wed, 30 Jul 2008 20:45:32 +0000</pubDate>
<dc:creator>Anonymous</dc:creator>
<guid isPermaLink="false">17820@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hello, &#60;/p&#62;
&#60;p&#62;I was looking for a way to limit moderators in some way to only have moderation powers on specific forum/s. I have a forums where I need to have a set of moderators have access to only moderate a few forums and not every forum on the site. I did some searching and couldn't find anything in the forums or plug ins that did this task. Is this something that could be handled by being able to add more roles, and then custom define the abilities of those roles? Thanks for your time, I look forward to hearing back from the community on this. :)
&#60;/p&#62;</description>
</item>
<item>
<title>Bo Fiddlesticks on "(yet another) integration bug, no Role set on registration"</title>
<link>http://bbpress.org/forums/topic/yet-another-integration-bug-no-role-set-on-registration#post-16718</link>
<pubDate>Thu, 12 Jun 2008 10:17:49 +0000</pubDate>
<dc:creator>Bo Fiddlesticks</dc:creator>
<guid isPermaLink="false">16718@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Unfortunately, Detective's solution doesn't work with the latest versions. I'm experiencing the same issues (integrated scenario):&#60;br /&#62;
User registers on bbpress and logs in there&#60;br /&#62;
User can acces the WP Site Admin section, but it says: Welcome, . (a space instead of the user name)&#60;br /&#62;
User comments are registered as 'Anonymous'&#60;/p&#62;
&#60;p&#62;I noticed the only way to fix this is to go to WP user management panel, editing and saving the user.&#60;br /&#62;
So the user has to be actively (and manually :\ ) updated to have his name listed under his comments.&#60;/p&#62;
&#60;p&#62;I haven't found any way to avoid this, but if anyone can I'd be much abliged!
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "New User created in WP does not keep wp_roles mapping"</title>
<link>http://bbpress.org/forums/topic/new-user-created-in-wp-does-not-keep-wp_roles-mapping#post-15016</link>
<pubDate>Fri, 04 Apr 2008 04:04:33 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">15016@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;The bbPress role will not be applied for users created in WordPress until the user logs in to bbPress.
&#60;/p&#62;</description>
</item>
<item>
<title>nuprn1 on "New User created in WP does not keep wp_roles mapping"</title>
<link>http://bbpress.org/forums/topic/new-user-created-in-wp-does-not-keep-wp_roles-mapping#post-15005</link>
<pubDate>Fri, 04 Apr 2008 03:13:31 +0000</pubDate>
<dc:creator>nuprn1</dc:creator>
<guid isPermaLink="false">15005@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Fresh install of WP2.5 and BB.9.0.1&#60;/p&#62;
&#60;p&#62;Within bbpress admin, i setup the maps to from WP -&#38;gt; BB roles&#60;/p&#62;
&#60;p&#62;When creating a new user from the WP admin screen, selecting a role of any selection, it will default to the standard member. (verifying by looking under the bb admin user screen)&#60;/p&#62;
&#60;p&#62;My solution was to just change the bb_capabilities meta_value to the desired role level of new seeded users.
&#60;/p&#62;</description>
</item>
<item>
<title>Nightgunner5 on "Plugin request: Announcements forum"</title>
<link>http://bbpress.org/forums/topic/plugin-request-announcements-forum#post-13139</link>
<pubDate>Sun, 13 Jan 2008 21:55:52 +0000</pubDate>
<dc:creator>Nightgunner5</dc:creator>
<guid isPermaLink="false">13139@http://bbpress.org/forums/</guid>
<description>&#60;blockquote&#62;&#60;p&#62;so you guys need different access levels for different forums?&#60;/p&#62;
&#60;p&#62;I think that should be possible to do in some plugin &#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;What I want is different access levels to post new topics in the forum.
&#60;/p&#62;</description>
</item>
<item>
<title>finalwebsites on "Plugin request: Announcements forum"</title>
<link>http://bbpress.org/forums/topic/plugin-request-announcements-forum#post-13138</link>
<pubDate>Sun, 13 Jan 2008 21:54:34 +0000</pubDate>
<dc:creator>finalwebsites</dc:creator>
<guid isPermaLink="false">13138@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;so you guys need different access levels for different forums?&#60;/p&#62;
&#60;p&#62;I think that should be possible to do in some plugin
&#60;/p&#62;</description>
</item>
<item>
<title>inuki on "Plugin request: Announcements forum"</title>
<link>http://bbpress.org/forums/topic/plugin-request-announcements-forum#post-13125</link>
<pubDate>Sun, 13 Jan 2008 13:57:48 +0000</pubDate>
<dc:creator>inuki</dc:creator>
<guid isPermaLink="false">13125@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I need the same plugin.&#60;br /&#62;
Problem of &#34;Privat forums&#34; every member can psot.&#60;br /&#62;
e.g u create a news forum you will have the porblem that normal member can post news.
&#60;/p&#62;</description>
</item>
<item>
<title>finalwebsites on "Plugin request: Announcements forum"</title>
<link>http://bbpress.org/forums/topic/plugin-request-announcements-forum#post-13111</link>
<pubDate>Sat, 12 Jan 2008 13:30:55 +0000</pubDate>
<dc:creator>finalwebsites</dc:creator>
<guid isPermaLink="false">13111@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I use the &#34;Privat forums&#34; plugin and it works great, only members can access the boards.&#60;/p&#62;
&#60;p&#62;Btw. I think anonymous posts are not good for a forum (spam)
&#60;/p&#62;</description>
</item>
<item>
<title>erissiva on "Plugin request: Announcements forum"</title>
<link>http://bbpress.org/forums/topic/plugin-request-announcements-forum#post-13102</link>
<pubDate>Fri, 11 Jan 2008 10:54:19 +0000</pubDate>
<dc:creator>erissiva</dc:creator>
<guid isPermaLink="false">13102@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It would be really nice to have something along these lines as well. I would like to be able to change permissions on individual forums so that mods and admin can post, but others can reply (or not) but not post new topics.
&#60;/p&#62;</description>
</item>
<item>
<title>bedbugger on "(yet another) integration bug, no Role set on registration"</title>
<link>http://bbpress.org/forums/topic/yet-another-integration-bug-no-role-set-on-registration#post-12847</link>
<pubDate>Sat, 22 Dec 2007 18:07:45 +0000</pubDate>
<dc:creator>bedbugger</dc:creator>
<guid isPermaLink="false">12847@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;kboan23,&#60;br /&#62;
Even if you manually fix the role of users registered in bbpress to &#34;subscriber&#34; the display name field is still blank.  So unless I am missing something, you do need to fix this problem.  Otherwise, bbpress registrants become subscribers login at wordpress and their username shows as Anonymous.
&#60;/p&#62;</description>
</item>
<item>
<title>Null on "Plugin request: Announcements forum"</title>
<link>http://bbpress.org/forums/topic/plugin-request-announcements-forum#post-12308</link>
<pubDate>Tue, 27 Nov 2007 22:04:07 +0000</pubDate>
<dc:creator>Null</dc:creator>
<guid isPermaLink="false">12308@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I need something like this too. Trying to make a plugin that does this by hiding that forum from members but only when they want to create a new topic in that forum. This way they can reply, but not create a topic (cause they can't select it when creating a topic cause it is invisible for them).&#60;/p&#62;
&#60;p&#62;Still working on a few issues, but theoraticly it should work :)
&#60;/p&#62;</description>
</item>
<item>
<title>Nightgunner5 on "Plugin request: Announcements forum"</title>
<link>http://bbpress.org/forums/topic/plugin-request-announcements-forum#post-12195</link>
<pubDate>Sun, 25 Nov 2007 19:29:37 +0000</pubDate>
<dc:creator>Nightgunner5</dc:creator>
<guid isPermaLink="false">12195@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;No, none of those will work unfortunately.  I only want one specific subforum to have different roles.  The change roles plugin was the closest to what I wanted, though.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Plugin request: Announcements forum"</title>
<link>http://bbpress.org/forums/topic/plugin-request-announcements-forum#post-12192</link>
<pubDate>Sun, 25 Nov 2007 07:41:44 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">12192@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Would any of these plugins be useful?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbpress.org/plugins/topic/16&#34;&#62;Support Forum&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/plugins/topic/12&#34;&#62;Private Forums&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.livibetter.com/it/topic/example-changes-roles-stuff&#34;&#62;Change Roles&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I think editing out the capability to post for certain member roles would do the trick (the last plugin).
&#60;/p&#62;</description>
</item>
<item>
<title>Nightgunner5 on "Plugin request: Announcements forum"</title>
<link>http://bbpress.org/forums/topic/plugin-request-announcements-forum#post-12183</link>
<pubDate>Sat, 24 Nov 2007 21:06:35 +0000</pubDate>
<dc:creator>Nightgunner5</dc:creator>
<guid isPermaLink="false">12183@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;What I want is something where everyone can view topics in a specific forum, but only registered users can reply (normal) and only a specific userlevel and higher can post new topics.
&#60;/p&#62;</description>
</item>
<item>
<title>grosbouff on "Shares Roles with Wordpress [Role Manager]"</title>
<link>http://bbpress.org/forums/topic/shares-roles-with-wordpress-role-manager#post-11601</link>
<pubDate>Sun, 21 Oct 2007 11:55:36 +0000</pubDate>
<dc:creator>grosbouff</dc:creator>
<guid isPermaLink="false">11601@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I thinking to start developping a plugin.&#60;br /&#62;
I'm not a real coder but i'll try.&#60;br /&#62;
Anyway, I think the problem is that bbpress uses names and not levels (like wordpress) for roles, so it will be hard to do, no ?&#60;br /&#62;
If you have ideas, if you want to help me, please feed this threat !
&#60;/p&#62;</description>
</item>
<item>
<title>rosebud on "Shares Roles with Wordpress [Role Manager]"</title>
<link>http://bbpress.org/forums/topic/shares-roles-with-wordpress-role-manager#post-11556</link>
<pubDate>Fri, 19 Oct 2007 10:23:51 +0000</pubDate>
<dc:creator>rosebud</dc:creator>
<guid isPermaLink="false">11556@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I am on the same boat here. Actually I didn't upgrade to 0.8.3 because of Forum Restriction breaking. I already have some sections of the forum pupulated, which need to be hidden from the general user, so upgrading is just not plausible for me right now. I am using it in conjunction with Private Forums plugin (which feels much better to me). If that plugin could be integrated with Roles it would be the best solution by far.&#60;/p&#62;
&#60;p&#62;I am at a dead end for now. I can't upgrade Wordpress to 2.3 because bbPress breaks, and I can't upgrade bbPress because I would be opening some important forums to everyone.
&#60;/p&#62;</description>
</item>
<item>
<title>larscsim on "Shares Roles with Wordpress [Role Manager]"</title>
<link>http://bbpress.org/forums/topic/shares-roles-with-wordpress-role-manager#post-11547</link>
<pubDate>Fri, 19 Oct 2007 01:30:25 +0000</pubDate>
<dc:creator>larscsim</dc:creator>
<guid isPermaLink="false">11547@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I've looked through the (two) plugins that allows us to restrict forums, and sadly, it seems your guesses are correct. The first one which allows you to allow users in to a forum based on member names is hardly compatible with the latest version of bbPress (and seems dead). I almost got it working right, except for the fact that it messed up my forum hierarchy, and some other bugs, which meant that threads couldn't be posted to a certain forum without being in that forum, which was enough for me to rule it out.&#60;/p&#62;
&#60;p&#62;The other option, private forum as you tried out yourself, doesn't allow us to do anything but restrict it to either members, mods or admins, which is the most viable solution to me at this point. It does mean however that I will need to give all my members who need access to the restricted forum moderator capabilities. Hardly ideal, but I'll have to go with it for now.&#60;/p&#62;
&#60;p&#62;I'll be looking at it this weekend though, and hopefully I can find a sort of solution to it. Right now I'm thinking of finding a way to strip moderators of actual moderating powers, but I really don't know. Adding another usergroup (pretty simple) should work too, but it has to be reflected in the plugin as well, but I don't have the coding skills (I don't have any coding skills) to do that.&#60;/p&#62;
&#60;p&#62;Hopefully a gifted plugin developer will step in and solve this for us :)
&#60;/p&#62;</description>
</item>
<item>
<title>grosbouff on "Shares Roles with Wordpress [Role Manager]"</title>
<link>http://bbpress.org/forums/topic/shares-roles-with-wordpress-role-manager#post-11529</link>
<pubDate>Thu, 18 Oct 2007 19:28:00 +0000</pubDate>
<dc:creator>grosbouff</dc:creator>
<guid isPermaLink="false">11529@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hello, I use &#34;Role Manager&#34; plugin with worpress, which is very useful.&#60;br /&#62;
I thought that bbpress will work with it, but instead it's using his own roles.&#60;br /&#62;
The problem is that I would like to use my custom-role in wordpress in bbpress too.&#60;br /&#62;
I installed the plugin &#34;private forums&#34; for bbpress, and it's a shame I can't use my wordpress roles to make forums privates... ?&#60;br /&#62;
Any idea ?
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "Add roles"</title>
<link>http://bbpress.org/forums/topic/add-roles#post-10967</link>
<pubDate>Sun, 16 Sep 2007 22:48:07 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">10967@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Coolio. Any modifications needed?
&#60;/p&#62;</description>
</item>
<item>
<title>kanni on "Add roles"</title>
<link>http://bbpress.org/forums/topic/add-roles#post-10951</link>
<pubDate>Fri, 14 Sep 2007 10:15:12 +0000</pubDate>
<dc:creator>kanni</dc:creator>
<guid isPermaLink="false">10951@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I've read everything the search returned, the plugin linked above doesnt seem to work..&#60;/p&#62;
&#60;p&#62;e: oh sorry! was my fault. the plugin works!
&#60;/p&#62;</description>
</item>

</channel>
</rss>
