Forum plugin for WordPress
Questions tagged [bbpress]
169 questions
2
votes
1 answer
Unable to install bbpress themes
I am having an issue with a wordpress and a bbpress plugin. I need to install a bbpress theme, but I can't seem to have them show up in admin, although I put it in the right directory. I have also tried with other themes, same result.

Claudiu Sterian
- 21
- 1
1
vote
1 answer
bbPress and Wordpress integration please login to post
I have integrated bbPress with Wordpress and it works fine on the development server but when I moved to production server, it is now asking me to log on before posting new topic even though I was logged on in Wordpress side. I didn't have to log on…

user952543
- 415
- 2
- 8
- 19
1
vote
1 answer
Enable anonymous posting in bbPress (remove name, url, and email fields)?
How can I completely hide and disable the name, url, and email fields in the "reply" a.k.a. comment form in bbPress so that users can participate anonymous in discussions without registering?
There is an excellent thread on WPSE but it was closed…

Jesse Nickles
- 1,435
- 1
- 17
- 25
1
vote
0 answers
How can I close the "edit" option from a question when it has been answered? bbPress Plugin || Wordpress
I was wondering if there is an option in the bbPress plugin where, whenever a Topic has a reply, the option to edit the question right before the answer will be disabled.
For a better example:
Let's suppose that a new user starts a topic:
This…

Jameu Lukasli1
- 497
- 4
- 22
1
vote
1 answer
How do I solve bbpress plugin pagination problem using paginate_link()
As I am having difficulty creating the pagination. I explored this method of adding it directly \includes\forums\template.php in the plugin.
function bbp_has_forums( $args = array() ) {
// Forum archive only shows root
if (…

Curtis Lanz
- 405
- 2
- 16
1
vote
2 answers
Change default user profile URL - BBpress Plugin
Bbpress Wordpress Plugin have default link user profile url. The link like this: www.example.com/forum/users/(username)
The main purpose in nutshell is: I want to change the url.
Actually, I found the solution but its not perfect. The code like…

Hendra
- 99
- 9
1
vote
2 answers
How to clean a table after values missing from another table?
I was unsuccessful trying to migrate a bbPress 1.0 instalation to the new bbPress 2.0 plugin on my WordPress, which made quite a mess on my wp_posts table.
I solved that by deleting every posts who was carrying the values topic and reply to the…

Alexandre Pereira
- 23
- 2
1
vote
1 answer
bbPress Remove Forum posts after 4 months
I would like to remove forum posts from my marketplace forum that haven't been active for 4 months.
I've been looking around online but the only answers I've found were from 5+ years ago and don't work (anymore).
I've tried doing it with PHP, and…

X. Tamis
- 335
- 1
- 15
1
vote
4 answers
Wha'ts wrong with this PHP If statement that uses the 'is greater than' operator?
In this case I want to make the code work only if there are more than 5 replies.
5 ) : ?>
ID); ?>

alexchenco
- 53,565
- 76
- 241
- 413
1
vote
0 answers
BBPress and Wordpress Responsive Video Embed Link
I am trying to allow users to embed videos in BBPress just by pasting links from Youtube. When I do so the videos appears but is cut off because the comment box is to small to fit the iframe that is added to the site when WordPress adds the embed…

Matt
- 211
- 4
- 16
1
vote
0 answers
One javascript function works outside a loop-file, other doesn't
BBpress uses loop-single-reply.php and content-single-topic.php to display a page inside a topic. I've edited both files for some extra functionality.
Everything works as it should but I can't stop wondering why I have to place one javascript…

AA-T
- 83
- 7
1
vote
1 answer
BBpress like/reply notification
I am struggling to implement a plugin / functionality to catch the likes and replies from a source user (giving the like/reply) and notify the destination user (the author of the post) in bbpress, the forum plugin from wordpress.
Are you aware of…

Prim Umbrella
- 11
- 3
1
vote
1 answer
bbpress user-roles or capabilities per forum
I'm trying to setup a bbpress with extended user capabilities.
The problem
My goal is that users need to have different capabilities in each forum, i.e:
UserA can't access ForumW
UserA can only read topics and replies in ForumX
UserA can create…

ad_on_is
- 1,500
- 15
- 27
1
vote
0 answers
Getting User Online Status in Wordpress
Hi i have bbPress forum and i want to display information about user online status in posts comments.
If comment author is logged in: online
If comment author is logged out: offline
If comment author doesn't have an account: not registred
How do…

Avigo
- 149
- 1
- 1
- 9
1
vote
0 answers
bbPress how to sort users by most created Topics?
I am using Wordpress and bbPress as a Forum. I want to list 5 Users by most created Topics. Is that Possible?
I have searched for it but doesnt found such an Plugin anywhere.

Crookie Susoku
- 13
- 3