Skip to:
Content
Pages
Categories
Search
Top
Bottom

there’s no reply form in the page

Published on October 25th, 2020 by henrycui

here is my forum address,https://www.chaintopic.com/forums
I just can’t reply any topic,I don’t know where is wrong with it

Several ‘Forums’ on one site

Published on October 24th, 2020 by dealfiles

I would like to create a website that would act as a Forum ‘platform’ for several groups to interact. I would like each group to have it’s own separate forum that only members of that particular group could view and post in, but I would like every member to be able to “see” the names of all the other group forums on the site, and perhaps even the topics being posted about. That way, if a member of one group saw another group forum that he was interested in, he could then request to join the other group, and receive a password for access, or have access added to his permissions. I would also like the ability to charge a monthly fee for access to the forums, in other words the entire site would be subscriber access only. Is bbPress able to handle all of this?

How do I list more than X number of forums on the forum page?

Published on October 24th, 2020 by uscjohn

WordPress version 5.5.1
BBpress Version 2.7.0
BBStyle pack Version 4.6.1

I have allowed my students to be moderators so they can create forums for class discussions.

Why can I only display 50 at a time?
Can’t there be a next page link to see more forums? I know there are more than 50.

Forum

bbPress registration email confirmation

Published on October 24th, 2020 by lordrayden

Hi guys,

I have gone through a tremendous process to migrate my wp site from multisite to a single site.I believed that bbPress was misbehaving because of my multisite. The thing is that keep having the same issue, when i try to register a user in my bbPress I never receive my email notification to register the user, it seems somehow something in the back end is not working. Please, can you let me know how to solve this? at the moment I am not using any specific loging or registration form but I am planning to, however i have not move forward with this yet as i see I cannot register a user in my new bbPress instance. Please, let me know how I can set this up.

Thanks!!

WooCommerce Hiding Admin Bar for bbPress Moderators

Published on October 24th, 2020 by samtime

Hi,
After updating WooCommerce to the latest version (4.6.1), the plugin is now hiding the WordPress admin bar for bbPress moderators and keymasters. Making it harder for them to moderate the forums.

The following code in my functions.php file used to resolve the issue, however it no longer works:

add_action('init', function(){
if(class_exists('WooCommerce') && function_exists('bbp_get_user_role') && is_user_logged_in()){

$current_user = wp_get_current_user();	
$user_id = $current_user->ID;	
$bbp_get_user_role = bbp_get_user_role($user_id);

if($bbp_get_user_role == 'bbp_keymaster' || $bbp_get_user_role == 'bbp_moderator'){	
add_filter( 'woocommerce_prevent_admin_access', '__return_false' );
add_filter( 'woocommerce_disable_admin_bar', '__return_false' );
}
}
});

I posted this question to the WooCommerce forums and am also posting it here in case anyone else is having similar problems?

Any help or ideas greatly appreciated.
Thank you,
Sam

WordPress 5.5.1
bbPress 2.6.5
WooCommerce 4.6.1

Removing Entry Page Title on Forum Index Page

Published on October 23rd, 2020 by Reed Sutton

Hi,

Can anyone assist with removing the entry title ‘FORUMS’ on this page:https://frugalflyer.ca/forums/

CSS doesn’t seem to work, or seems to be overidden by something in bbpress.

Thanks
Reed

Registered users do not access their profile

Published on October 23rd, 2020 by irenemirirene

WordPress 5.5.1 with Reykjavik theme, bbPre Version 2.6.5. https://help-is.com/

Hello, I am writing from Italy and I ask forgiveness for the bad translation. Registered and activated users are unable to log in, enter a WordPress loop that requires registration details and then return to the home screen without the user, who has filled in everything correctly, being able to enter and modify the profile or create a forum . I can no longer add users manually because bbp tells me they are already registered. I do not know how to do.
Thank you!

Fix forum not working post import

Published on October 21st, 2020 by mfoxdogg

Hello i have just done an import from older website with forums,topics, and replies as separate files due to content already done on the website so doing an export of everything is not possible

However everything is now disconnected and when i run the tools to repair forum it fails on all linking can’t even see replies in wordpress backend due to using too much memory.

I can see everything before the fix and is all ok, just the parent relationships not working

Is there a better importer, old site is wp 3.7 so modern plugins not an option, going through one by one is not an option as there is 1000’s of every level

Or is there a better way to rebuild relationships

Import data service

Published on October 21st, 2020 by barry55

Hi, I am interested in paying to have my old web forum data imported into my new bbPress site. Do you have a service to do this or can you suggest someone who could help?

change or delete avatar in topics

Published on October 21st, 2020 by albertoe

There is any way to change the location of this avatar or delete it with this plugin or another one?

I would like to show like you have

Skip to toolbar