Hi guys,
I am using an Artisteer 4 theme on a Buddypress/BBpress site, but seem to have a problem with the search.
Under the forums there is a search function, but when I put in a search phrase it returns a wordpress post rather than searching the forums.
Has anyone come across this and solved it?
Thanks
When subscribing to my forums, there are no email notifications for the subscribers.
I believe it worked initially. The plug ins I may have added since then (dont’ know, if I added them before it last worked or after) are “Members” to create new user roles, as well as “Tehnik BBPress Permissions” to make Forums only accessible to certain users.
I’m doing a fresh install of wordpress and have come to find that
– the current version of bbpress is not working with the current version(s) of buddypress
– I also found that WooCommerce isn’t working with the latest version of buddypress but I’ll post that on the buddypress site.
When I mean by not working, it’s causing my site to go blank.
If anyone has a solution, please advise and I will do likewise. Thank you.
Hi there,
Just installed bbpress on www.blogging4jobs.com/forum but I can’t see the topic I posted in our “Off-topic” category called “Introduce yourself!”
You are using bbPress 2.5.3-5249.
Wordpress 3.8.1
P.S. If you notice an Internal Server Error just refresh, we’re trying to troubleshoot why this issue keeps coming up. Thanks
I want avatars displayed, but only when one is viewing the actual post of a user. Right now the avatars appear on the widget for latest forum posts, as well as next to the username and latest post on the forum’s index.
Sorry if this has been covered. My english is only okay.
I managed to remove the area at the header of the forum which states this topic has x amount of details etc by placing this code in functions.php
add_filter( ‘bbp_get_single_forum_description’, ‘ja_return_blank’ );
add_filter( ‘bbp_get_single_topic_description’, ‘ja_return_blank’ );
function ja_return_blank() {
return ”;
}
Is there a similar method to now remove voices. I just want post count to show in this area.
Thanks, Shaun.
Hi guys,
My knowledge of HTML and CSS is limited. I know enough to make the changes, but with so many options in bbpress.css, I get lost. I’m currently going through the bbpress.css file and not sure where to find the section to edit the border on the main forum page. Any help would be truly appreciated.
Also, where would I edit the font color of the topic names?
Thank you,
Storm
Hello, for security concerns on creation of my site I renamed my wp-content folder to something else. Now upon installation of BBpress I don’t see any of the options in the dashboard. It looks like in the plugin itself its coded to search for wp-content. Is there a way to override this so it can find it and function properly?
Thanks for help.
I followed the steps from https://codex.buddypress.org/getting-started/guides/migrating-from-old-forums-to-bbpress-2/ to migrate from Buddypress to bbpress.
At step 6 (Repair bbPress 2 forum relationships) I can’t tick any box. Despite selecting one by one I the box remains blank…
Please help ?
WP 3.8 buddypress 1.9 and bbpress 2.5.3.
I am new to BB press.
I have a forum but I want the facility to only be able to post 2 specified members from time to time. (like a private message board). Am I missing something or is there an add in that allows me to do this?