I would, but I don’t even know where to begin looking for a link to it.
No reason to post three times, especially after I deleted your other duplicate.
https://bbpress.org/forums/topic/author-bbp_user
Was this a previous conversion? Can you find any pattern in what’s missing and why?
If you can duplicate it, create a trac ticket.
Are your forums private or hidden?
Turn on WP_DEBUG. Read errors. Check error logs. Trace the error back to the culprit.
Have you tried recounting/repair the forums via /wp-admin/tools.php?page=bbp-repair
If you need help from an expert beyond the bbPress development team, hire one. 
It’s safe, but I don’t think I would use TinyMCE with anonymous posting turned on. If so, you should probably modify the TinyMCE functionality to restrict what UI elements are available.
Yeah, it eventually recounted and disappeared, but I think the fact that it shows at all is a bug.
Have you tried recounting/repair the forums via /wp-admin/tools.php?page=bbp-repair
Anonymous User 5853594Inactive
You’d miss basically everything, because since 2.0 bbPress is dependent on WordPress. You can’t install it as a stand alone application anymore.
The bbPress Forum List Widget does not show in the side bar UNLESS I am logged into the site after the upgrade to 2.1. Presumably this is some new security setting, but I can’t find where to find it. I don’t want private forums and links to private forums to show, but I do want the other forums to be listed. Any help appreciated.
The site is here:
http://poetryroundup.us/whup/index.php
The top enty in the sidebar should be the forum list.
Thanks,
Martin
Ok, at the moment I tested this
function custom_bbp_breadcrumb($r) {
$r = ' | ';
return $r;
}
add_filter('bbp_before_get_breadcrumb_parse_args', 'custom_bbp_breadcrumb' );
and it seems to work, but maybe there is a more elegant solution… any help is appreciated
For security purposes I desire to install new bbPress 2.1 as stand alone app. Is this reasonable and if so, what functions or plugins might I miss functionality in doing so.
Alright, I was able to trace the root of the problem to the bbPress default theme.
I am using the bbPress 2.0.3 child theme copy located in the Themes folder, how can troubleshoot the theme to see what is going on?
Thanks,
After I deleted a topic from my forum, the “last updated by” alert at the top of the topics listing page says “and was last updated by Halle No Topics.”
Although “Halle No Topics” makes a pretty badass mob name, I think this is a display bug
.
I just upgraded to bbPress 2.1 with WordPress 3.4.1 and now I cannot connect to the my website I am getting: Server Error (HTTP Error 500)
Please help!
Thank you for your reply, however I noticed that 2.1 has now been released, therefore I won’t need to install a RC package.
Thanks !
I just upgraded to bbPress 2.1 and I realize that some old replies are missing. They are not going anywhere, still in the database, just not attached to their topics. Why? Anyone has same problem with me?
Regarding bbpress 2.1
I have anonymous posting turned on and after the latest update, anonymous poster can use rich text editor and html. Is it safe?
Need help from some expert.
I let them know. To follow up, it also breaks user profile pages: http://www.politepix.com/forums/profile/halle-2/
Hi everyone…
since BBPress 2.1 has removed bbp_get_breadcrumb_pre filter, can anyone provide a quick solution to get the same result as above?
Thanks
I tried BuddyPress but it took over my site – it was completely incompatible with my theme. I can give it another look though.
It wasn’t clear to me why one might want to have both forums and groups (i.e. why does BuddyPress include bbpress?).
Also, when I installed it I ended up with both groups and discussion tabs, and thought that was confusing (and there was no real explanation of that in their docs either).
Plus buddypress’s site is extremely slow – unlike this site. It makes me wonder if buddypress itself is very slow. It was also harder over there to FIND stuff, like my own support posts! That makes me wonder about the overall organization of buddypress.
But having friends and extended profiles is an attractive feature that I would hate to give up. Plus the buddypress groups have group pictures/avatars, which is nice. It would be nice to have forum pictures in buddypress.
Thanks,
doug
bbPress 2.1 brought the fancy editor to topics and replies, which is great, but the link function is broken. In the Visual tab, if you click it, it does nothing. In the HTML tab, it generates invalid code that disappears if you switch to the Visual tab. The code it generates is, e.g.,
<a href="http://poetryroundup.us/whup/?topic=editors-please-comment" title="Link"></a>
instead of
<a href="http://poetryroundup.us/whup/?topic=editors-please-comment"> Link </a>
There are a couple of other problems–can one set the Visual tab to be the default? I am sure that many users would appreciate that. Also, in Visual mode, a return inserts an extra line–can one turn that off? For my purposes (posting poetry) that is a real killer.
Thank you in advance!