so in dashboard>users you will see a column showing the bbpress role
		
	 
 
		
			
	
	
		
		ok, but what about the bbpress role?
		
	 
 
		
			
	
	
		
		Wordpress membership levels:
Free = Subscriber
Programming = Student
Recruiter = Employer
Admin = Administrator
Educational Games = Customer
Wordpress roles:
Subscriber
Student
Employer
Administrator
Customer
Keymaster
Participant
views_subscriber
views_student
bbPress Private Groups:
Group1 = Registered
Group2 = Programming
Group3 = Recruiter
Group4 = Admin
Group5 = VIEWS UK
Group6 = Educational
Group7 = No messages
		
	 
 
		
			
	
	
		
		what are your wordpress and bbpress user levels?
eg 
admin and bbp-keymaster
Subscriber and particiapnt
etc
		
	 
 
		
			
	
	
		
		
- I have tried Troubleshooting mode, with no active plugins.
 
- Activated bbPress, then bbp style pack.
 
- Topic “test 1” now displays, but body shows “This topic is empty”, even though the HTML tags are seen when the topic is edited.
 
Do I need to activate more plugins?
I have the following bbp-related plugins installed:
bbp-valoration
Version 0.1.1 by Eric Zeidan | Auto-updates enabled
bbPNNS Private Groups Bridge
Version 1.5.1.1 by Vinny Alves (UseStrict Consulting) | Auto-updates disabled
bbP private groups
Version 3.9.7 by Robin Wilson | Auto-updates enabled
bbPress
Version 2.6.14 by The bbPress Contributors | Auto-updates disabled
bbPress Move Topics
Version 1.1.6 by Pascal Casier | Auto-updates enabled
bbPress Notify (No-Spam)
Version 2.19.3 by Vinny Alves (UseStrict Consulting) | Auto-updates disabled
bbpress Simple View Counts
Version 0.2 by jezza101 | Auto-updates enabled
bbPress Votes
Version 1.2.5 by G.Breant | Auto-updates enabled
bbp style pack
Version 6.3.9 by Robin Wilson | Auto-updates disabled
bbp User Ranking
Version 3.7 by Robin Wilson | Auto-updates enabled
		
	 
 
		
			
	
	
		
		Hi Robin, I’m replying to this old thread to report that the pagination issue has not been fixed in version 2.6.14. This ticket, which was marked as complete for version 2.6.14, highlights the pagination issue in comment 17: https://bbpress.trac.wordpress.org/ticket/3576#comment:17
Is there a way you can relay this info to  @johnjamesjacoby?
		
	 
 
		
			
	
	
		
		WP: 6.8.1 (latest).
bbPress: 2.6.13 (latest).
bbPress Move Topics 1.1.6 (latest).
bbp style pack: 6.3.9 (latest).
themes: Twenty Fifteen and Twenty Twenty-five.
site: https://hollandnumerics.org.uk
Forum topic contains <TABLE>, <TBODY>, <TR> and <TD> HTML tags.
- Able to edit title, body, tags in Forum Topic.
 
- Clicking [Update] starts update.
 
- Edit viewer disappears and Post list appears.
 
- Forum Topic is unchanged.
 
- No error messages.
 
Have also tried moving Topic to Page, but this fails to change type.
Creating new Forum Topic with copy of body text also does not complete.
		
	 
 
		
			
	
	
		
		bbpress just uses the WordPress user login, so if they are registered already, they don’t need to re-register to use bbpress.
		
	 
 
		
			
	
	
		
		Bonjour,
je viens d’installer bbPress sur mon site WordPress mais les pages : forum, incription, etc…. n’ont pas été créée….
Merci pour votre aide.
Hello,
I just installed bbPress on my WordPress site, but the forum, registration, etc. pages haven’t been created.
Thank you for your help.
		
	 
 
		
			
	
	
		
		I have tried all the recommended solutions here (I searched). Installed the hellow-elementor-bbpress-fix (which broke all my ELemntor templates again after fixing them by unchecking the theme support box in bb press style pack. I moved the folder into a child theme…ect.
Any idea why search results are not linking?
		
	 
 
		
			
	
	
		
		 @enkoes – thanks for that, I’ll add it to my list of bbpress compatible plugins
		
	 
 
		
			
	
	
		
		great – glad you are fixed !!
I suspect that hello elementor authors have now got the theme working with bbpress, so my fix is no longer necessary
		
	 
 
		
			
	
	
		
		I have installed bbpress and am using elementor pro with the Hello Elementor theme. I am also using Simple Membership. I installed the bbp style pack as well but that plugin broke the rest of my site layout. I have created a POST TEMPLATE in elementor that has been applied to posts in a category and once the bbp style pack plug in is activated, that template is broken. Deactivating the plugin puts the post format back. Any idea why this is happening?
		
	 
 
		
			
	
	
		
		Spent the better part of the day looking for a plug-in or code that supports mentions in BBPress topics and replies. I found lots of references to plugins that don’t work anymore and tried code that does work either.
Does anyone have viable alternatives.
Thanks
		
	 
 
		
			
	
	
		
		I have to do a redirect of bbpress url with ip but if I disable the wp url rewrite the wp urls continue to be half translated and do not use the ip..
Can I have the confirmation that the url of the bbpress treads without url regrite is 
http://www.MYSITE.com/wordpress/?post_type=topic&p=26715
Thanks
		
	 
 
		
			
	
	
		
		Until bbpress fixes this, the following code will correct
add_filter ('bbp_blacklist_keys' , 'rew_disallowed_keys') ;
function rew_disallowed_keys () {
	$moderation = trim( get_option( 'disallowed_keys' ) );
return $moderation ;
}
If you are using 
bbp style pack
a new version incorporating this fix will be released shortly and the fix will automatically be applied – with an option in bbPress bug fixes tab to turn that off if you don’t want it, or are using you own code
		
	 
 
		
			
	
	
		
		you are correct, and yes I had raised a ticket to fix that option when it was called blacklist_keys, but the wrong change was made
I have raised a new ticket to add it to the list, but bbpress releases new version at quite long intervals. (I am not a bbpress author)
In the meantime you can either leave your change in and make a note to refresh on new bbpress versions, or there are some hooks to skip moderation and maybe add a new version of the code – I’ll take a look at that soon
		
	 
 
		
			
	
	
		
		We had a rash of spam coming into our form today and we were confused because even after adding keywords in to the “Disallowed Comment Keys” in WordPress we were still seeing posts making it through to the forums that contained words we put into that list.
I think I found a bug in bbPress, and man, it must be rather longstanding… I found a post in the forum from about two years ago that talked about the reworking of the blacklist to using the disallow list [or that the name of the list had changed], and maybe this crept in at that time.
Here is the code:
bbpress/includes/common/functions.php:
 866     // Strict mode uses WordPress “blacklist” settings
 867     if ( true === $strict ) {
 868         $hook_name   = ‘blacklist’;
 869         $option_name = ‘disallow_keys’;
In actuality, the key name in the options table is ‘disallowed_keys’.
I changed the code on our site and it seems to have stopped the flood. Would you take a look and see if I am correct about this? If not, please let me know and I will revert our copy and apologize for the false alarm. 🙂
Thanks!
 Steve
		
	 
 
		
			
	
	
		
		I’m trying to develop a ratings plugin for bbpress, but the ratings will only show up for the replies, not the topics. Is there a special hook I need to use?
		
	 
 
		
			
	
	
		
		that is because Kadence does it’s own
you can take out kadence breadcrumbs using
.kadence-breadcrumbs {
	display: none !important;
}
or the bbpress breadcrumbs using
#bbpress-forums .bbp-breadcrumb {
	display: none !important;
}
Choice is yours !!
		
	 
 
		
			
	
	
		
		ok, so you are using then Kadence theme, which as my text says has extensive bbpress modifications, so yes the fixes I have suggested and the plugin you have written may well not work.
I can only suggest you contact Kadence support for further help
		
	 
 
		
			
	
	
		
		Hello again, Robin, thank for your reply
I am sorry to tell you that it doesn’t work. I am using Kadence Thema. This message appears:
Theme Support
You are using the Kadence theme (or a child theme of this theme)
This theme has extensive modifications for bbpress, and not all the features of the bbp style pack
plugin may work with this theme.
Some bbpress styling can be done through the theme in dashboard>appearance>customise>bbpress
If you find that the styling features in this plugin do not work, then try enabling the fix below.
If you find other things not working, then please advise us via bbp Style Pack support
We cannot guarantee to fix every issue with this theme, but we will take a look.
Enable Kadence theme styling support fix	 Enable Theme Support
there is a button: “save”. I have not pushed it
Thanks again
		
	 
 
		
			
	
	
		
		#bbpress-forums {
	width: 85% !important;
	margin: 0 auto !important;
}
		
	 
 
		
			
	
	
		
		it could be one of a few dozen reasons 🙂
At the moment your site is downloading 2 x bbpress.min.css to the browser together with one bbpress.css, so without soending a lot if time, it is hard to see what changes are in which.
Can you take out/deactivate your additional plugin and the custom css and then install
bbp style pack
			once activated go to
dashboard>settings>bbp style pack>Custom CSS
and put the 
#bbpress-forums {
	width: 85% !important;
	margin: 0 auto !important;
}
in there.
It it does not work, LEAVE that change active, and I may be able to see through the browser what is happening in the background