<?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; Tag: users - Recent Posts</title>
		<link>http://bbpress.org/forums/tags/users</link>
		<description>bbPress Support Forums &#187; Tag: users - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Feb 2012 20:06:54 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/forums/rss/tags/users" rel="self" type="application/rss+xml" />

		<item>
			<title>jebro on "User Not Found"</title>
			<link>http://bbpress.org/forums/topic/user-not-found#post-97995</link>
			<pubDate>Thu, 09 Feb 2012 16:06:02 +0000</pubDate>
			<dc:creator>jebro</dc:creator>
			<guid isPermaLink="false">97995@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I'm having a minor issue when I go to a user's account page the browser title says 'User Not Found' but the actual user page still renders.</p>
<p>You can see it here:</p>
<p><a href="http://wijmo.com/users/andrewduhan/" rel="nofollow">http://wijmo.com/users/andrewduhan/</a>
</p>]]></description>
					</item>
		<item>
			<title>dannyjimmy on "Private forums"</title>
			<link>http://bbpress.org/forums/topic/private-forums#post-97130</link>
			<pubDate>Fri, 13 Jan 2012 18:32:45 +0000</pubDate>
			<dc:creator>dannyjimmy</dc:creator>
			<guid isPermaLink="false">97130@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Great thread on how to have registered users be able to view hidden blogs. Thanks for this, antonchanz.
</p>]]></description>
					</item>
		<item>
			<title>frymi on "LeaderBoard in bbPress v2.x"</title>
			<link>http://bbpress.org/forums/topic/leaderboard-in-bbpress-v2x#post-95462</link>
			<pubDate>Fri, 09 Dec 2011 22:05:02 +0000</pubDate>
			<dc:creator>frymi</dc:creator>
			<guid isPermaLink="false">95462@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>1) How to activate LeaderBoard in WP 3.2.1 and bbPress 2.x?<br />
2) How to add WYSIWIG editor in bbPress 2.x?</p>
<p>Thanx
</p>]]></description>
					</item>
		<item>
			<title>philipjohn on "Hiding bbPress topics from logged out users"</title>
			<link>http://bbpress.org/forums/topic/hiding-bbpress-topics-from-logged-out-users#post-94438</link>
			<pubDate>Mon, 21 Nov 2011 09:10:30 +0000</pubDate>
			<dc:creator>philipjohn</dc:creator>
			<guid isPermaLink="false">94438@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I blogged about this little tweak too and someone has just posted an edit to display a friendly message instead of the standard "not found" which sort of completes it :)<br />
<a href="http://philipjohn.co.uk/2011/11/14/hiding-bbpress-topics-from-logged-out-users/#comment-1885" rel="nofollow">http://philipjohn.co.uk/2011/11/14/hiding-bbpress-topics-from-logged-out-users/#comment-1885</a>
</p>]]></description>
					</item>
		<item>
			<title>Sebastian on "Hiding bbPress topics from logged out users"</title>
			<link>http://bbpress.org/forums/topic/hiding-bbpress-topics-from-logged-out-users#post-94367</link>
			<pubDate>Thu, 17 Nov 2011 18:21:04 +0000</pubDate>
			<dc:creator>Sebastian</dc:creator>
			<guid isPermaLink="false">94367@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I've looked into a plugin called Role Scoper which grants you the ability to restrict things based on WordPress user roles and capabilities. Admittedly, the plugin is a bit bulky for what's being accomplished with the above code but it's an option.
</p>]]></description>
					</item>
		<item>
			<title>gloomis120 on "Hiding bbPress topics from logged out users"</title>
			<link>http://bbpress.org/forums/topic/hiding-bbpress-topics-from-logged-out-users#post-94334</link>
			<pubDate>Wed, 16 Nov 2011 21:08:15 +0000</pubDate>
			<dc:creator>gloomis120</dc:creator>
			<guid isPermaLink="false">94334@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I see. You were suggesting that we change the message to something else.</p>
<p>Thanks for this code. Ive been waiting for something like this, and was about to start working on a plugin to do the same thing.
</p>]]></description>
					</item>
		<item>
			<title>philipjohn on "Hiding bbPress topics from logged out users"</title>
			<link>http://bbpress.org/forums/topic/hiding-bbpress-topics-from-logged-out-users#post-94328</link>
			<pubDate>Wed, 16 Nov 2011 19:27:26 +0000</pubDate>
			<dc:creator>philipjohn</dc:creator>
			<guid isPermaLink="false">94328@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I'm not changing the message at all - hence the "dumb" behaviour.
</p>]]></description>
					</item>
		<item>
			<title>gloomis120 on "Hiding bbPress topics from logged out users"</title>
			<link>http://bbpress.org/forums/topic/hiding-bbpress-topics-from-logged-out-users#post-94323</link>
			<pubDate>Wed, 16 Nov 2011 19:01:42 +0000</pubDate>
			<dc:creator>gloomis120</dc:creator>
			<guid isPermaLink="false">94323@http://bbpress.org/forums/</guid>
			<description><![CDATA[<blockquote><p>My final solution was to make bbPress ‘dumb’ when it comes to logged out users. I.e., it could either be clever and say “there are topics, but you’re not allowed to see them until you login” or it could just say “there are no topics”.</p></blockquote>
<p>Thanks for the code! I have it working but I dont follow what you mean with the quoted login. </p>
<p>Is this a shortcode setting, or are you changing the default message of "Oh bother! No forums were found here!".
</p>]]></description>
					</item>
		<item>
			<title>WhiteRau on "Hiding bbPress topics from logged out users"</title>
			<link>http://bbpress.org/forums/topic/hiding-bbpress-topics-from-logged-out-users#post-94269</link>
			<pubDate>Tue, 15 Nov 2011 03:29:02 +0000</pubDate>
			<dc:creator>WhiteRau</dc:creator>
			<guid isPermaLink="false">94269@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>niiiice.  you could also check out s2Member plugin, but this is just plain slick.</p>
<p>i'm sure we'll be seeing an update soon that will asplode everything we've done so far, but until then, very cool workaround.</p>
<p>WR!
</p>]]></description>
					</item>
		<item>
			<title>philipjohn on "Hiding bbPress topics from logged out users"</title>
			<link>http://bbpress.org/forums/topic/hiding-bbpress-topics-from-logged-out-users#post-94255</link>
			<pubDate>Mon, 14 Nov 2011 23:02:49 +0000</pubDate>
			<dc:creator>philipjohn</dc:creator>
			<guid isPermaLink="false">94255@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I just spent hours figuring this out so I thought I’d try and save others the bother by sharing it here.</p>
<p>The basic aim was to hide the contents of topics in a bbPress 2.0 forum from any users not logged in. This makes for a nice private forum.</p>
<p>I found suggestions about making forums hidden, private and so on but none of them really worked as they hid them for logged in users too.</p>
<p>My final solution was to make bbPress ‘dumb’ when it comes to logged out users. I.e., it could either be clever and say “there are topics, but you’re not allowed to see them until you login” or it could just say “there are no topics”.</p>
<p>The following code does the latter, dumb version by hooking into the forums, topics and replies loops.</p>
<p>[code]function pj_hla_logged_in_topics($have_posts){<br />
    if (!is_user_logged_in()){<br />
        $have_posts = null;<br />
    }<br />
    return $have_posts;<br />
}<br />
add_filter('bbp_has_topics', 'pj_hla_logged_in_topics');<br />
add_filter('bbp_has_forums', 'pj_hla_logged_in_topics');<br />
add_filter('bbp_has_replies', 'pj_hla_logged_in_topics');[/code]</p>
<p>I simply placed this within my theme’s functions.php but you could just as easily wrap this in a function.</p>
<p>Hope that helps someone!
</p>]]></description>
					</item>
		<item>
			<title>mjpg on "Forum Participant role cannot view private forum"</title>
			<link>http://bbpress.org/forums/topic/forum-participant-role-cannot-view-private-forum#post-93358</link>
			<pubDate>Sun, 16 Oct 2011 20:48:52 +0000</pubDate>
			<dc:creator>mjpg</dc:creator>
			<guid isPermaLink="false">93358@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Andre and selise - many thanks for your input.</p>
<p>For anyone reading this thread, the conclusion is that this is a bug or feature that needs work.</p>
<p>The work-around is above.</p>
<p>This is effectively closed for now, awaiting Trac feedback.
</p>]]></description>
					</item>
		<item>
			<title>selise on "Forum Participant role cannot view private forum"</title>
			<link>http://bbpress.org/forums/topic/forum-participant-role-cannot-view-private-forum#post-93355</link>
			<pubDate>Sun, 16 Oct 2011 18:27:21 +0000</pubDate>
			<dc:creator>selise</dc:creator>
			<guid isPermaLink="false">93355@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>mjpg, thanks for writing up the ticket and for the plugin info. i added "read_hidden_forums" only to forum participant capabilities and now a test user forum participant can see a hidden forum in the forum index, but still can't read it.</p>
<p>andre, thanks for the info. that makes sense to me wrt to user roles, groups and forums.  guess you are right: need jjj to say whether bug or feature and if feature, how to properly configure and use.
</p>]]></description>
					</item>
		<item>
			<title>Andre on "Forum Participant role cannot view private forum"</title>
			<link>http://bbpress.org/forums/topic/forum-participant-role-cannot-view-private-forum#post-93353</link>
			<pubDate>Sun, 16 Oct 2011 17:17:47 +0000</pubDate>
			<dc:creator>Andre</dc:creator>
			<guid isPermaLink="false">93353@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>My understanding is the a forum participant should be able to view hidden, but not necessarily private. Private is for groups that are created by something like BuddyPress.</p>
<p>Edits made to function.php will get overwritten when you upgrade, so I think using the plugin is the better route.</p>
<p>Creating the ticket will make JJJ take a look at it and fix it or explain it.
</p>]]></description>
					</item>
		<item>
			<title>mjpg on "Forum Participant role cannot view private forum"</title>
			<link>http://bbpress.org/forums/topic/forum-participant-role-cannot-view-private-forum#post-93348</link>
			<pubDate>Sun, 16 Oct 2011 10:39:54 +0000</pubDate>
			<dc:creator>mjpg</dc:creator>
			<guid isPermaLink="false">93348@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I decided this does seem like a bug, or at least a feature that needs change so I added it to Trac:</p>
<p><a href="http://bbpress.trac.wordpress.org/ticket/1663" rel="nofollow">http://bbpress.trac.wordpress.org/ticket/1663</a>
</p>]]></description>
					</item>
		<item>
			<title>mjpg on "Forum Participant role cannot view private forum"</title>
			<link>http://bbpress.org/forums/topic/forum-participant-role-cannot-view-private-forum#post-93347</link>
			<pubDate>Sun, 16 Oct 2011 10:26:28 +0000</pubDate>
			<dc:creator>mjpg</dc:creator>
			<guid isPermaLink="false">93347@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>[WORK-AROUND]</p>
<p>I used the WP plugin 'User Role Editor' (WP not bbp plugin)<br />
<a href="http://wordpress.org/extend/plugins/user-role-editor/" rel="nofollow">http://wordpress.org/extend/plugins/user-role-editor/</a></p>
<p>to add some capabilities to the 'forum participant' role.</p>
<p>These seem to be the extra capabilities required:</p>
<p>[v]  read_hidden_forums<br />
[v]  read_private_forums<br />
[v]  read_private_replies<br />
[v]  read_private_topics</p>
<p>If set up without the 'read_hidden_forums' capability, forums are visible, but not topics. I don't know if this is real or because I have been switching the hidden/private setting for the forum during testing.</p>
<p>I have done some basic testing and access/posting/replies/create topic/uploads/subscribe all seem to work OK.</p>
<p>I guess this could be done simply via some code in functions.php, but I don't have the time to investigate.
</p>]]></description>
					</item>
		<item>
			<title>mjpg on "Forum Participant role cannot view private forum"</title>
			<link>http://bbpress.org/forums/topic/forum-participant-role-cannot-view-private-forum#post-93341</link>
			<pubDate>Sun, 16 Oct 2011 09:30:20 +0000</pubDate>
			<dc:creator>mjpg</dc:creator>
			<guid isPermaLink="false">93341@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>For completeness, this seems to be related, possibly:<br />
<a href="http://bbpress.org/forums/topic/bbpress-20-private-forums-and-404-fiasco" rel="nofollow">http://bbpress.org/forums/topic/bbpress-20-private-forums-and-404-fiasco</a>
</p>]]></description>
					</item>
		<item>
			<title>mjpg on "Forum Participant role cannot view private forum"</title>
			<link>http://bbpress.org/forums/topic/forum-participant-role-cannot-view-private-forum#post-93339</link>
			<pubDate>Sun, 16 Oct 2011 08:33:39 +0000</pubDate>
			<dc:creator>mjpg</dc:creator>
			<guid isPermaLink="false">93339@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Selise - thanks for checking.</p>
<p>Andre - before I add this as a possible bug on Trac, is it possible that this is intended or a feature?</p>
<p>It seems to me that making a user a 'forum participant' should allow them to view on of hidden/private forums, although I'm not clear about the destinction between hidden and private. But perhaps the Devs think that private/hidden should only be seen by mods and above. If so, it makes private forums tricky.
</p>]]></description>
					</item>
		<item>
			<title>Andre on "Forum Participant role cannot view private forum"</title>
			<link>http://bbpress.org/forums/topic/forum-participant-role-cannot-view-private-forum#post-93331</link>
			<pubDate>Sun, 16 Oct 2011 00:23:18 +0000</pubDate>
			<dc:creator>Andre</dc:creator>
			<guid isPermaLink="false">93331@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>It may be time to open a ticket in Trac.
</p>]]></description>
					</item>
		<item>
			<title>selise on "Forum Participant role cannot view private forum"</title>
			<link>http://bbpress.org/forums/topic/forum-participant-role-cannot-view-private-forum#post-93323</link>
			<pubDate>Sat, 15 Oct 2011 19:19:49 +0000</pubDate>
			<dc:creator>selise</dc:creator>
			<guid isPermaLink="false">93323@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>mjpg, i just checked and it looks like i'm seeing the same thing you are (with wp 3.21, bbpress 2.1, buddypress 1.5): forum participant user is not able to access either hidden and private forums (although forum moderator works fine).</p>
<p>hmmm....  is this actually working (forum participants can access hidden forums?) for everyone else/
</p>]]></description>
					</item>
		<item>
			<title>mjpg on "Forum Participant role cannot view private forum"</title>
			<link>http://bbpress.org/forums/topic/forum-participant-role-cannot-view-private-forum#post-93321</link>
			<pubDate>Sat, 15 Oct 2011 17:41:00 +0000</pubDate>
			<dc:creator>mjpg</dc:creator>
			<guid isPermaLink="false">93321@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Andre - many thanks for your reply. I had checked that but I tested it again as follows:</p>
<p>Forum = Visibility: Hidden<br />
User = Forum Participant<br />
Result = Oh bother! No forums were found here!</p>
<p>Forum = Visibility: Hidden<br />
User = Forum Moderator<br />
Result = Forums and topics show OK</p>
<p>Forum = Visibility: Private<br />
User = Forum Participant<br />
Result = Oh bother! No forums were found here!</p>
<p>Forum = Visibility: Private<br />
User = Forum Moderator<br />
Result = Forums and topics show OK</p>
<p>I also tried posting a topic as the user, but even that does not show.</p>
<p>SDo no luck
</p>]]></description>
					</item>
		<item>
			<title>Andre on "Forum Participant role cannot view private forum"</title>
			<link>http://bbpress.org/forums/topic/forum-participant-role-cannot-view-private-forum#post-93318</link>
			<pubDate>Sat, 15 Oct 2011 16:54:36 +0000</pubDate>
			<dc:creator>Andre</dc:creator>
			<guid isPermaLink="false">93318@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Private is for Admins and Moderators only. I think you want to use "hidden" in place of private.
</p>]]></description>
					</item>
		<item>
			<title>mjpg on "Forum Participant role cannot view private forum"</title>
			<link>http://bbpress.org/forums/topic/forum-participant-role-cannot-view-private-forum#post-93313</link>
			<pubDate>Sat, 15 Oct 2011 12:26:28 +0000</pubDate>
			<dc:creator>mjpg</dc:creator>
			<guid isPermaLink="false">93313@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>WordPress 3.2.1; bbPress 2.0; GD bbPress Attachments 1.2.1</p>
<p>I have installed bbPress OK and have a single forum with a few topics/replies as a test.</p>
<p>The forum is for members only and so I set it to 'private' in Forum attributes &#62; visibility.</p>
<p>I then created a member 'Fred Smith' and set them as a 'Forum Participant' but when I log in as them, I get an error "Oh bother! No forums were found here!".</p>
<p>If I set them to 'Forum Moderator' they can see the forum and topics, but then they also have moderator privilages displayed, which is not wanted.</p>
<p>Is this a bug, or am I not understanding 'private' correctly?</p>
<p>Thanks for any help.
</p>]]></description>
					</item>
		<item>
			<title>Andre on "User Signup"</title>
			<link>http://bbpress.org/forums/topic/user-signup#post-93010</link>
			<pubDate>Thu, 06 Oct 2011 17:15:49 +0000</pubDate>
			<dc:creator>Andre</dc:creator>
			<guid isPermaLink="false">93010@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>If you have a multisite installation the registration setting is at /wp-admin/network/settings.php. I don't remember where it is for non Multisite installations because I don't have any of those.
</p>]]></description>
					</item>
		<item>
			<title>DaleAB on "Controlling bbPress Users With WordPress&#039; User Database"</title>
			<link>http://bbpress.org/forums/topic/controlling-bbpress-users-with-wordpress-user-database#post-92997</link>
			<pubDate>Thu, 06 Oct 2011 05:06:19 +0000</pubDate>
			<dc:creator>DaleAB</dc:creator>
			<guid isPermaLink="false">92997@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I'm thinking I'm pretty happy that I found bbPress. I'd appreciate someone chiming in on the following use case for bbPress. Is the following possible?</p>
<p>I'd like to completely prevent a user from registering in bbPress. I want the WordPress User database to control roles and capabilities inside bbPress. In fact, I don't want users to be able to register in WordPress either. No, it won't be any empty forum (hampers discussion) because all of the users will be added and updated via an integration between an external customer system and the WordPress user database.</p>
<p>Here's the perfect scenario for our client.</p>
<p>In the external customer system a subset of customers, lets say 10 of them get a role and custom capability called "Review Committee". The integration between the customer system and WordPress User database insures the 10 customers on the committee are in the WP User database with the "Review Committee" capability. In bbPress, we'd like the Review Committee to have a private discussion space/thread (sorry, I'm not familiar with the correct bbPress term), controlled by the user capability the 10 individuals have where only the 10 of them with the "Review Committee" capability can participate in their discussion, share documents, etc. For our client, subsets of their customer base like the "Review Committee" example outlined above will come and go but all will need a private space in bbPress to conduct their business.</p>
<p>So, will this work?</p>
<p>Your thoughts are very much appreciated!</p>
<p>DB.
</p>]]></description>
					</item>
		<item>
			<title>bobodisco on "User Signup"</title>
			<link>http://bbpress.org/forums/topic/user-signup#post-92995</link>
			<pubDate>Thu, 06 Oct 2011 02:57:25 +0000</pubDate>
			<dc:creator>bobodisco</dc:creator>
			<guid isPermaLink="false">92995@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>How do I allow people to sign up to my forum, Currently I have a page set up with the sign up short code and when one attempts to sign up the WP login page is displayed with a message stating "User registration is currently not allowed." Is this a setting that needs changing in the admin section of my site? </p>
<p>Thanks
</p>]]></description>
					</item>
		<item>
			<title>cavenewt on "Sort Users in Admin Panel"</title>
			<link>http://bbpress.org/forums/topic/sort-users-in-admin-panel#post-92190</link>
			<pubDate>Sat, 17 Sep 2011 19:50:04 +0000</pubDate>
			<dc:creator>cavenewt</dc:creator>
			<guid isPermaLink="false">92190@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I'd like the same thing. Well, I'm going to install the New User Notification Email plugin, but I'd still like to know how to sort the use list by reg date.
</p>]]></description>
					</item>
		<item>
			<title>be.green on "User and Cookie Integration FAIL"</title>
			<link>http://bbpress.org/forums/topic/user-and-cookie-integration-fail/page/2#post-91865</link>
			<pubDate>Sat, 10 Sep 2011 02:46:11 +0000</pubDate>
			<dc:creator>be.green</dc:creator>
			<guid isPermaLink="false">91865@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>As it turns out - although I deactivated and removed plugins, the WordPress plugin 'W3 Total Cache' leaves remnant files in wordpress's 'mysite.com/wp-content/' directory that conflict with the Deep Integration. </p>
<p>Upon explicitly removing those 'W3 Total Cache' plugin .php files ~ I was able to reinstall bbpress and Deep Integrate successfully.
</p>]]></description>
					</item>
		<item>
			<title>be.green on "User and Cookie Integration FAIL"</title>
			<link>http://bbpress.org/forums/topic/user-and-cookie-integration-fail/page/2#post-91579</link>
			<pubDate>Fri, 02 Sep 2011 22:09:48 +0000</pubDate>
			<dc:creator>be.green</dc:creator>
			<guid isPermaLink="false">91579@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>i'm having the same problem.</p>
<p>I've set up a bbpress forum and followed all of the instructions available on the documentation for integrating wordpress and bbpress. All is well until I attempt to Deep Integrate by editing the 'bb-config.php' file adding: </p>
<p>require_once(dirname(__FILE__) . '/../wp-load.php');</p>
<p>When this line is included in the bb-config.php file I receive an "HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request." in chrome and just a blank white page in firefox when attempting to view the bbpress page (mysite.com/forum) without first having signed into wordpress.  </p>
<p>when i sign into wordpress first and then browse to mysite.com/forum, the bbpress front page appears but i have to resubmit credentials.  if i sign out of bbpress then i get the error/blank page again.</p>
<p>of interest is when i replace define('WP_CACHE', true); with define('WP_CACHE', false); in wordpress's wp-config.php file - the error/blank page issue goes away, i am able to access bbpress (mysite.com/forum) without first having signed into wordpress - but the user and cookie integration FAIL still occurs -  </p>
<p>I appreciate any insight.
</p>]]></description>
					</item>
		<item>
			<title>saadlakhany on "Only show forum to paid members"</title>
			<link>http://bbpress.org/forums/topic/only-show-forum-to-paid-members#post-91399</link>
			<pubDate>Tue, 30 Aug 2011 19:30:32 +0000</pubDate>
			<dc:creator>saadlakhany</dc:creator>
			<guid isPermaLink="false">91399@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hello</p>
<p>I am using a paid membership plugin on my site which has a conditional function which you can use to check if a user is a paid member</p>
<p>Now I don't where to put that function in bbpress files or which hook to use to show a not allowed message  when a non paying member tries to open the forum</p>
<p>It would be grea tif some could point me in the right direction or just tell me in which file to look for.. I am guessing I can use the same function bbpress uses to check if the forum in private or public</p>
<p>Thanks.
</p>]]></description>
					</item>
		<item>
			<title>bleh on "Step by step guide"</title>
			<link>http://bbpress.org/forums/topic/step-by-step-guide#post-89868</link>
			<pubDate>Sun, 17 Jul 2011 18:36:23 +0000</pubDate>
			<dc:creator>bleh</dc:creator>
			<guid isPermaLink="false">89868@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thanks. That will really help make this plugin workable for a lot more people, I'm sure.
</p>]]></description>
					</item>

	</channel>
</rss>

