Search Results for 'bbpress'
-
Search Results
-
Using BuddyPress 1.8 and bbPress 2.3.2 I need to know how to keep Forum Titles in sync with the BuddyPress group names. Occasionally my BuddyPress group names need to be changed/edited/corrected. I’ve tried the Tools > Forums > and hit the Repair Items button after checking the boxes for:
- Recalculate the parent topic for each post
- Recalculate the parent forum for each post
- Recalculate private and hidden forums
- Repair BuddyPress Group Forum relationships
However, none of these repairs have synchronised the Forum Title with the BuddyPress group name.
Here’s a screenshot to make it clearer.

Any ideas what I can do, greatly appreciated.
Cheers,
VernonHello,
When I click favorite or subscribe button in bbpress, it doesn’t work with showing “undefined”
But, when I click these buttons by right click “open new windows” then it works.
you can test it in this website http://romentor.com/topics/test1/
thanks you very much.
Hi,
I am having a problem with bbpress forums and buddypress groups. I have activated bbpress and buddypress on a sub-site on my sub-domain (http://community.example.com). In bbpress settings, I selected the checkbox “Allow BuddyPress Groups to have their own forums”. Now in buddypress when I am creating a group, in step 3, I should be able to select a checkbox (Yes, I want this group to have a forum.) to enable forum feature for my group, but for some reason the checkbox is not showing up and I cannot proceed by clicking “Next Step” button. I am using the latest version of BP (1.8), bbpress 2.3.2 and WP 3.5.2. The same setting works just fine on my local XAMPP but it doesn’t work on production server.
Here are some screenshots, this is how step 3 looks now: http://i.imgur.com/sT8jRv9.jpg
And this is how it should be (local is fine): http://i.imgur.com/6mKn4uE.jpg
After this error, when I click on my groups, I can see the group is created with no avatar (because I never got to step 4) and when I click on the group and go to Admin > Forum > Now I see the check box but when I enable it and then select one of my forums from the dropdown and click save, I get this error “Are you sure you want to do this? Please try again.”
When I check my error_log file, I get this error:
[28-Jul-2013 22:51:11] PHP Fatal error: Using $this when not in object context in /public_html/wp-content/plugins/bbpress/includes/extend/buddypress/group.php on line 461
I followed these instructions step by step to create a sitewide forum and forum for my buddypress groups: http://codex.buddypress.org/user/setting-up-a-new-installation/installing-group-and-sitewide-forums/
Does anyone have the same issue with buddypress?
Thanks
I’m running a small community for blogowners, and would like all links in posts to be dofollow. I’ve googled around for a while, and mostly found people who wanted to make all links nofollow. Nothing I could use. I’ve seen some guy say that all links are dofollow normally, well, mine ain’t. Here’s a link to a post with a link in, http://gaesteblog.dk/forums/e/gaesteblog-pa-gaesteblog-dk/, and that link is nofollow. I got a plugin which removes all no-follow tags, but that doesn’t seem to affect BBpress.
Can someone please help me? 🙂
Thanks in advance,
Jonas.I have installed the latest version of bbpress on my test site. I experiance strange behaviour, when I click on the user name in the forum, it should take me to the user profile but t doesn’t
if you visit here:
http://kooksjournal.net/forums/
and click on the test user it takes me here:
http://kooksjournal.net/forums/users/test/
but the actual profile is for some strange reason is using the first name and the last name of the user to generate the user profile link, here in the example:
username: test
first name: test
last name: useruser profile shows when I use firstname and the last name in combination (When I am logged in as test user), if I am not logged in it gives 404 error, but bbpress is using the username to link to bbpress user profile. In actual fact the profile is at …/”First name””Last Name”/
http://kooksjournal.net/forums/users/testuser/
I think this is a strange behavior, I was wondering if anybody has experienced this? I searched the forum could not find anything about it.
Hello,
As much as I like bbPress, a forum isn’t what I need at this moment. I need know who to uninstall bbPress completely from my WordPress and database, but I want to keep old posts as archives, so people can still read them.
Is there a way to do this? THanks,
This is an odd one – I’m getting spam in my bbPress installation. That’s not the odd thing, what is odd is that these are WordPress Comment spams (picked up by Akismet).
So how can people, who are not registered, post comment spam against bbPress topics and posts?
Hello all,
Could you please advice Best Moderation app that has a “Check all” feature? I need to delete thousands of topics and I can only check one at a time ;(

Thank you
Hi everyone
Is there a way of disabling bbpress jquery and css files loading when a user visits the blog?
upon installing bbpress the “weight/loading” of a blog page increases a bit, anyway of disabling it? Only loading when someone visits the forum?The following code disables the bbpress css, is there a way to disable the javascript/jquery?
Thanksfunction mp_deregister_bbstyles() { if ( function_exists( 'is_bbpress' ) ) { if ( !is_bbpress() ) { wp_deregister_style( 'bbp-default-bbpress' ); } } } add_action( 'wp_print_styles', 'mp_deregister_bbstyles', 100 );Hello Everybody,
I have a question for you. Actually, topic <title> is $sitemane >> topic – $topic.
I would like only $topic for my topic page.How can I do that?
Thanks,
David
Hi,
I recently installed bbPress Version 2.3.2 on WordPress 3.5.2 and made two topics. However I can’t see a page where my users can see them. I cannot see an option in the ‘Forums’ section in settings on my site so how do I do this?Hello
I want to add a mention to the quoting method in order to notify the user when someone quotes them.
So far I am not able display the user’s username that I’m quoting. I can only show the display name.
Does anyone know how to add the username into the textarea when you’re trying to quote someone??
Topic: Logged In User's Topics
Hello,
I would like the logged in user to have the topics they have started or are participating in listed on my site. What is the best way to go about do this? The site is using BuddyPress 1.8 and bbPress 2.3.2
Any assistance would be much appreciated, thanks!
Topic: Forum statistics
I’m wondering if there are any good plugins for member forum statistics out there. I’m imagining an admin page that lists members name, email, number of replies, and number of topics created. It would probably look something like the Users page. Optimally there would be an option to export and the columns could be toggle-able.
Searching hasn’t come up with much BBPress 2.0 Analytics Plugin is the closest but looks older, and there are many mentions of mini-stats but i can’t find it’s actual code anywhere (and it doesn’t sound like what I want).
I have been with bbPress before it was a plugin for WordPress and have to thank all for the efforts and congratulate how far it has gone.
I decided to stick with bbPress after researching many other forums software because of how easy it was to integrate with WordPress.Since I had some time off from college for the summer I decided to make my own customized theme for the whole site based on what I had. After several days playing with the CSS and a few functions/filters the whole site finally came together.
http://wowlazymacros.com/forums
There is still a few things that I would like to implement, like posts count (which I did but it did not update the numbers, I have to manually repair the forums to keep them updated?) and being able to assign more title ranks (I was able to with Cubepoints but that project seems dead).
Just have a peek at my forums and let me know what you guys think. 🙂