I deactivate it and delete it and it still didn't work. I had to edit it from the database (MySQL) directly to set it to normal.
bbPress Plugin Browser »
Private Forums (5.0)
Download
Version: 5.0
Last Updated: 2007-7-17
Requires bbPress Version: 0.74 or higher
Compatible up to: 0.74
Average Rating





Your Rating
Author: Aditya Naik
-
Posted: 1 year ago #
-
When this plugin is activated the RSS feeds for private forums come up empty (blank, no code at all) I'm wondering if there is a way to have feeds work for private forums, or is that impossible?
Posted: 1 year ago # -
"I found a bug.
When I turn the show/hide vs messages to hide forums/topics
and set some topics to private, all the topics get privatized....
or some strange selection of them do.
Now when I turn set it to print "private!!!" the privates forums/topics seem to work as expected."I have that same problem, except the fact that Dave's solution is leaving my forum completely blank. What to do?
Posted: 1 year ago # -
The plug-in is great, but somehow it turns off randomly. With the forum going live in about a week, I really need some help with this.
Posted: 1 year ago # -
Private Forums does experience that "turn off" issue. I am uncertain if it's being maintained anymore. Try my Hidden Forums instead. It doesn't have a fancy admin menu (yet) but you really only need to set it up once and forget about it.
Posted: 1 year ago # -
Doesn't seem to work when a forum with subforums is involved... the forum stays hidden despite its settings.
Posted: 1 year ago # -
I really like this plug-in, but... the reset issue is a serious problem.
If you want to make all of your forums viewable only to registered users, add this to the bottom of header.php:
<? if (bb_get_current_user_info() == NULL) { exit; } ?>This just tells bbpress to bail if the user is not registered and logged in.
Posted: 1 year ago # -
For some reason when I set any forum to private, no forums would show up.
The fix was to modify private-forums.php on line 294
change: $new_forums[] = $forum;
to: $new_forums[$forum->forum_id] = $forum;
I didn't really look into why it was doing because I didn't want to learn the plugin, but in case anybody else is having that problems, that's the fix.
Posted: 1 year ago # -
Great plugin - despite all of the 'reported problems' - I didn't have any BBPress 0.9.04 with Wordpress 2.7.1 integration. It does exactly what I wanted - WITH the addition by AndyPotanin above:
The fix was to modify private-forums.php on line 294
----------------------------------------------------
change: $new_forums[] = $forum;
to: $new_forums[$forum->forum_id] = $forum;This is exactly what I need, as I do not want hidden forums, I don't want my forums hidden, I only want them reported as 'private' and I do not want others to view them unless they register/login. There is even a great update to add your own User Types here:
http://bbpress.org/forums/topic/adding-a-new-user-type?replies=6#post-9210
and here:
http://bbpress.org/forums/topic/custom-user-groupsUsing this combined with Hidden Forums (there are still a few forums I want to hide completely) provides the perfect solution!
Thanks!
Posted: 1 year ago # -
One more thing, on adding private roles, you can find great info at:
http://www.onetouchinnovation.com/scripting/extending-bbpress-private-forumsPosted: 1 year ago # -
Could someone tell me how you change the text of the automatically generated e-mail notifying the new user of their username and password? Or if its possible?
Posted: 9 months ago # -
Thanks for this "essential" bbPress-plugin.
Posted: 5 months ago # -
It works for the latest bbPress version, GREAT!!
Posted: 5 months ago # -
When I use 'Hide Private Forums and Topics' it Hide all the forums exept the first...I think it's a bug...SORRY the post above solved the problem...I missed it.
Posted: 1 month ago # -
Wonderful plugin, Still working perfectly
Posted: 3 weeks ago # -
hi, i am new to wordpress and bbpress, i use the private forum plugin now but having problem when i rename a forum because it dissappear in view even it is open for all,
Posted: 1 week ago # -
my case is solved by reading the post of andypotanin, thank you very much
Posted: 1 week ago # -
Help, RSS Feed issue hit again! i type at the browser [my_site_url]/rss.php then results all including private messages
Posted: 5 days ago # -
I upgrade to private forums 5.2 trunk, still the same issue in RSS
Posted: 5 days ago # -
Ok i get it the RSS only gets the first topic and does not expose all the discussions, I am expecting that private topics cannot be query by RSS Feed if is is private....
Posted: 5 days ago #
Add a Comment
You must log in to post.