bbPress Plugin Browser »

Private Forums (5.0)

Download

Version: 5.0

Other Versions

Last Updated: 2007-7-17

Requires bbPress Version: 0.74 or higher

Compatible up to: 0.74

Author Homepage »

Plugin Homepage »

Donate to this plugin »

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(15)

Your Rating

Author: Aditya Naik

Tags: , ,

  1. I was frustrated by the RSS bug, too. Not much point in having private forums if all the info was readily available in the RSS feed, right?

    Now, I'm not at all familiar with bbPress and I'm no PHP guru, but here's my assessment of what's going on. I would love to be corrected if I'm wrong!

    To filter posts in the RSS feed, the plugin does this:
    add_action( 'bb_rss.php', 'private_forums_filter_stuff_in_rss' );

    The problem is that there isn't a bbPress hook called 'bb_rss.php'. Thus, the function never runs.

    My solution (and I don't like it) is to add this line after every instance of the $posts array being populated in /rss.php:
    do_action( 'bb_rss.php' );

    That works, but any future bbPress updates will break it again.

    Posted: 1 year ago #
  2. Not so good because it hides some forums that are no private

    Posted: 1 year ago #
  3. Hello
    I can't get this plugin to install correctly. I don't have a my-plugins directory. I created one and tried to place it in various location but it shows either an error or nothing happens.

    I am using WP multisite with Buddypress and the plugins from WPMUDEV.org.

    I am trying to find a way to have a forum assigned just to a particular membership level in my membership.

    Dustin

    Posted: 6 months ago #
  4. thanxx

    Posted: 6 months ago #
  5. Plugin could not be activated because it triggered a fatal error.

    Fatal error: Call to undefined function bb_get_option() in /home/content/f/i/c/ficam/html/wp-content/plugins/private-forums/private-forums.php on line 57

    Posted: 6 months ago #

RSS feed for this topic

Add a Comment

You must log in to post.