hi,
I create a new forum site with bbpress and BuddyPress.to fillup all forum category I copy paste posts from another. When I copy and paste post in the new topic by visual edit option and publish it some off content comes with HTML code.how to solve this. here I give two pics for you.
View post on imgur.com
<script async src=”//s.imgur.com/min/embed.js” charset=”utf-8″></script>
after publishing the articles its show like this.
View post on imgur.com
<script async src=”//s.imgur.com/min/embed.js” charset=”utf-8″></script>
plz, give me a solution to this problem. thank you.
Hello, i have install the bbPress on my wordpress site … i have create the forum sections, but topics don’t show up… somebody knows the solution? I have tried to change the users role, but is not possibile …
www.exlot.it/wp/forums/
I am making a button on which once clicked the topic form displays and the user can input for a topic, how to insert in the form where the user can upload for featured image once topic is submit?
Hi guys I am planning to install bbPress in my website but I want to know any theme is compatible with bbPress or I have to use bbPress themes. Thanks
I’ve been using bbPress and BuddyPress since long and am aware that if a user creates a topic in any forum, that also gets listed in user profile -> Forums tab.
Here is what exactly I’ve done:
When I create a private group and attach a forum with it. And a non-admin member becomes a member of that private group. Now that member creates a topic in that private forum, that topic does show globally on the /forums page. But when that user checks his profile for the topics he created, there no topic is shown. Which means the topics that show up globally, doesn’t show on the profile page.
For the information, I’m using the following versions of the plugins and theme:
1. bbPress – 2.5.14
2. BuddyPress – 3.2.0
3. Twenty Sixteen – 1.5
4. WordPress – 4.9.8
Please help me with this issue. Also, let me know if some guys have come across such a situation.
Thanks in advance!
Hello,
Recently I started to setup a community using buddypress and bbpress and only after a few tests I noticed that when someone create or reply a topic no notification is created. This is a bit frustrating considering how important the notifications are to keep track of what is happening in the community.
Looking through the forum for a solution I found a topic with a similar subject, however when trying to use their code a empty notification is created (there is no text or description). Here is the topic: https://bbpress.org/forums/topic/new-reply-notification-link-to-the-reply/
Anyone can tell me if the code above still working? I think that something changed since that this code was published, but I cant figured out what.
Hi,
I added forum form to the frontend with the help of shortcode “
- You must be logged in to create new forums.
” to forum page. But when I submit forum, it will not saved and redirected me to other saved forum.
When I created sub-forum then it works fine.
Hi,All.
Is there a way to specify multiple tag IDs when display topics?
It’s a common-sense way of thinking↓
<?php echo do_shortcode(''); ?>
But this code did not work 🙁
I wonder what I should do.
Thanks.
Hello. It shows that this plugin is “Untested with your version of WordPress” and hasn’t been updated in over a year? I don’t want to get another plugin that doesn’t work so could you tell me if there are any plans to update to the latest WP Version? It’s not like Version 4.9.8 just came out. Thanks in advance!
Hi,
I used below code to add forum from frontend for Moderator user in my child-theme function file, but nothing works and showed on frontend.
function ntwb_bbp_forum_form() {
if ( bbp_is_user_home() && current_user_can( ‘moderate’ ) ) {
echo do_shortcode( ‘
- You must be logged in to create new forums.
‘ );
}
}
add_action( ‘bbp_template_after_user_profile’, ‘ntwb_bbp_forum_form’ );
Please help me to sort out this.