I am having this problem with span and p tags showing up as code in the posts, after the latest update.
I tried your advice above and added the following function, but it did not work (p and span tags are still showing, not parsing as html).
Any advice would be greatly appreciated, please. A screenshot of the output can be viewed here: http://screencast.com/t/CKTLbqHVb
add_action( 'bbp_kses_allowed_tags','pyg_kses_allowed_tags',999,1);
function pyg_kses_allowed_tags($input){
return array(
// paragraphs
'p' => array(
'style' => array()
),
'span' => array(
'style' => array()
),
// Links
'a' => array(
'href' => array(),
'title' => array(),
'rel' => array()
),
// Quotes
'blockquote' => array(
'cite' => array()
),
// Code
'code' => array(),
'pre' => array(),
// Formatting
'em' => array(),
'strong' => array(),
'del' => array(
'datetime' => true,
),
// Lists
'ul' => array(),
'ol' => array(
'start' => true,
),
'li' => array(),
// Images
'img' => array(
'src' => true,
'border' => true,
'alt' => true,
'height' => true,
'width' => true,
)
);
}
Hi – i’m experiencing similar strangeness as Sami in that my child theme on a multisite network shows the bbPress forums and topics great except when going to the default permalinks of forums and topics … in those cases, the forums go away and turn into a default blog page with the forums as psuedo excerpts appearing with page numbering at bottom – even a featured image gets inserted somehow to boot … none of the other site content gets mixed into this “blog page” – just all the forums run together without looking like forums (but like excerpts) and with no links to forums or topics …
thus mydomain.com/forums = broken as is mydomain.com/topics … yet mydomain.com/forums/my-forum-01/ and/or mydomain.com/forums/my-forum-01/topic-01 are great …
i tried rolling bbPress versions back to 2.2.1 and 2.2.4 but earlier versions have same effect as current 2.3.2 … and while i could create a hack by creating an archive-forum.php file and placing it in my child theme root (based off the archive-forum.php in the templates\defaults\extras folder) it lost a ton of info – e.g., the alerts like “the forum is empty” is gone as are the other alerts like “Oh bother! No topics were found here!” and ditto with the corresponding “Create a New Topic” form …
actually in thinking about themes were bbPress works fine, part of me wonders why the create a topic form even shows on the default forums page – meaning, i have 14 forums and only two of them have test topics yet when looking at the /forums/ default page, it is asking me to create a new topic for forum #2 which is the first forum that is empty (note forum 1 and 3 have test content, forums 2, 4-14 are empty) … maybe that is fine but my point is still valid …
thus with a theme that is having issues, the form and the alerts do not make it in my archive-forum.php file (even the css is a bit different) so i believe there is something fishy with topics and forums defaults that is getting in the way with some themes ..??.. note i tested this with Theme Hyrbrid Prototype and Twenty Twelve with no problem but with Theme Hybrid Shell Responsive Child theme is when my problems stemmed … and i know Sami has created some themes over at Theme Hybrid as well … thus i share his pain :>) (theme compat wise that is)
thanks in advance for any pointers, insights, help that can be shared … cordially, chuck scott
I imported the forums from bbpress version 1.0.2 to the lastest version 2.3.2. Everything looks great, EXCEPT the authors of the posts did not work. All the posts have the same author, which is the Admin. The previous version was the standalone bbpress with the BBintegration plugin.
Please, can anyone help me figure out how to import the authors?
Versions:
Wordpress 3.5.1
Buddypress 1.7.1
BBpress 2.3.2
Members (Plugin) 0.2.2
Dear All,
I am trying to setup BBpress forum for my Buddypress website. I think I have all the latest version of each software as you can see above. The website is mostly member only, including the forum. This forum is set as a global forum, I don’t have forum for BP Group, in fact I turn off BP Group functionality all together as we don’t need it.
The goal is to set the forum so only registered and logged-in member can view and interact with it.
My main problem right now is as follows:
1. I logged-in as an Administrator and created a Category (or Forum) and I set it as Private.
2. I checked if this user can see the forum, and it does.
3. I logged out and logged in as one of the member, which has WP Role as an Editor.
4. I went to the Forum and expecting that the user can see the Category that the admin had created. But instead I got ‘Oh bother! No forums were found here!’ message.
5. Then I went to check the capabilities of the Editor role using the Members plugin, and confirm that Editor has read_private_forums checked.
6. I went to the Users management page (having relogin again as Admin) and change the member’s Forum Role to Keymaster.
7. Went back in as the member, still can’t see the category. Admittedly this was a long shot because I read somewhere that Forum Role doesn’t have any effect these days.
8. Then I went to the Users management page (having relogin again as Admin) and change the member’s Role to Administrator.
9. Went back in as the member, and now I can see the Category.
Obviously this in not the behaviour that I expected. I searched high and low on the net, and didn’t seem to find an answer for this.
Anybody has any idea what might causing this? I’ve been on this problem for almost a week now, and still haven’t found a solution. Asking in this forum is my last resort, so any pointer would be very much appreciated.
Thanks in advance for your help!
Chris Prakoso
Hi, I am using bbPress as part of a wordpress site. I would like to show “recent activity” in a sidebar widget without using too much screen space. In other words a combination of the “recent topics” and “recent replies” widgets, e.g. as below (1 topic, 1 reply, but able to set number would be good also)
“Recent Forum Activity”
Latest Topic…
Latest Reply…
Is that possible with shortcodes? else maybe a way to combine the output of the two current widgets?
Thanks
1. can more than 110 000 users be imported
This should not be a problem.
2. My website runs a specific version of phpbb SEO for allowing permalinks for every forum – will this be imported ? (so that there is not a lot of redirect)
No, these will NOT be imported and you will need to manually set your permalinks and make some redirects using .htaccess
3. My website stores custom profile fields for every user (more than just ICQ, but also custom ones). How could I have the same kind of functionalities using bbpress ?
Currently when importing from phpBB we are importing and storing the default phpBB user fields as outlined here. You could modify the import script to include any of your custom user profile fields so they also get stored in wp_usermeta.
After that you would need to find a WordPress plugin that supports extended user profile fields to utilize that data. I am not sure of any specific plugin that can really do that out of the box with bbPress at the moment but at least you ‘would’ have all of your users advanced profile data stored.
4. What about performance – will it be better than phpbb. I know bbpress is very powerful for small forums, but I have no idea regarding huge ones. Can wp caching plugins work for bbpress as well ?
There are some large sites running bbPress and I would suggest you setup a test site to see how it works for yourself personally.
As to caching it appears that ‘WP Super Cache’and ‘W3 Total Cache’ do not work well with bbPress as discussed in this topic though there is ‘Lite Cache’ which appears to work with bbPress as per this topic.
5. Is the entire UI translated in French – it doesn’t seem to me, but maybe I’m wrong.
The current status of the French translation is at 11% translated with 879 strings untranslated though 734 of those strings have been translated and are waiting for the fr_FR translation validator to validate the translations.
https://codex.bbpress.org/bbpress-in-your-language/
6. Can I use any plugins writter for wp for bbpress ?
I am not sure what you mean for this question
Any more questions please ask away…
Can you please create a ticket in trac and we can test this and find a fix:
https://bbpress.trac.wordpress.org/
After much soul Google searching, I finally came across this good explanation of how to display the lastest x amount of posts.
http://bp-tricks.com/snippets/add-recent-topics-to-your-bbpress-forums-homepage/
Hope it’s helpful for someone else.
Any news?I’ve managed to solve the issue at version 2.3.1 but now i’m experiencing the same problem again at the latest version
I have the forums as a link from a menu item – the url is villagepca.org – if you click on the menu item “Forums”, you get to http://www.villagepca.org/forums/
If I put a link for a specific forum, it shows up – e.g., click on “Prayer Requests” on the menu, and you’ll see that this works.
But not “forums” as a whole – this does not work. But if I pick another theme, it works. And the same theme that isn’t working does work on another site of mine (a test site with a similar name: villagepc.org)
Suggestions please?
It’s definitely WAMP, most likely the ‘W’ part. (I tried this on Windows 7) XAMPP has even more trouble. Apache is being disrupted and crashed at times, probably because of Windows User Account Control (UAC) security settings and/or IIS. You should get a warning about this when you install XAMPP on Windows. I haven’t test to see if that’s the cause, but it seems likely.
See: http://answers.microsoft.com/en-us/windows/forum/windows_xp-windows_programs/i-am-trying-to-install-xampp-win32-177-i-get-a/0b44bd10-2fff-49ac-bb48-30dfc4ae9c44?msgId=0c558024-e8e2-47b2-a9f7-ee102b62aec9
What does work is LAMP, so just do the migration on your webserver or localhost. I’ve had no problem doing it all on Nexcess.net’s WordPress hosting with over 61,000 posts and 1100 users converted with the default settings of 100 rows at a time with a 1s delay.
My WordPress is: WordPress 3.5.1. (Russian language pack)
Theme: Emphaino
You are using bbPress 2.3.2.
also installed Akismet (upgraded)
after installs and activates “all in one seo”, I have same trouble:
1. Then “all in one seo” activated – bbPress is dont works well:
1.1. Then I try to create new post, I have an error: “ERROR: You do not have permission to create new topics.” 
1.2. Then I try to go http://catstock.ru/wp-admin/index.php?page=bbp-about – I have about the same error in Russian Language – “Dont have permission”. 
1.3. Then I in Plugins menu in admin panel, and I click “settings” (http://catstock.ru/wp-admin/options-general.php?page=bbpress) – I see the same error – “Dont have permission”
1.4. I stil see the bbPress widget in Console (http://catstock.ru/wp-admin/index.php)
2. Then I deactivate “all in one SEO”:
2.1. Right after deactivation – I start see “Forums, Topics, Replies” in the admin left panel.
2.2. http://catstock.ru/wp-admin/options-general.php?page=bbpress2 – start works correct, 
2.3. Now I may correctly add new topic or reply at page http://catstock.ru/?forum=test_forum
3. Now I activate “all in one SEO” again, and all goes back to &1.
3.1. In “All in one SEO” settings using “Reset to default” dont help any.
I assume this is a simply function but I can’t seem to find any clear documentation on how to do it.
I’d love to have my forum homepage show the latest x amount of replies across ALL forums. Pretty much like the forum homepage of bbPress’ own forum.
Can someone point me in the right direction? Using the latest version of WordPress and bbPress.
How is that possible, my forum went off line suddenly and I retested all plugins and the problem was in All in one seo plugin
My forum is not working if I have that plugin installed. I get error no permissions when I try to click on bbpress settings link
Any idea why is this happening?
Hi,
I am using the latest buddypress version with wordpress but a different theme (from rockettheme.com).
The “register” link on the frontpage is not linked to the “register” page. I can fix that in the admin dashboard by going to settings–>buddypress–>pages.
Here I need to create a site called “register” first.
My problem now is that this site is indeed called “register” but has no registration function whatsoever.
Can someone help me?
Thanks a lot for your support,
Fabian
Add me to this list of bbPress needing the messaging functionality. We have over a thousand users and just moved from forum software built 9 years ago to bbPress, and messaging was considered a fundamental feature. Every other piece of competing forum software out there includes messaging.
I’ve been running this successful forum for close to 15 years and I’m a digital marketing manager for a living. It could be argued that I know what I’m talking about.
I fully understand that bbPress wants to keep it lean & mean, yet we have odd, little-used features built into core like Twitter & YouTube embedding. But really obvious items, like quoting, signature files and private messaging, require separate plug-ins? There’s some logical missteps in there. What’s up with Yahoo, Jabber and AIM still having fields? NO ONE USES THOSE SERVICES ANY MORE. Even dropping the Visual editor (in 2013?) in the latest release is a step back.
(A note on Avatars: Listen guys, this expectation of users to register an account with another service like Gravatr, and then return to their account with our site, is clumsy and far-fetched at best. Again, a separate plugin for Avatar? C’mon)
With that said, I switched to bbPress because I think the code is more pure and I think it has better longevity due to its affiliation with WP. It isn’t clunky and bloated. The SEO options for WP sites in general are more impressive, and there’s a wide support community – and I knew it would be intuitive and relatively painless for myself and my team.
Would love to get JJJ’s take and that of others.
After an update to the latest BP, I noticed that my admin cannot anymore manage forums. All the menu items – Forums, Topics, Replies – disappeared! I realized that my admin user is no longer managing forums. The only forum roles I can assign to users are spectator, moderator, participant, blocked. If I assign “moderator” to an user, the user can edit topic and replies, but not manage forums. What happened to admin or keymaster? I tried installing “User Roles Editor”, but it doesn’t show up capabilities for “Administrator” so I can’t edit the Administrator profile to change them… I’m lost.
Is it possible to replicate the theme/layout of the bbPress.org forums homepage easily?
Love the forums on the left and the latest topics layout. Would love to see this as an option in the settings for the future.
Any ideas in the meantime?
Hi everyone.
First, my system:
wordpress 3.5.1.
buddypress 1.7.1 (with bbpress 2.3.2 integrated).
I’ve changed my site from buddypress group forums to bbpress 2.3.1. The transition went fine, but now I have this problem:
Users can’t edit their own messages.
I have also set option “Disallow editing after” to 15 minutes, but still users can’t edit their own posts.
Then, I have some difficulties to understand how forum visibility settings of bbpress (public, private, hidden) correlates to group visibility settings (public, private, hidden). If I set a group as hidden and than bbpress settings to “private” or “public”, new topics of groups forum appears in “latest topics”. Users that are not members of group that try to enter the forum get 404 error, but they still can read the topic, and this is not a good thing. If a users sets his group as hidden I think he don’t want to see it visible in latest topics, don’t you? 🙂
Hum sorry, must’ve gone into the spamfolder. I tested it myself and it works. Aw well, I sent you an e-mail via your contact form, cheers.
Is something wrong with the code tags here that you’re unable to use them? I’m having a hard time following exactly what to do to duplicate the issue you’re having.
I’ve tried each permutation of posting code and swapping between editors, and it appears to work correctly for me in what is now bbPress 2.3.2. I’ve also synced up dev trunk with deploy trunk, so the beta tester plugin should have the most recent changes in it too.
(Keep in mind that the beta-tester plugin doesn’t grab the latest version directly from trunk; it gets what I merge into WordPress.org Extend’s trunk. This helps me keep what the beta-tester plugin gets stable, even though bbPress.org’s trunk might not me.)
Create a post in the visual editor it performs normally. Click “text” tab, and you see the tags as expected. Click the “visual” tab and again it appears normally.
Once POSTED, if you then attempt to edit it, you get the visual tab, and SEE the HTML tags. They are not however the actual tags, when you click the “text” tab you see they are actually & l t ; HTMLTAG & g t ;Whatever the text is& l t ;/HTMLTAG& g t ;
(I do believe that before 2.4-alpha that clicking the “text” tab would result in the same thing BEFORE posting, so it’s “semi” fixed)
WordPress 3.5.1
bbPress 4.2-alpha
bbPress – Mark as Read 0.3
bbPress Beta Tester 0.1
bbPress Enable TinyMCE Visual Tab 1.0
bbPress Unread Posts 1.0
GD bbPress Tools 1.4
We’ve just set up a website for the over 60s and part of it is downloading health information.
I need to capture their real name but also have a ‘user name’ which is then used for everything.
I’m using the latest version of bbPress but, despite looking hard, have no idea where to go next! Does anyone know of a plugin that will do what I need? Thanks.
site is http://www.retiredandkicking.com/