ok,
on first one
bbp style pack
once activated go to
dashboard>settings>bbp style pack>Topic/Reply Form item 10
installing this plugin should also fix the second item – this is a bug in 2.6.7 onwards that has yet to be fixed.
The submit issue may be because of server response times – in essence if the first post has written to the database before the second tries to, it gets recognised as a duplicate.
I’ve activated the tinymce for my forum like:
function beforget_bbp_enable_visual_editor( $args = array() ) {
$args[‘tinymce’] = true;
$args[‘teeny’] = true;
$args[‘quicktags’] = false;
return $args;
}
add_filter( ‘bbp_after_get_the_content_parse_args’, ‘beforget_bbp_enable_visual_editor’ );
But when I’m on a topic and click to “reply to” on the first post, the tinymce disappears and the text is wirtten on white color.
But if I click reply to on the second post, it works fine…
I try it on a clear WordPress installation and brokes to…
Can somebody help me?
Thanks in advance
Thank you for your answer.
I have installed the plugin. Cleared all caches and tested it with existing forum and new forum – unfortunately the problem persists with the version. If I downgrade it, it works again – only then WordPress complains that there is a security risk etc… because the plugins are not up to date.
best, neratashy
just as a test, can you add
bbp style pack
which has a fix for an issue in 2.6.7 which may or may not relate to this
If you install and activate the style pack plugin, does the problem stay or go away?
This whilst old still works fine
bbPress – Moderation Tools
and will do what you want
Hello,
I am running WordPress 5.8.2 with an Eduma Child theme. I have LearnPress and bbPress (v2.6.6) installed and I have an issue with forums.
Course A is attached to Forum A and this has been working well for over a year. I recently created Course B which is a duplicate of Course A. Course B is attached to Forum A.
Users who are signed up for Course B gets the message ‘ You are not enrolled in the course’ when they try to access their forum which is Forum A.
Please can you help????
Thanks
wordpress does
WordPress 5.8 adds WebP support
so if you have image plugins adding to bbpress, it would depend on whether they do
ok, best advice I can give is the standard fault finding :
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
This might be close to what you ae looking for
bbp style pack
once activated go to
dashboard>settings>bbp style pack>Unread posts
Is there a way to have a thread, forum or page that will show what’s new or new posts? I would like to be able to do this not in a sidebar but in an actual thread, forum or page.
I’, using the latest versions of bbpress and WordPress. I have also tried many different themes.
this looks like it might do it
bbPress Move Topics
whilst it is an old plugin, it is written by Pascal who is a good plugin author, and there have been no major changes other than subscribe since written, and I suspect it does not touch that part.
Nothing I know of
can only suggest you plough through these an see if any will do the trick
20 Free WordPress Gallery Plugins For Photography Websites 2021
In fact, no sense to select specially themes for bbpress. The style pack does everything great in any environment if you are newbies do not know css even.
But pay attention for Gutenberg theme. Fully editable site – the future of WordPress, not ready-made paid themes.
This is a bug in bbpress – yet to be fixed.
In the meantime install
bbp style pack
which should fix
or
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
if( !function_exists( 'bbpress_browser_supports_js' ) ){
function bbpress_browser_supports_js() {
echo '<script>document.body.classList.remove("no-js");</script>';
}
add_action( 'wp_footer', 'bbpress_browser_supports_js' );
}
Sorry, that file is back and corrupted I cannot say why.
I can only suggest 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
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
Hei
After activated bbpress, the default wordpress user role reduced to only reader and administrator.
Is there anyway to get the default roles back?
Best regards,
Susan
Hi! I’ve got that:
Error thrown
Call to a member function get_users_for_object() on null
When i turning visibility option to “Hide” it happens.
And I cannot access any topics and forums.I can only access profile page of bbPress
Found this method in engagements.php(/includes/common)(/includes/users), capabilities.php (/includes/users)
any suggestions to solve it?
using bbPress 2.6.9 and WordPress 5.2.13 with Pointfinder theme.
bbp style pack
once activated go to
dashboard>settings>bbp style pack>Forum Display>item 10
If I go to wordpress and open my site from there I can see the forum page in the main menu.
sorry, can you explain what ‘If I go to wordpress and open my site from there’ means ?
sorry to not explain very well.
I want to see my forum page in the main menu of my page: https://www.ci-space.co/. It is not presented there.
If I go to wordpress and open my site from there I can see the forum page in the main menu.
The question is why I can’t see the forum page in the published version of my site?
I can see it there and also the Forum page is appearing when I am in edit mode in the wordpress but I can’t see the forum page in the main site page menu when I open it from the site link.
only a keymaster can appoint a keymaster.
so go to
dashboard>users>all users and see who is keymaster.
If no-one, then install
bbp style pack
once activated go to
dashboard>settings>bbp style pack>bug fixes
and you will see the ability to add a keymaster