Ok, I’m running the newest version of WordPress, running the Irridescent theme by RocketTheme, and just tried (3 times) to install BBpress.
When I activate the first time I got directed to http://angeryamericansurvival.com/wp-admin/index.php?page=bbp-about
Then I get an error that says “You do not have sufficient permission to access this page.”
I’m the admin.. so I know I have sufficient permissions. lol.
I also don’t see ANY sign that the plugin is installed.
I’ve deactivated and reinstalled two more times. Nothing.
I never get the activation page on subsequent installations. I had to go back in my browser history to search for it.
Any ideas?
I’d really like to use BBpress but if even the initial installation causes problems, then I’m worried.
I tried switching themes to Twenty-Twelve to troubleshoot a theme-related issue but same results.
The information you got was probably for the bbPress v1 standalone forum software. You can tell the information is from bbPress v1 when it is about 4 or more years old.
The latest version of bbPress is now a WordPress plugin. So any admin area would use the WordPress admin. Same thing with BuddyPress they use use the WordPress administration area.
To remove a large number of topics.
Go to Topics > All Topics in the WOrdPress administration area.
Enable each checkbox by the topics you want to Trash
Click the Bulk Actions dropdown and select Move to Trash
Hit Apply to move all those topics to the trash.
To remove a large number of topics in a specific forum
Go to Topics > All Topics in the WOrdPress administration area.
In the dropdown at the top that say In All Forums, click that to select the specific forum you want to delete topics in, then click the filter button beside it.
Enable each checkbox by the topics you want to Trash
Click the Bulk Actions dropdown and select Move to Trash
Hit Apply to move all those topics to the trash.
To delete all the topics in your topic trash.
Go to Topics > All topics in the WordPress administration area.
Hit the action link that says Trash, it is next to other action links in a row like Spam and Pending.
Clicking the trash action link will show you all the topics in your trash, hitting empty trash will remove all topics in your trash permanently.
To trash all topics by a specific use
You need to go to the user’s profile
Click the menu item Topics Started
Go to each topic and trash it manually using the admin links.
Hi
we run latest wordspress 4.3 +bbpress 2.5.8+buddypress 2.3.3 and we are just told that
“bbPress also has admin side, and there you can easily remove large number of topics filtered by forum or user”
I did google and someone say admin panel path is /bb-admin ? but it shows 404 and I do see it on top menu bar either
is there any any admin panel for bbpress/buddypress or it is just integrated with wordpress’s admin?
it NOT, how to do these “remove large number of topics filtered by forum or user”? I do not see function like that on wordpress’s admin though~
Hey @macpress, you were close, very close on your second post here, we’re using Grunt, not Gulp as part of our build process. 😉
Anyway the overall summary is that certain styles are compiled from SCSS into CSS, or minified CSS, or minified JS via our Grunt build tools.
A more in depth document (that has not yet made it into our codex) on all of this can be found here:
https://github.com/ntwb/bbPress#bbpress
If you don’t want to install NodeJS and Grunt we have another /trunk SVN repo that has everything already compiled https://downloads.wordpress.org/plugin/bbpress.zip via the “developer version” on our plugin page https://wordpress.org/plugins/bbpress/developers/, this isn’t truly /trunk though, this is a manual copy of our main repo we upload/update periodically, semi frequently.
FYI: The *.php = svn:eol-style=native SVN is our “Version Control Software” and this stuff sets us sets of rules for different file types or ignoring certain files and folders.
Well using a replies templates as comments to blog posts is a feature for bbPress 2.7 I believe but if that feature is really key you should either [1] code it yourself or [2] look elsewhere cause waiting for 2.7 won’t be worth your time. The bbPress 2.7 release is at least one year away based on the current average development of bbPress.
From the other point of view, bbPress is the most easy to use forum software when it comes to making changes or altering the frontend layout when you have some WordPress experience.
I mean, I customizing the frontend of a ‘forum’ is what rocks my boat I never understand why people would use one of those most populair forum scripts out there and in the end have a forum that looks like a FORUM and completely different from the rest of the site layout. I always like it when everything, site, shop, forum and whatnot looks and feels the same as the general site.. I never create forums for mega large websites or sites that are driven by communities from the early days when you simply had to install a forum script to create a so called community. There are far better systems out there that just do that. Create communities and interaction with users – you don’t need a forum for that. Forums nowadays are generally for support only.
Your MacRumors example is a site that was created 300 years ago based on a forum system to interact with users. Now they are bloated have to hide mega lots of content to fit your mobile screen else the site would load 12min a page.
Myself I was making a bbPress forum today with a subject called ‘Apple support’. Just for fun not a real project. It’s just fun how easily you can alter bbPress templates and create something frontend that you didn’t know was a forum script.
This example is my Forums index page.
iPad

iPhone

*still work in progress..
@robkk , thanks for everything. I appreciate the fact that you took the time to read my ideas and such. The BuddyPress and WordPress community does not seem to notice my suggestions.
Your summary is right. However, when I say “topic auto-suggestion”, I am referring to the “bbPress Live Topic Suggestions” plugin (https://wordpress.org/plugins/bbpress-auto-suggest-topics-based-on-new-topic-title/).
1. As for the oEmbed cache code that I use, the code is below. This is not a real fix/solution since I remove/disable auto-embedding and three shortcodes. Basically, I am making it impossible for oEmbed cache to form.
remove_filter('the_content',array($GLOBALS['wp_embed'],'autoembed'),8);
remove_shortcode('audio');
remove_shortcode('video');
remove_shortcode('playlist');
By the way, the BBPress developers may want to consider designing the “bbp-topic-description” to look similar to the code below. I use that format on my website; the code snippet below was taken from http://dcjtech.info/topic/directx-introduction/ . The below code uses Microdata (like Hentry/Hatom and others) and is used by many search engines.
<p class="bbp-topic-description">This topic was published by <em><span class="p-author h-card fn author post-author" itemprop="author">DevynCJohnson</span></em> and viewed 201 times since "<time itemprop="datePublished" class="dt-published published entry-date uploaded" datetime="2015-07-28">July 28, 2015 @ 06:00UTC</time>".</p>
The BBPress developers are more than welcome to ask me for code or ask how I created/added some particular feature.
alright glad you solved your own issue 🙂
you were using this plugin right??
https://wordpress.org/plugins/bbpress-private-replies/
the patch might not be created right. I don’t think you create the patch from the plugin version but maybe the latest alpha version or the latest version you can download from the trunk using SVN.
You can download/download using SVN using the url from here.
Download
Are you sure how you inserted the filter will not cause any issues?
I am specifically talking about how $blacklist = both of these.
$blacklist = trim( get_option( 'moderation_keys' ) );
$blacklist = apply_filters('bbp_moderation_keys', $blacklist);
Here are a bunch of helpful guides that I am just going to drop here.
Working With Patches
Installing Via SVN
I am running a WordPress network with the latest version of Buddypress and bbpress. The site is http://theglobalschool.net/science and it is run for high school students.
My problem is that every time a blog is viewed, that viewer is added as a user, which makes things very confusing after a short while. Is there any way I can prevent this from happening? I noticed there is a checkbox in the settings for forums but it doesn’t seem to resolve the problem.
Thanks,
Rob.
Thanks so much Robkk.
I’ll take a look at those files, and see if any plugins might do the trick.
I am using some custom code I found *somewhere* (!! maybe here haha??) to include Forum results in general WordPress Search results, which works well enough, but of course this is from a site-search, not the BBPress search function.
Here it is in case anyone else stumbles across this thread and wants to extend WordPress searches to include Forum results (without adding a plugin):
/**
* Include bbPress 'topic' custom post type in WordPress' search results */
function ntwb_bbp_topic_cpt_search( $topic_search ) {
$topic_search['exclude_from_search'] = false;
return $topic_search;
}
add_filter( 'bbp_register_topic_post_type', 'ntwb_bbp_topic_cpt_search' );
/**
* Include bbPress 'forum' custom post type in WordPress' search results */
function ntwb_bbp_forum_cpt_search( $forum_search ) {
$forum_search['exclude_from_search'] = false;
return $forum_search;
}
add_filter( 'bbp_register_forum_post_type', 'ntwb_bbp_forum_cpt_search' );
/**
* Include bbPress 'reply' custom post type in WordPress' search results */
function ntwb_bbp_reply_cpt_search( $reply_search ) {
$reply_search['exclude_from_search'] = false;
return $reply_search;
}
add_filter( 'bbp_register_reply_post_type', 'ntwb_bbp_reply_cpt_search' );
@devyncjohnson
1. Well yeah the cache staying not removing is the issue, it could be a bug in WordPress itself since that caches the oembeds. What peice of code did you use to fix this?
12. I couldn’t duplicate the issue on latest Firefox on W10 using the html5 blank theme.
Yeah I know, I bookmarked most of the suggestions for features for the bbPress plugin on this site, but if you are experiencing some kind of issue, then why not help out too.
What I got from you that could possibly make the bbPress plugin are.
option to turn off feeds.
add topic auto-suggestion (might be better for the forum search though)
Integrate some plugins like report content (maybe external links)
Export and import settings
View counter
Custom notices
Specific forum permissions
Avatar system
Most of the SEO things could be best to have in a separate plugin, or should be left to the theme and how it is set up.
@pinkishhue
The forum requests and feedback is for this type of thing. If you think some codex article should be available, features should be in bbPress, this site bbpress.org should have some style fixes, etc. this forum is where you post all that in. If you need to create a new topic with a list of suggestions in a list from yourself, you can do that.
The way the menu items show up has always been like that since bbPress v1 standalone. It could be easier for users to see all the post types in one section, this might need another opinion though. I think it is fine either way though. It will be annoying to change all the codex articles if we do change that though haha.
Alright I am going to just test out this theme later today to see all the issues it presents and try to resolve them.
Try this on a local development server or just a test site in general o the site you are trying to import from. Cloning the whole site might be the best way to import from one WordPress site to another WordPress site.
Creating a Test Site
Going to reinstall WordPress and bbPress and budypress
I’ve just created a ticket, hopefully in the correct way…
https://bbpress.trac.wordpress.org/ticket/2861
Stefano.
Hi Rob
Sorry but I am really at a loss here.
The What The File plugin directed me to the index.php, I copied this to my child theme and pasted the suddested code in there, this changed my layout dramatically when viwing the forum and search results, but did noting to help with the problem, still not getting forum results in the bbpress search.
I also tried adding the code suggested in the thread, to add forum to the wp search, and installed both plugin fixes, but still wordpress ignores the forum in it’s searches.
The issue is that my forum is useless without a decent search function.
Please help.
BBCode Deluxe (https://wordpress.org/plugins/bbcode-deluxe/) adds BBCode markup (and other shortcodes) to WordPress and BBPress. This plugin is a fork of the unmaintained (but well loved and used) “bbPress2 BBCode” plugin by Anton Channing (https://wordpress.org/plugins/bbpress-bbcode/).
This plugin includes code from the below listed developers and their plugins. More BBCodes/shortcodes will be added (such as the rest of the BBCodes from “Video and Audio BBCodes”).
- Copyright (C) 2013 Anton Channing (“Video and Audio BBCodes” and “bbPress2 BBCode”)
- Copyright (C) 2010 b0ingBall (b0ingBall BBCode plugin)
- Copyright (C) 2008 Viper007Bond (the original BBCode plugin)
The BBCodes are (or try to be) HTML5-compliant.
Hi,
I am in the process of converting Joomla!/SMF portal into WP/bbPress. WordPress I used is 4.3 and bbPress 2.5.8. I managed to convert Joomla! to WP but I keep getting into problems with SMF.
Users from SMF get migrated without a problem. However, migrating topics is a bit of a problem. It’s a large forum with 6885 topis and over 80000 posts. Topic migration keeps getting stuck after ~6500 topics. I tried removing topics that I assumed to be the issue but it didn’t help. I removed large number of topics – it didn’t help. Converter simply gets into loop. Restarting migration doesn’t help.
Neither PHP nor MySQL have any restrictions – it’s a server I’m administering and for this particular scenario I’ve let PHP consume all the memory it needed. It didn’t help. I’ve tried changing row limit to even 1, it’s still the same.
Any suggestion will be most welcome. Thank you.
I will note this as a possible feature request. Having a unique blacklist might be a good idea, there might be a way to hook into WordPress’s blacklist function and specify words only for bbPress, but I do not know at the moment, sorry.
Does clearing any cache help solved the issue?? THis could be from server cache, cloudflare cache, or regular caching plugins for WordPress.
Can you link to the site so I can see everything that is happening for the user profiles?
Try bulk editing a user in Users > All Users, and give them a forum role if they do not seem to have the default bbPress roles and see if that fixes anything.
Are you importing from another WordPress/bbPress site?
I also think how you imported everything could be a possibility of why the profiles are screwed up.
I guess you could hide the profiles but the profile links would link to nothing.
I’m experiencing this issue, where edited bbress forum posts keep showing up again in the buddypress activity feed.
I saw that there is a ticket and patch for this. The question is how do I install a patch? Do I just ftp to my server and drop the patch file into the appropriate directory?
It looks like it’s patching this bbpress file: src/includes/extend/buddypress/activity.php
Ticket: https://bbpress.trac.wordpress.org/ticket/2690
Patch: https://bbpress.trac.wordpress.org/attachment/ticket/2690/2690.01.patch
@Robkk , thank you for your time.
1. I did see the option for oEmbeds. However, after disabling oEmbeds and using WP-Sweep to remove all oEmbeds, WP-Sweep still finds oEmbeds after a few days. Currently, I wrote my own code to disable them.
5. The Report content plugin has not been updated since November of 2014.
12. True, I have tried BuddyPress’s upload-avatar feature and the various upload-avatar plugins, but they no longer work after I upgraded by website to HTML5. Notice that I mentioned that I can still upload media via the backend. My backend is using HTML4. You are right though, this is probably something for WordPress to implement rather than BBPress.