Hi guys, 😀
Thanks for all the incredible work you do on BBPress!
I’m using WordPress 3.6.1, BuddyPress 1.8.1 and BBPress 2.4.1
The page titles for wordpress and buddypress have been fixed.
However, BBPress has completely stopped interacting with Buddypress. By this I mean no new topics, posts, mentions or any action made by my members in BBPress are showing in their profile activity or in the ‘Notifications’ section of the WP admin bar.
I’ve also added this code to a base ‘Forum’ page:
<?php bbp_get_template_part( 'bbpress/content', 'archive-topic' ); ?>
<?php bbp_get_template_part( 'bbpress/form', 'topic' ); ?>
And in the topic section the ‘Forum’ select field has ‘No forum’ as the default selection. Rather than taking the first forum as the default as in BBPress 2.3.2.
Thanks!
@manuxel
For the smileys I think that it is a better idea to replace ::) with 🙄 (: roll :).
Thanks a lot for reply!
Unfortunatly I cannot find the settings that you are refering to. Below settings, bbpress the possibilities look like this:
“Allow users to mark topics as favorites
Fancy Editor Use the fancy WordPress editor to create and edit topics and replies
Embed media (YouTube, Twitter, Flickr, etc…) directly into topics and replies.”
There are nothing that looks even close to what you are refering to. Where can I find them? I’m running bbpress Version 2.1.
I did run the repair tool but with no look. There is no botton available to create a new thread. Must be something simple I’m missing here.
Very thankful for any input.
Regards
Martin
Regards,
Martin
Anonymous User 9588477Inactive
@stephen, thanks for your comment! I have solved the problem! I have doenlaod the translations .po and .mo from the /dev branch and upload those 2 files to wp-content/bbpress/languages/ and rename the files to bbpress-nl_NL.po & bbpress-nl_NL.mo
Still didn’t work for me, and I’ve had trouble with bbpress on other sites, so I’ve ditched it and gone with:
https://wordpress.org/plugins/forum-server/
Can’t see anything wrong with your code is_bbpress()works on my conditional statements
BBpress comes with roles that you can set for each user, just go into dashboard>users and set them up – they’re at the bottom of the page
see this article
https://codex.bbpress.org/bbpress-user-roles-and-capabilities/
Hi, I’m also having the exact same problem and I’m wondering why this hasn’t been addressed yet? It wouldn’t have been an issue for me but BuddyPress now insists that you use bbpress for the forums.
PLEASE help someone!
When i log in wordpress admin as an administrator I can see Forum, Topic and Replies Menus on the sidebar but when I log in as an Editor I cant see and access them.I want the Editor role to be able to add forum, topics etc ect.Can I do this?If yes how?Thank you.
You’re on the bbpress website. Bbpress is forum software, and you need more information about buddypress.
To answer your questions: yes, it is possible. You can add as many custom fields to user pages as you want. I’ve never done this, so can’t tell you how difficult making a custum template will be though. Try the buddypress forum.
@mdroca You should paste that code into your theme’s functions.php file. Here’s a guide on how to do that safely: http://wp-events-plugin.com/tutorials/how-to-safely-add-php-code-to-wordpress/
Also, for others wanting to hide bbPress breadcrumbs, this code is a bit more compact but does the same job:
add_filter('bbp_no_breadcrumb', function($arg) { return true; } );
Could it be i have set it wrong in wp settings? Or a plugin giving issues? Since my Better WP Security plugin blocks to edit wp-config files and htsacces
Thank you for the fast reply!!!
I have changed template.php to original form. And still i have the same issue with no email being received and new user not showing up in wp backend.
I’m using wordpress 3.6.1 and bbpress plugin..
My issue is..no user as well as keymaster not able to send reply from front end site.
please help me to sort out this problem
Thanks for the reply Stephen. Am I correct in assuming that posting to bbPress is just like creating any WordPress custom post?
And if so, could I make my own post submission form using Gravity Forms, or are there hooks that need to be used to get it to post correctly?
Changing bbPress core is not the best idea, let alone the actual login process, most likely your issue will be because bbPress core is now not correctly passing this process to WordPress.
Hi all.
I am using bbpress fist time.
I have configured the login widget with links to my “lost password” & “registr” page i have created with shortcodes: [bbp-register] , [bbp-lost-pass].
I have also created an page with shortcode: [bbp-login] which then i have changed the redirect link from wp-login to my own page link of the shortcode for login. The change i have done in bbpress/includes/common/template.php around line 1154.
Now my issue is that after i run a test register (from my page created with the shortcode) nothing happens. I get redirected to my custom login page. But i get no email or my test user does not show up in “Users” in my WP backend.
I have following plugins installed:
Advanced Custom Fields
bbPress – Report Content
bbPress Notices
bbPress Notify (No-Spam)
bbpress Simple Advert Units
bbPress Users Stats
Better WP Security
Crumina Menu Customizer
Facebook
Google Fonts WordPress
Math Captcha
Page Builder by SiteOrigin
WPBakery Visual Composer
WP Maintenance Mode
Hope someone can help me on this issue. 🙂
Also updated the codex to reflect the correct shortcode syntax https://codex.bbpress.org/shortcodes/
The ‘topic tags’ that see when viewing a topic (e.g. this post) you will not see the topic tags actually included in the search results by default, this is not something yet implemented in bbPress’ search results.
There is this plugin by @jmdodd https://github.com/jmdodd/bbpress-topic-post-converter
(It hasn’t been updated in a while though, so not 100% sure on compatability)
I also think there are another couple of plugins that do this, have a search of plugins section:
Plugins
This is also planned for inclusion in a future version of bbPress in some form yet to be decided 🙂
What happens after you have run the repair tool “Remap existing users to default forum roles”
https://codex.bbpress.org/repair-forums/
You may have enabled ‘Threaded Replies’ in the settings and this would stop you from seeing any pagination.
https://codex.bbpress.org/forum-settings/#forum-features
I’m using wordpress version 3.6.1
bbpress version 2.4.1
i’m not using buddypress.My question is that I cant send reply to any topic from bbpress..