Published on February 19th, 2015 by Stuart Neilson
Is it possible to have more than one create a topic form on the forum page?
I’d like one at the top and bottom of the forum list, i’ve added a second
<?php bbp_get_template_part( 'form', 'topic' ); ?>
to the top of content-single-forum.php
They are both hidden inside collapsing divs which are toggled by a “new topic” button, the first form at the top works fine but the second at the bottom shows no quicktags-toolbar.
What do I need to do so that both work?
I also have an issue where if I press tab from inside the topic title field of the first form it moves me down to the second forms “wp-editor-area”
Published on February 19th, 2015 by van24
Hi everyone
Most of our forum counts on the homepage are OK, but the first forum is displaying 8,343 Topics and 8,343 Posts. It should be more like 8,343 Topics and 40,000 Posts. I have tried using the repair function to recount the topics and posts, but it hasn’t helped.
I also tried deactivating all plugins except bbpress and switching to the 2014 theme. But the posts are still being counted incorrectly.
We’re using all the latest versions of WP, BBP etc.
Does anyone have any other suggestions that I can try? Thanks!
Published on February 19th, 2015 by mhairilongmuir
Hi there,
I have been trying to follow the instruction on your page: https://codex.bbpress.org/modal-login-in-a-menu/
I searched online and via the wordpress dashboard for the plugin mentioned ‘wp modal login’ and I can’t find it?
If not, does anyone have the link for it, or instructions for another one that will work with bbPress? (I’m using the most recent version of WordPress, bbPress and Canvas theme)
Many thanks
Published on February 19th, 2015 by miglaraujo
Hi there,
I’ve been working around bbpress for the past 5 hours, and i’m now using the plugin bbpress addition shortcodes to build my forum.
This is my forum:
http://invaderz.pt/community/?page_id=29
As you can see, i have multiple forum indexes, but they all have the same name. But i need them to have different names from each other.
Is there anyway to do this?
Thank you for you time,
Miguel
Published on February 19th, 2015 by Guru
Hi,
I’m new one in this plugin, i have some doubt, plz clear anybody,
Is it possible to apply age restriction concept in the list topics in the one forum?
I need divide two list 18+ age group and 18- groups in the topics. Already i have applied this concept boddypress activity post list page. So anyone know age restriction apply bbpress plz explain.
Thanks.
Published on February 19th, 2015 by Seo45
Hello everyone, I’m having a problem. I am using something called uerpro, and I integrated it into bbpress, but it now makes it where the profile links to the userpro profiles. This is what I want, but I was wondering if the things like: New posts, replies, signature and everything that was in the bbpress profile page can be put into the userpro profile page. It uses a single page as the template, so if there are shortcodes or something, that would be perfect. Thank you for any help!
Published on February 18th, 2015 by krazen
Hello!
I’ve stumbled across that problem today. Let’s say I make a forum of ID 65 private in bbPress’ settings.
Then, somewhere in my template I’m using get_posts to pull some custom post type content which has nothing to do with the forums. When there is no user with sufficient privileges logged in, bbPress adds following SQL to my query:
... INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) ...
and
... AND (
( wp_postmeta.meta_key = '_bbp_forum_id' AND CAST(wp_postmeta.meta_value AS SIGNED) != '65' )
) ...
which always ends up breaking my query, since the posts I’m querying for do not have meta_key entries of ‘_bbp_forum_id’.
I’ve switched the plugin off temporarily, but that doesn’t solve the problem for good.
Published on February 18th, 2015 by CypressWebs
How can I set up a account bar like in top right where a member can hover over ‘Anonymous’ and login etc?
Published on February 18th, 2015 by salki
can i create web site like stackoverflow.com with bbpress?
and the users can choose best answer?
Published on February 18th, 2015 by pgmvanrijn
WP 4.1/bbPress 2.5.4
Forum
Whenever I try to create a reply I get this message “Reply cannot be empty”.
Obviously the reply isn’t empty at all.
I cannot assume that something this crucial for a forum wouldn’t work, so what am I doing wrong?
Peter