ok, I cannot say why breadcrumbs are not working for you.
it could be a plugin issue
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
ok, you will need to define what you mean by
But “Breadcrumbs” doesn’t work
It looks fine on my test site, so are you not seeing it, or precisely what is it not doing?
A little more explanation: My site is active so I don’t want to switch to a default theme because it makes the site go nuts. (My site uses twenty-seventeen.) I tried switching to twenty-twenty on my staging site, but that didn’t help because I couldn’t test the problem as a user since I have to stay logged in as myself in order to use my staging site.
If I decide to test by changing themes on my live site and letting it go nuts, and if that were to solve the user posting problem, how would that help? I have to be able to use the twenty-seventeen theme. I have worked and worked with twenty-seventeen over a long time to get it exactly like I want it. Twenty-twenty or twenty-one will not work for me.
so did you do this bit?
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.
Done and I’m back.
I put the results of the health check below. I have been waiting to upgrade to WP 5.9.3. (Problem avoidance syndrome). It doesn’t seem that the two deactivated plugins (that I plan to use in the future) should be causing my problem.
(Also, I noted that a user is able to post blog comment without a problem.)
Hoping you can help me.
…….
Results of Health Check:
Site Health Status
2 Recommended improvements
WordPress update available (5.9.3) Performance
A new version of WordPress is available.
Install the latest version of WordPress
You should remove inactive plugins Security
Plugins extend your site’s functionality with things like contact forms, ecommerce and much more. That means they have deep access to your site, so it’s vital to keep them up to date.
Your site has 2 inactive plugins. Inactive plugins are tempting targets for attackers. If you’re not going to use a plugin, we recommend you remove it.
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
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
My WordPress theme (Mai-theme Success) seems to hijack the search result formatting when searching the forums. I can’t seem to figure out how to stop that.
Here’s a test site showing it:
Forums
https://wp-testing.hruskagroup.com/forums/searchforums/theme/
Ideas?
untested, but this should do it
add_filter( 'bbp_new_topic_redirect_to', 'rew_forum_redirect_topic' , 10 ,3 ) ;
add_filter( 'bbp_new_reply_redirect_to', 'rew_forum_redirect_reply' , 10 ,3 ) ;
function rew_forum_redirect_topic ($redirect_url, $redirect_to, $topic_id ){
$redirect_url = 'http://mysite.fr/newsfeed' ;
return $redirect_url ;
}
function rew_forum_redirect_reply ($redirect_url, $redirect_to, $reply_id ){
$redirect_url = 'http://mysite.fr/newsfeed';
return $redirect_url ;
}
not tested, but possibly this
Open Links In New Tab
I am just using the wp registration and login. I did one test and after the registration the login took them to the site not the admin section so this is good!
So I guess I’m not understanding how this all works. The website is a photography club and is wordpress.org. I just added this bbPress forum plugin and have all the forums set up. I’m ready to test with two other people. I now need to have a place were the two others can register, I then want an email so I can review and approve them. How do i accomplish this? After that I think the login page with the shortcode provided by Robin W should work.
@robin-w, @carasse64:
I tried it on a test site just now. I didn’t do any extensive testing, but does appear to work!
Pretty cool.
-Mike
I’m ready to test out the forum with a few people before adding the forum login link to the main menu. I want them to have to login like the link was in place so I’ll just email the login link to them. I’m not quite sure how this should be set up. Do they use the same login as I do as the site administrator? I don’t want them to see the sites back end, just to login so they can participate in the forum.
thx,
Steve
sorry, test was invalid – I had my test user with too many privileges!
So, users who can ‘Throttle’ (see https://codex.bbpress.org/getting-started/before-installing/bbpress-user-roles-and-capabilities/ for list) bypass the duplicate check – so likely that if you were testing you will have that capability.
Can you comer back if you still have an issue.
I can repeat this issue on my test site post 5.9.3.
I’ll take a look to see.
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
thanks, I’ve just loaded sydney 2.02 onto my test site, and I can create forums.
Can you confirm that you only have the theme and bbpress active?
If so, can you just confirm exactly what you are doing as a series of steps, eg dashboard>forums>add new…….. etc.
hmmm…
Possibly a theme or plugin conflict
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
untested, but this should work
add_filter( 'bbp_get_topic_post_date', 'rew_date_only' , 20, 6) ;
function rew_date_only ($result, $topic_id, $humanize, $gmt, $date, $time ){
$topic_id = bbp_get_topic_id( $topic_id );
// 4 days, 4 hours ago
if ( ! empty( $humanize ) ) {
$gmt_s = ! empty( $gmt ) ? 'G' : 'U';
$date = get_post_time( $gmt_s, $gmt, $topic_id );
$time = false; // For filter below
$result = bbp_get_time_since( $date );
// August 4, 2012 at 2:37 pm
} else {
$date = get_post_time( get_option( 'date_format' ), $gmt, $topic_id, true );
$result = $date;
}
// Filter & return
return apply_filters( 'rew_date_only', $result, $topic_id, $humanize, $gmt, $date, $time );
}
}
Put this in your child theme’s function file –
ie wp-content/themes/%your-theme-name%/functions.php
where %your-theme-name% is the name of your theme
or use
Code Snippets
Hi
We have tested all cache systems
Best cache plugin is LiteSpeed Cache
this plugin is also made for bbpress 🙂
(works even better with a litespeed server you can get at Hostinger for instance)
if you subscribe to a topic, then you receive notifications of replies
if you subscribe to a forum, you get notification of new topics
if unsubscribing isn’t working, then it might be something extra that is added, 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.
Then come back
Therefore asking this question on both buddypress.org and bbpress.org support forums. Wondering that this issue has not been yet reported.
If bbpress is enabled hidden bp-groups are not visible for member/moderator or administrator wihin own groups in BP overview page. The number of hidden groups is reported correct under ‘My Groups’ but no icons are shown. Hidden groups are only viewable and accessible via search function.
Tested with these two plugins only activated. Standard WP Install without ‘bp-custom.php’.
Environment:
bbPress 2.6.9 (2.7-alpha), BP 10.0 – 10.2.0, WP 5.9.2, PHP 7.4 (Themes: WP TwentyTwentyTwo and BuddyX)