Hello,
i want to use a widget (bbpress login) and a shortcode ([bbp-lost-pass]).
But the appearance seems to be broken. The buttons are left. The descriptions are splitted. You can check the issues here:
forex.die-analysten.com/login/
forex.die-analysten.com/login/lost-pass/
how can i fix that?
Kind Regards
Pierre
An update on this.
I got it to work by editing the .htaccess file.
Add this code block at the start of the file:
<FilesMatch “^(wp-login|wp-log|index)\.php$”>
Header set Set-Cookie wordpress_test_cookie=WP+Cookie+check
</FilesMatch>
Regards
Rune
When I debuged WP_Query in bbpress/includes/topics/template.php on line 203, it prints:
SELECT SQL_CALC_FOUND_ROWS wp_2_posts.ID FROM wp_2_posts INNER JOIN wp_2_postmeta ON ( wp_2_posts.ID = wp_2_postmeta.post_id ) WHERE 1=1 AND wp_2_posts.post_parent = 5080 AND wp_2_posts.post_type = 'post' AND (wp_2_posts.post_status = 'publish' OR wp_2_posts.post_status = 'closed' OR wp_2_posts.post_status = 'private' OR wp_2_posts.post_status = 'hidden') AND (
wp_2_postmeta.meta_key = '_bbp_last_active_time'
) GROUP BY wp_2_posts.ID ORDER BY wp_2_postmeta.meta_value DESC LIMIT 0, 15
with post_type=post, but it should be post_type=topic. Damn.
When I put
<div id="bbpress-forums" data-topic-id="<?=bbp_get_topic_id()?>">
to the template, it prints me: data-topic-id=”0″.
Hi,
I had this issue since i very first installed BBpress along with the plugin – WP User Avatar.
The avatars are not showing in the forum at all. Its a completely bespoke WordPress theme with nothing in the functions.php to be doing any filtering or stripping out extensions of any type.
Ive also disabled every single plugin except bbpress & the avatars plugin & i still get the problem.

Can anyone please help me overcome this problem?
I did notice that in the bbpress / filters.php the line which says : add_filter( ‘bbp_get_reply_author_link’, ‘stripslashes’ ); had to be commented out because it was removing the backslashes from the avatar URL making things even worse.
I dont like the fact ive had to manipulate core code to do this. Surely there has to be a better was to get avatars working.
Thank you 🙂
@dimplefacect
glad you found the information you needed , the links i should have gave you either of these two
this one is cut to the chase
https://codex.bbpress.org/getting-started-with-bbpress/
and this one is more explanatory and has more steps to help improve your forum.
Step by step guide to setting up a bbPress forum – Part 1
if you need anymore guides for bbPress the codex is a great place to look.
i did it just like you sayed but still no effect 🙁
maybe some other plugin i have to change the code ?
That code works exactly as described.
please check that you have exited and re-entered your browser to clear
that you aren’t running any caching software
That you have only changed ’40’ to ’80’ and saved and uploaded the change
Thanks @robkk. I think I need more hand-holding. I did go to https://codex.bbpress.org/ and still couldn’t figure the steps to taking the forum I built under the forum tab and moving it onto a page. Any idea on a tutorial for that step?
thx but how can i change the size of it ?
i cant find some code where i can change it
The avatar size is hard coded into the login widget.
see
bbpress/includes/common/widgets.php
around line 141
You can change it directly in here, but keep a note of it, as it will be overwritten by upgrades. or if you have the skill, you could copy and create a new widget within your child theme
if that doesn’t work, then out it in your theme’s style.css, but tag it as !important
#bbpress-forums, #buddypress {
clear: both !important;
margin-bottom: 20px !important;
overflow: hidden !important;
font-size: 12px !important;
padding:20px !important;
background:rgb(10, 9, 9) !important;
}
There is a ticket for a future release.
https://bbpress.trac.wordpress.org/ticket/1989
you can hide them all with CSS
#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log,
#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log,
#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log {
display: none;
}
if you want to delete the old revisions use a plugin like WP-Sweep
https://wordpress.org/plugins/wp-sweep/
I am running Bbpress 4.1.1. If you have the revision log turned on, every saved edit will be displayed under the post. I’m a frequent post editor, so I wind up with 10+ logs if I don’t remember to uncheck the box, and there’s no easy way to delete them.
I am looking for a way to make each topic and post only show the latest edit. There should only ever be one edit note per post. Is this possible, via plugin or code or some option I haven’t found yet?
well step by step its pretty much this
copy page.php using FTP or your hosts file manager
rename to bbpress.php using FTP or your hosts file manager
remove unwanted code from bbpress.php using an editor like notepad++ through FTP or your hosts file manager.
TIPS:
make sure that the bbpress.php is in the root of your child theme.
remove unwanted code like comments code , something like this <?php comments_template(); ?>
^^ that is if you want forums on pages.
@findmyrep
follow the getting started guides by following this link.
Codex
use the bbPress shortcodes
https://codex.bbpress.org/shortcodes/
[bbp-single-forum id=$forum_id] – Display a single forums topics. eg. [bbp-single-forum id=32]
this plugin will help you out find any posts ID
https://wordpress.org/plugins/reveal-ids-for-wp-admin-25/
go to forums>all forums and you should see the ids
i tryed to change the size of the sindbar login avatar img.
i put in the theme (hueman theme) funcion.php this:
add_filter('sidebar_login_widget_avatar_size','new_login_avatar_size');
function new_login_avatar_size(){
return 80;
}
i also tryed this code:
add_filter('sidebar_login_widget_avatar_size', 80);
but it is still the size of 38 pix and not 80 pix ?
what did i do wrong ?
If your site is public, please put a url/link to an example page. What is to you an obvious written description is frequently not clear to us, and the ability to see is much better. We are also able to fix many display issues by loading your site and seeing what it is sending the browser in the background, so a link rather than a picture is really useful.
If you are setting up, please see the Getting Started section of the codex first.
Getting Started
Please see this page for any frequently asked questions we may already have an answer for you.
Frequently Asked Questions
Please also see these pages for help troubleshooting possible issues in bbPress. PLEASE tell us you have done the tests before when posting.
Troubleshooting
ow !
Hopefully the company have restored the database to back beyond your attempts to optimise it?
If so it should have no errors. So if it has, they probably need to go back to an older version if they have one – many hosters don’t.
Is it just forums entries that are missing???
if so you could try
dashboard>tools>forums>repair forums
and when you do get it going again, PLEASE PLEASE PLEASE don’t do stuff to a live site again.
1. a few hours invested in a test site
https://codex.bbpress.org/creating-a-test-site/
and you would not have lost your live site, and
2. REGULARLY back your main site (the above tells you how) and you could have just restored that – hosting companies rarely keep much, and an issue found after a week can be fatal !
Do come back for further help if needed.
I was working on optimizing the site using a tutorial from http://code.tutsplus.com/tutorials/the-ultimate-quickstart-guide-to-speeding-up-your-wordpress-site–wp-23846
When I got to the part on using the plugin “WP-DBmanager”, I backed up the database. I then repaired it. When I did the optimize part, that’s when I got the 500 error. I called the hosting company and not sure what they did. Eventually, they did a database restore from a weekly file. The error logs from that restore showed lots of errors. When I finally got the site back, the final result was the topics were there with no forums.
to create a forum go to forums>new forum in the wordpress backend
I don’t see how I customize it or set up topics or set up so only certain people can subscribe to it
for certain people to subscribe to it might be custom development post a job at http://jobs.wordpress.net/
Is there a video I can watch on how to start?
there is guides in the bbPress codex , but no videos
Codex
you can search youtube for a tutorial, make sure its at least in the past 2 years, anything older than that might be for the old versions of standalone bbPress.
‘Normal’ users get the message “You cannot create new topics.” when you add echo do_shortcode ('[bbp-topic-form]');
This is a similar topic to this message created almost three years ago, has anyone a solution for the current (latest) version of bbpress and wordpress.