Nevermind this.
I found out that this has absolutely nothing to do with bbPress.
Sorry again guys.
Hello people of bbPress.
I’m having one weird issue with my bbPress forum on the website I’m building.
I can’t quite let you see it, but I have attached an image.

I’m quite sure that this isn’t a CSS error, but rather some HTML bug of some kind.
I what I can’t figure out is where this is in the code.
The forum is adding “split” attributes to its elements, I’ve tried removing those.
What I’m wondering is, is this a HTML bug or is this a bug in a php loop?
Please answer this as soon as possible.
Thanks in advance,
The knight of Amsterdam
It was late last night and maybe I was seeing things, I have just tried to reproduce the issue and cannot.
The fix for this was Trac Ticket #2476 and in changeset r5187.
Can you check the contents of this file on your server please, it should match this file at Line #92
/includes/users/functions.php#L92
'url' => 'comment_author_url'
Have you solved this?
I seem to have the same (bbpress 2.5.1) participants do not see the edit link. I have it set to 60 minutes in the settings.
I reverted back to theme TwentyThirteen, but the same issue.
I pasted this code under main wp-config.php and side is gone.
function disable_all_widgets( $sidebars_widgets ) {
if ( function_exists(‘is_bbpress’) ) {
if (is_bbpress()) {
$sidebars_widgets = array(false);
remove_all_actions(‘bp_register_widgets’);
unregister_sidebar( ‘bp_core_widgets’ );
}
}
return $sidebars_widgets;
}
add_filter(‘sidebars_widgets’, ‘disable_all_widgets’, 1, 1);
My question is how do we remo Options like Topic Type and Topic Status ???
Thank you.
I really love bbPress and have been gratefully using it on my website.
No disrespect intended, and just a friendly request for consideration,…
Would it be possible to make the backtick functionality for posting optional?
Ie. a setting in the config page saying something like “Use backticks for code posting”?
I’m running into situations where the actual content a user wants post should have backticks in it, without the filtering modifying it (for example shell related code examples).
Modifying the core files of bbPress is of course not a real option, just a temporary bandaid at best, and I know others have been looking into the backtick debacle as well (for example GhettoBSD).
you can use ‘widget logic’ plugin to control what is shown in sidebars. for bbpress the logic is
is_bbpress() to display and
!is_bbpress() to hide
or if you want a forum specific sidebar use ‘bbpress WP’ tweaks plugin.
Profile images use the gravatar image see http://en.gravatar.com/ for details
Thanks for the response, I’m coming back now to say I’ve figured this out.
Pagelines actually has a plugin to integrate with BBpress which lets you control this from their system.
If I could only figure how to get the right menu item to highlight when on the forum, can you assist with that? I’ve described the problem, and given the site information here: https://bbpress.org/forums/topic/wrong-navigation-current_page-need-css-help/
Thank you!
Just wondering, is there a plugin that I can use in the sidebar that includes results for all wp posts and bbpress forums, topics and replies?
I am presently using Relevanssi, and I like it, but it does not seem to include bbpress forums, topics and replies.
Thanks!
Haz
http://www.aquariumcarebasics.com
After i installed “bbPress WP Tweaks” my themeside sidebar was not shown but as clicked under forums and topic the sidebar reappears.
How can i remove this sidebar.??
Thank you
It helps if we know which theme you use.
OK, you want the avatar (profile image) in members
What members page do you mean? The avatar is already in the users profile page, well it should be. As far as I know bbPress offers no full list of all members.
Darn, 10 minutes just past, could not edit anymore.
Why are we doing so difficult?
Simple css did the job as always: .bbpress .wpns_wrapper { display:none ! important;}
how can i hide wordpress sidebar in bbpress forum.??
And how can i put profile image in members. ??
Thank you.
I have recently installed BBPress into my WordPress theme, and have been having a few problems with spam registrations. Basically people are creating accounts, and in their profile text the are adding links to external sites. I would like “nofollow” to be added to these links by default, though nothing I have found on this forum has worked. I have added various things to my functions.php file as instructed by people here – none have worked. Can anyone help with this?
This something we could look at implementing into the core of bbPress, could you create a ticket in Trac for this and we can take a closer look at the issue.
http://bbpress.trac.wordpress.org (Use the same wordpress.org/bbpress.org username and password)
I would also like to hide the “/members” page form being publicly accessible – is this possible?
This part is BuddyPress 😉
I don’t know of any off the top of my head.
Have you tried searching for one?
https://bbpress.org/plugins/ or https://wordpress.org/plugins/
The main bbPress conditional tag is is_bbpress
Try <?php if ( !is_bbpress ) : ?>
I made a custom import for minibb.
Cool 🙂
I just did my first test import and it took like 12 hours to finish.
How big is your forum? (i.e. number of topics and replies)
Now I want to know if it’s possible to import only the latest post, topics etc instead of doing a complete import when I want to go live?
No it is not, my suggestion would be to copy your database and then cut it down to only the topics & replies you want to import directly with MySQL
And here is my ‘work in progress’ bbPress miniBB.php importer 🙂 https://gist.github.com/ntwb/7889409 🙂
EDIT: I should add that mine has a few issues and I know it doesn’t quite work 🙁
If you have some tips to fix mine up that would be great as we could then include it in bbPress.
This issue should be fixed in bbPress 2.5, please update your plugin and let me know if you still have issues.
Can you please create a ticket on Trac for this please
https://bbpress.trac.wordpress.org/ (Use the same wordpress.org/bbpress.org username and password)
Thanks for the report and you are correct it should still be an accurate count after running the repair tool. Could you create a ticket n Trac for this and I’ll take a look and see if I can get it fixed for the next release.
http://bbpress.trac.wordpress.org (Use the same wordpress.org/bbpress.org username and password)
We have an open ticket on Trac on what is and isn’t in the widgets and the potential option to merge everything into a single widget. If you have any additional thoughts not yet covered so far please feel free to add your own thoughts 🙂
https://bbpress.trac.wordpress.org/ticket/1918
We have an open ticket on Trac on what is and isn’t in the widgets and the potential option to merge everything into a single widget. If you have any additional thoughts not yet covered so far please feel free to add your own thoughts 🙂
https://bbpress.trac.wordpress.org/ticket/1918
If you are going to make changes use a custom bbpress.css file in your theme so updates don’t override your changes 🙂
https://codex.bbpress.org/theme-compatibility/