if they are not showing, then it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Health Check & Troubleshooting
Then come back
it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Health Check & Troubleshooting
Then come back
Hello
— getting a new error (that I’ve never seen before) when trying to register a new user
“No {status} key found in the server response, Please try again in a minute.”
Theme Name Kleo (kleo)
Version 5.0.3
Author SeventhQueen
bbPress Version 2.6.6 by The bbPress Contributors
bbPress – Moderation Tools Version 1.2.4 by Digital Arm
bbPress Notify (No-Spam) Version 2.16 by Vinny Alves
Better Notifications for WP Version 1.8.6 by Made with Fuel
BP Profile Search Version 5.4.2 by Andrea Tarantini
BP Registration Options Version 4.3.9 by Pluginize
BuddyPress Version 8.0.0 by The BuddyPress Community
Server architecture Linux 5.4.0-73-generic x86_64
Web server nginx/1.15.1
PHP version 7.3.28-2+ubuntu20.04.1+deb.sury.org+1 (Supports 64bit values)
PHP SAPI fpm-fcgi
Database
Extension mysqli
Server version 10.5.10-MariaDB-1:10.5.10+maria~bionic-log
Client version mysqlnd 5.0.12-dev – 20150407 – $Id: 7cc7cc96e675f6d72e5cf0f267f48e167c2abb23 $
Hi,
My Bbpress allow guest reply and set it to Hold a comment in the queue if it contains
1 or more links,
but my Bbpress it doesn’t show the message “Your comment is waiting for moderation”, when a user comments it just shows nothing.
How can I show the message “Your comment is waiting for moderation”?
Thanks,
I did a EDIT in a FORUM Post but in the ACTIVITY feed it doesn’t change it?
Is there a way to get a edit in BBPRESS to change the ACTIVITY feed on the fly when editing?
Hello everyone! I’m working on a online store made with Magento, but it also have a forum created with bbPress and I have to make a modification but it’s the first time when I work with WordPress. After we enter in a discussion, we have the question, the answers and after Similar discussions, topics(topics that are in the same category with the question). Right now we are loading 10, but I need a button bellow and everytime when you press it to load another 10. In content-single-topic.php I have this custom code, that give us the number of similar topics, on the homepage of te category we have 50 discussion on page:
<?php
$direct_parent = $post->post_parent;
if (bbp_has_topics(
array(
'author' => 0,
'show_stickies' => false,
'order' => 'DESC',
'post_parent' => $direct_parent,
'post__not_in' => array($post->ID),
'posts_per_page' => 10
)
))
bbp_get_template_part('bbpress/loop', 'topics');
Can someone help me to add more topics on button click with ajax or something like this?
Hi,
I have been using UM plugin along with bbpress for one of my website.
My problem is that custom login page created with UM form works perfectly fine, but my login process with wp-login.php is not consistent and sometimes gives error even when username and password is correct.
What could be the issue?
Thanks
PinkishHue’s post at https://bbpress.org/forums/topic/how-to-get-a-feed-of-all-activity/ might be useful. It has links to shortcode like [display-posts author=”bill”].
I’m also interested in that type of shortcodes (and whether they exist), and if there are other ways to do it besides with shortcodes.
If the shortcodes for it don’t exist, I’m a little curious about why they don’t exist, though why they don’t exist isn’t a burning question, to me. I couldn’t find anything like it at https://codex.bbpress.org/features/shortcodes/.
Though, I already asked how to do it, not necessarily with shortcodes, at https://bbpress.org/forums/topic/links-to-what-was-started-created-by-logged-in-users/. I added the tag “alternatives” to let people know that there might be other ways to do it.
Thanks for your work.
Do the topics at
https://bbpress.org/forums/topic/user-activity-topics-started-or-replied-to/
and
https://bbpress.org/forums/topic/user-activity-topics-started/
mean that it can only be done with (what is to me) a lot of code? I’ll learn the code if I have to, but right now I’m looking for something easier, even if it doesn’t give me a lot of control. I know I said I found plugins, but I’d trust what I found so much more if they were discussed in places like wpbeginner and this bbPress support forum. How can I tell if I should go with a plugin?
Adding tags like “user activity”, “activity widget”, and “activity menu” might make this topic helpful for others, unless what I’m looking for is called something else that I don’t know the name of.
Was it wrong to create this reply, if it is bumping?
Thank you.
I followed your suggestion and disabled plugins (I did in groups as I could not disable everything at once). I could not find anything that would make those scheduled posts disappear from the list.
I installed the Health Check & Troubleshooting plugin (great tool by the way). Changing theme didn’t do anything. Enabling bbpress alone, it was still showing those scheduled posts. Nothing else (but the must-use plugins) was enabled.
And none of your plugins is associated with that either.
I think you are really looking for some wordpress training. bbpress just uses wordpress login, and the pop up or tooltip type help text you are after is well beyond any free help, and would require extensive site specific coding – sorry.
Hello all,
I have a question i am testing a migration from phpbb to bbpress. but now for a while i get a repeat of step 8, how long does this take? i have about 60 times step 8 now and counting.
And i do not see any users from the original forum, i still have to do the repair as mentioned above to see if that works.
Dear all bbpress experts,
This is pertaining to the forum site http://www.dentistrytoday.info.
I would be greatly obliged of this forum can suggest ways and means to guide our dentist user during the registration and posting process. The intention is to make it as easy as possible for the user to post and reduce the learning curve time.
I want to make it as easy as possible for the user to post queries, upload clinical images as attachments or as inline images etc.
Therefore, I want to insert instruction text boxes whenever required. If possible the instruction text boxes should have a CLOSE button so that the boxes can be closed of the does not want to see them.
Also the instruction boxes should be mobile friendly.
Now my queries
1. Is there any plugin which can do this?
2. Can we insert instruction boxes by drag and drop method?
3. Once the boxes are inserted will my staff be able to do minor changes in the wording of the text boxes from the dashboard.
4. If the boxes are created by manual coding than will they be disturbed of any of the plugins already installed are updated.
I also want to put instruction boxes on the registration page. The intention is to guide the new user for the registration process.
Are there any other methods for this ( chat bot, call out boxes etc.)
Hope to see a lot of responses and many thanks in advance for the same. Please open the WORD file attached to this message.
Regards,
Dr. Veerendra Darakh.
suspect it might be a another plugin that is adding these (possibly one of mine, but hopefully not!)
so the standard fault finding applies
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Health Check & Troubleshooting
Then come back
so how is it visible, as a menu item?
and what method in item 3 of this are you using
Step by step guide to setting up a bbPress forum – Part 1
I would also like the options of “Topics Replied To” and “Subscriptions”. I would like for it to look something like
https://drive.google.com/file/d/1tDn-54qvuhLe0_yqoUtA4S_zuYE7XqIO/view?usp=sharing
which is part of a screen that looks like
https://drive.google.com/file/d/1460rnXZZ43auHj0jE9YByxf3-hcg72x7/view?usp=sharing
I’ve found plugins that I think I can do this with, but I don’t know how reliable and dangerous those plugins are to use. If possible, I’d like to compare a widget (that can do what I described above) with a page (from a menu) that can also do it. The above two links went to two pictures. Also, please tell me what specific plugin, pages, or etc. was/were used to create the parts of those two pictures (that are specifically of a bbPress page) that I have been describing.
Thank you.
For anyone else looking for solution to bbpress posts being marked ‘Pending’ without clear reason, check Settings > Discussion and the settings there, particularly the number of links before posts are automatically sent for moderation, which was tripping us up.
Hi,
I’d like to modify the reply topic from paragraph <p> to heading <h1> or <h2>. I tried to modify few php files but couldn’t get it working. Also checked few codex content but couldn’t find anything relevant. Wondering if somone done this before or knows how to do it. Thanks.
We’re having a similar issue in a LearnDash/bbPress site:
If the post is on page 2 of the topic, for example, the direct link to the post redirects to the main page of the topic like this:
https://example.com/forums/topic/ask-anything-about-week-1-lesson/#post-51504
and not like this (where I manually added the page number). this link works correctly:
https://example.com/forums/topic/ask-anything-about-week-1-lesson/page/2/#post-51504
Did we miss something in the configuration?
Thanks
I want my forums to be private.
I want none of the forums, topics or posts to be viewable to anyone who isn’t logged in.
I’ve tried a plugin called “bbPress Members Only”.
However, this leaves the forum index open, and prevents non-logged-in users from seeing anything beyond the homepage: I want some pages to remain public.
Are there any plugins, or any options within bbpress itself that will let me create this level of privacy?
Hi,
So, when a user makes a comment on a forum from their (Apple – IOS) phone and uses the emoji keyboard within the comment, the emoji shows up as a ‘?’. Initially, the emoji is shown fine on the Apple phone (not on the desktop/other systems) but after refreshing the page, the emoji turns to a ‘?’.
Is there a way to fix this?