Sovvyg, Are you maybe using a short code to embed the forum on a different page? I am having the same issue when I use shortcodes.
I can’t see any issue in the template file, both breadcrumbs and subscription is on there as it should be. I have made a child file and removed and readded the breadcrumbs which reflects fine but the subscribe button just isn’t showing
In template file:
<?php bbp_breadcrumb(); ?>
<?php bbp_forum_subscription_link(); ?>
If anyone could help id be so grateful, im probably missing something minor!
And similar one, is there any CSS code to hide that line about the number of displayed topics/posts as well? Thanks!
Hi, could you please help me, is there any CSS code to hide that line on the top of every forum page? It looks like this: Home > Forum > Topic…
I use bbPress 2.5.13 and wordpress 4.8.1
My forum is here: http://www.cyklokopce.sk/forums/forum/info-o-trasach-lokalitach/
And the line is Domov › Diskusné Fóra › Info o trasách, lokalitách…
Thank you!
Daniel
Hello,
I am using bbPress 2.5.13
I need to use a shortcode to put my forum on a page in wordpress. The shortcode options in bbp style pack will display the topic index but they will not display the Create a New Topic form or Link, like the regular Forum page does. See screenshots for examples.


We have encountered an issue whereby when multiple forums are placed on a page, using the [bbp-single-forum id=##] shortcode, the HTML buttons do not appear for all but the 1st forum. The class=”quicktags-toolbar” div still appears, but it is empty (the HTML input buttons do not appear within the source HTML).
This issue has been confirmed on multiple installs, with all plugins disabled and using the default WP theme.
Here is a screenshot example: https://imgur.com/rqPiXa6
Hi, I have a multisite setup with a main site and 1 sub-site.
I played around with settings and network activate bbpress before choosing to go with this option: “Sub-Sites of the Network Only” https://codex.bbpress.org/getting-started/installing-bbpress/multisite/
So i want the forums only to be available on the sub-site, so i deactivated the plugin from the network so i could activate it on a sub-site level. But then I got this error message when trying to reach the admin of that sub-site: https://www.dropbox.com/s/j4q73lc5attt23t/activate.jpg?dl=0
Now what should i do to proceed? Are there database tables that should be removed first?
Is there such plugin as you mentioned?
Please ignore it. It is my copy paste mistake.
BathindaHelper.com
I could confirm the issue on your site so please troubleshoot it as described above.
And last, could you pls suggest me some paid developer in/around New Delhi in India, which could help me develop some code for MLM (Multi Level Marketing) for my WP website?
You can contact http://freewptp.com/contact/
You can remove ip address from bbPress posts by using the below custom code in the functions.php file of your child theme or in another custom plugin.
function vvd_no_view_ip( $author_ip, $r, $args ){
return __return_empty_string();
}
add_filter('bbp_get_author_ip','vvd_no_view_ip', 10, 3 );
You can remove ip address by using the below custom code in the functions.php file of your child theme or in another custom plugin.
function vvd_no_view_ip( $author_ip, $r, $args ){
return __return_empty_string();
}
add_filter('bbp_get_author_ip','vvd_no_view_ip', 10, 3 );
You can remove ip address by using the below custom code in the functions.php file of your child theme or in another custom plugin.
function vvd_no_view_ip( $author_ip, $r, $args ){
return __return_empty_string();
}
add_filter('bbp_get_author_ip','vvd_no_view_ip', 10, 3 );
You can remove ip address by using the below custom code in the functions.php file of your child theme or in another custom plugin.
function vvd_no_view_ip( $author_ip, $r, $args ){
return false;
}
add_filter('bbp_get_author_ip','vvd_no_view_ip', 10, 3 );
Instead of editing plugin code you can remove it by using below custom code in the functions.php file of your child theme or in another custom plugin.
function vvd_no_view_ip( $author_ip, $r, $args ){
return false;
}
add_filter('bbp_get_author_ip','vvd_no_view_ip', 10, 3 );
never mind ive done it, thanks to you i merged your solution with mine and hey presto!
function vvd_add_notice_before_topic_form() {
echo '<div class="bbp-forum-content">';
echo bbp_forum_content();
echo '</div>';
}
add_action( 'bbp_theme_before_topic_form_notices', 'vvd_add_notice_before_topic_form' );
Thanks again for your help 🙂
Hi Vinood, thanks for the code, it works perfectly.
The only issue is that the text will need to be different for each forum which is why i was wondering if there was a way to pull the text from the forum description rather than add the custom text in the php file if that makes sense.
If there is not a way then i will make the descriptions more global but ideally i’d be able to make each unique or have none at all.
Thanks, Lauren
You’re right, it was perhaps the theme issue only. Now I’m on my way to pin-point the issue further. But you seem to be right. I’ll let you know.
deactivating all plugins except Unyson plugin
Is there such plugin as you mentioned?
Could you please share me your site URL
BathindaHelper.com
And last, could you pls suggest me some paid developer in/around New Delhi in India, which could help me develop some code for MLM (Multi Level Marketing) for my WP website?
You can contact above plugins developers regarding this and if none provides this functionality then you have to develop custom code.
If you are not a developer then you can wait for somebody to provide you solution here or consider hiring a developer to develop it for you.
Could you please post here what version of PHP you are using on your server?
Can you please try temporary enabling WP_DEBUG mode? To do this, just go to wp-config.php include this:
define('WP_DEBUG',true);
You might already have a line for WP_DEBUG, so just make sure it’s set to true.
Let me know what errors if any you are getting when you face this issue.
You can achieve this using below custom code in your site and editing the text “This is custom text” to whatever you want to display.
function vvd_add_notice_before_topic_form() {
?>
<div class="custom-text">
<p>
<?php _e( "This is custom text." ); ?>
</p>
</div>
<?php
}
add_action( 'bbp_theme_before_topic_form_notices', 'vvd_add_notice_before_topic_form' );
You can add that code either in the functions.php file in child theme or in small custom plugin.
I checked again and again and found that ‘spectator’ role user is not able to view/create/edit any of the forums. Why so?
Spectator user role can only read forums, topics and replies. He can not create or edit anything.
Please get more information about bbPress user roles on this page https://codex.bbpress.org/getting-started/before-installing/bbpress-user-roles-and-capabilities/
2nd, does any user role need to be ‘subscribed’ necessarily to be able to view/edit forms?
No
Thanks for the response. Sure, the i have both bbpress and buddypress plugin. My bbpress version is 2.5.13. Under my settings, I click on buddypress, buddypress has three tabs, one is components, pages, and options. So i click on pages, under pages, there’re directories and registration, under register, i choose “forum register” page cause that’s a page i created for that, shortcode i entered is [bbp-register], i click view, it brings me right back to homepage. However, all of these happening in browser safari. When i use google chrome and firefox, they both show up correctly. Here’s the URL:
Forum Register
And no i haven’t tested this out by deactivating any of my plugins yet. let me know what u think thanks.
Thanks for your response. The upcoming version 2.6 seems to solve the issue. I’ve tested it with 2.5.13 yet. Today I’ve tried 2.6-rc-3 and the 404 error is gone.
My testing environment is WP 4.8.1, no other plugins than bbPress, Twenty Seventeen Theme.
I’ve added the following lines to the Theme’s functions.php tp figure it out:
add_filter( '404_template', function() {
global $wp_query;
print_r( $wp_query );
die();
} );
In bbPress 2.5.13 the 404_template filter fires and is_404 is true. In 2.6-rc-3 the filter does not fire.
Would you please do me favor and also check it with 2.5.13 just to be sure?
Thanks,
Peter
After creating new roles they aren’t saved in user profile. In the “Forum Role” select there is “- No role for this forums -“. Though really role seems to be applied. I’ve tried all approaches from this documentation page https://codex.bbpress.org/custom-capabilities/
The only thing that helped was installing “Members” plugin of Justin Tadlock and double creating roles with same names.
I think this is a bug.
The same problem as described here https://bbpress.org/forums/topic/custom-roles-resetting-no-role-for-these-forums/
Having the same problem. After creating new roles they aren’t saved in user profile. In the
“Forum Role” select there is “- No role for this forums -“. Though really role seems to be applied. I’ve tried all approaches from this documentation page https://codex.bbpress.org/custom-capabilities/
The only thing that helped was installing “Members” plugin of Justin Tadlock (thank you Jakobuz) and double creating roles with same names. I think this is a bug.