I set the number of topics and replies that should be shown in a single page as 2, 5, 6 and 10. It doesnt work that way. The rest is paginated and indicated in the page, but not navigatable. I am disappointed. Is there any work around?
Pagination doesnt work properly (bbpress wordpress plugin)
Published on July 28th, 2012 by newpressWhishlist & OptimizePress.
Published on July 28th, 2012 by wendykierI am using whishlist as a membership site with Optimize Press. I don’t seem to be able to get bbPress to work. When the pages are set up it goes to a 4O4 Page
How to check if forums do have topics?
Published on July 28th, 2012 by EphramarI use ClassiPress as my current theme with “standalone” BBPress installed on it
I do have six forums namely
- Sports (with two topics)
- Student
- General (with two topics)
- Food
- Gossip
- Newbie Parents
I manage to edit the overview of my forums. But as you can see on the image. The topics, except for the stacked one, is present on all of the forums

How may I able to display topics on their respectable forums?
stoping forum particpant from getting to dashboard
Published on July 27th, 2012 by UnconformedHi
Can you please help me find a way to stop forum participants from getting into the dashboard? Is there a plugin or something?
Private messages
Published on July 27th, 2012 by UnconformedHi guys
Can any one suggest a simple private messages plugin?
I tried this: https://bbpress.org/plugins/topic/private-messages/
Could not get it to work
Cheers
Forum Description Vanished
Published on July 27th, 2012 by mrjarbenneSince updating to bbpress 2.1 the Forum Index is blank (whether pulled up through http://domain.com/?post_type=forum, or with the shortcode), and the descriptions entered for each of the Forum posts are not showing up. When all of the forum topics are set to private, a user who is not logged in sees the dialogue “Oh bother! No forums were found here!” But once the user is logged in, that dialogue disappears, but none of the Private Forums appear.
I’ve reset the permalinks in Settings and in the Forum slugs area, and tried the Repair functions as well.
Conditional enqueue in header
Published on July 27th, 2012 by aaclaytonHi bbPress community,
Thank you for all your collective hard work on this great plugin. I’m working on an integration of the new 2.1 plugin into my own theme, and I had a question about scripts and styles that bbPress enqueues into the wp_head.
In general, for plugins which are highly localized on the site (ones that only get used in very specific places), I prefer to conditionally enqueue styles and scripts to keep the head section of the main site relatively clean. bbPress currently initializes the following code site-wide:
/** Scripts ***********************************************************/
add_action( 'bbp_enqueue_scripts', array( $this, 'enqueue_styles' ) ); // Enqueue theme CSS
add_action( 'bbp_enqueue_scripts', array( $this, 'enqueue_scripts' ) ); // Enqueue theme JS
add_filter( 'bbp_enqueue_scripts', array( $this, 'localize_topic_script' ) ); // Enqueue theme script localization
add_action( 'bbp_head', array( $this, 'head_scripts' ) ); // Output some extra JS in the
Normally I’m fairly handy with actions and filters in my functions.php file, but I’ve had a load of trouble getting these scripts to conditionally enqueue. Ideally, I would want to condition them on is_bbpress(). Can anyone offer a snippet to filter these unless is_bbpress() is true?
Thanks in advance, and let me know if my question is unclear in any way.
Andrew
first entry missing on single topic page // visible only for admin
Published on July 27th, 2012 by AlexJS3.4.1 + 2.1 Hi, not sure if this is a bug or feature but when a user is creating a new topic the post does not show up aferwards … only for the admin. So this seems a right problem but I test it with all set to public. When the creator clicks on edit the post content shows up again … wired.
UAM – user access manager plugin deactivated and problem gone but that is not a solution. Any idea how to fix it?
Why is the topic body missing on the single topic view for all but the admin??? Please help.
Thanks and cheers, alex
Mandatory Anonymous Posting?
Published on July 27th, 2012 by quiksilver189Hello,
I’ve seen a lot of talk on these forums about Anonymous posting, and I was wondering how easy/feasible it would be to have an anonymous posting system work like the following:
Users need to register in order to post. They have their own username, password, etc. etc., but when they post their username doesn’t show up whatsoever to other posters. Guests CANNOT post at all, which is how this is very different from the previously used versions of Anonymous posting.
I would hope it’d be fairly simple in the posting code, but I’m not experienced enough to know exactly what I’d do. In the simplest terms, whenever there is a post, remove the field that shows the Username of the poster. Similarly, in the Topic view, remove the username from that field as well. Is that possible?
Any help would be greatly appreciated. Thanks!
bbp_list_forums does not show anything
Published on July 27th, 2012 byIn my bbpress sidebar, bbp_list_forums() function does not echo anything. What is the trouble? wp_tag_cloud() works fine few rows below. Pls help