where is your favorite and subscribe links??
they should by default be in your bbPress topic header.
Hi All…
Is it possible to create additional fields for forum posts in bbPress. For example we want to be able to have people vote up/neutral/down on something someone has written to track whether the idea is trending up or down in terms of community interest and support. We also want to be able to add different categories and/or tags to each post. Is this something that is native within the groups/forums or is there an plugin to add this functionality?
Thanks,
Greg
Update
I changed to bbpress 2.5.6 and my site is working again.
Still if someone has an solution please help me out, thanks.
Alex
Hello all,
I having a major problem with my wordpress site (www . onlinegokforum . nl)
After the last update (20-4-2015) my site isnt working anymore when i have the bbpress plugin active!?!?!?!
I can only see my site when im logged in
Can someone help me? Thanks in advance
Kindly,
Alex
Hello all,
How can i start a topic on this forum?
I having a major problem with my wordpress site (www . onlinegokforum . nl)
After the last update (20-4-2015) my site isnt working anymore when i have the bbpress plugin active!?!?!?!
I can only see my site when im logged in
Can someone help me? Thanks in advance
Kindly,
Alex
oh yeah thats all custom stuff for this site
this plugin gets some of them
https://wordpress.org/plugins/bbpress-info-widgets/
more advanced search template and functions that would put in your child theme.
https://github.com/MateuszNowicki/bbpress-Advanced-Search
only thing missing is forum info
i think there is some article on some site to get every widget in a function like this site.
dont know where it is.
this should do it
#bbpress-forums #bbp-your-profile fieldset.submit {
padding: 0px;
}
Hello I am in the process of converting a simplepress forum to bbpress.
The first issues I have noticed is that the date and time of some posts is not being carried over and is defaulting to the time of the conversion. However this is not on all post, only a percentage, approximately 860 topics of a total 5029. One thing I have noticed is that all the topics witout updated date/times do not have any responses to the original post, although there are posts with correct date/times that have no responses if that makes sense.
I have run all the repair functions and the only one I am having trouble with is “Recalculate the position of each reply” which seems to stop (timeout?) and go to a white page.
Any insight as to what may be going on?
Hi again, Robkk!
Would you be able to help me with one other odd CSS issue I’m having?
The “Update Profile” button on the BBPress profile’s Edit page is bleeding out of the box.
Here’s a screenshot:

I don’t know if you can access it without having an account. Here’s the link to set one up, just in case you need it: bellynsoul.com/my-account.
Thanks again for all of your help!
Kindly,
Sharon
I also ran into this after updating to 2.5.7.
When a user was logged in, they could see the site as expected. When logged out an internal server error appeared.
It also happened if bbPress was the only plugin active on the site. The site has been running bbPress without incident before this for a couple of years.
Reverting to 2.5.6 does resolve the issue at least until an update can be made.
so you’ve just upgraded to 2.5.7 bbpress?
If so, try reverting to 2.5.6
https://wordpress.org/plugins/bbpress/developers/
Latest versions of bbpress, WordPress and all other Plugins.
bbpress uses wordpress registration and assigns the default role set in settings>forums upon first user login.
so any wordpress registration will work
bbpress has a shortcodes
[bbp-login] – Display the login screen.
[bbp-register] – Display the register screen.
or you can use sidebar widgets also
For anyone having this issue, here is the fix:
In function: bbp_forum_query_last_reply_id
in file: bbpress/includes/forums/functions.php
change: if ( false === $reply_id ) {
to: if ( !$reply_id ) {
It needs to know that ‘0’ is not an acceptable reply ID and then query for a new one.
On our bbPress (2.5.7) admins don’t get an email notification if a new post is added, but do get a notification if a reply is posted. Is this default behavior?
If yes, do I need a plugin like https://wordpress.org/plugins/bbpress-notify/ or https://wordpress.org/plugins/bbpress-notifications/ to handle this?
If no, what could be wrong on our install?
Besides bbPress we use the plugins “bbP Members Only” and “GD bbPress Attachments”.
I am painstakingly going through the code to fix this issue, and due to the fact that I have no experience with bbpress code, it is way more taxing than it should be.
I will leave crumbs here so anyone more equipped than myself can jump in and repair it before I do and save us all a lot of trouble.
I have discovered that there is a bug with the following function:
bbp_forum_query_last_reply_id
This is called when the update freshness repair is run and is supposed to return the last reply ID for a forum. Right now, it is consistently returning ‘0’.
It is found in includes/forums/functions.php
Yes it’s new with an upgrade of the bbPress and Group plugins… tomorrow I’ll check what the last versions I had were….
I find it so odd that some user searches work and some don’t. When I look at the User Object of a user where their link works from the search page vs one that doesn’t work from the search page there’s nothing I can see that stands out… I should check the bbPress roles on them though perhaps.
I also tried resaving the permalink settings with no joy… any direction you can point me to do some debugging I’d be very greatful… happy for you to take a look too…
My site is on bbpress only. Now suddenly this issue has arised since past 2 days.
so…
Just started happening? Has this combination worked before? or is either groups or bbpress new?
so has your site been working with bbpress before, or is bbpress new?
My site was giving 500 internal server error and none of the pages were getting loaded. I tried some trial and error method to see whether disabling any plugin resolves the issue and I found that disabling bbpress plugin makes the website load perfectly.
bbpress forum makes a major part of my website.
Is there any way I could resolve this issue?
Hey Guys,
I have the latest WordPress 4.1.2 and bbPress 2.5.7 and I’m having a problem where when I search for a user in the admin of WordPress and try and either bulk edit the user or click on the User Profile link and I get redirected to the home page.
I have narrowed it down to a conflict with the Groups plugin 1.5.1 and I’m wondering if anyone else has found this?
Other points:
– User links work to edit the profile or bulk edit if you DON’T search but we can’t do this as our user db is 1,400 odd people and it takes too long
– I’ve tried changing to the default theme and deactivating all plugins and it still happens
– I have tried installing bbPress 2.5.7 and Groups 1.5.1 on a fresh install of WordPress and got the same results with a user database of 2 people.
It only happens when you search… If I remove the wp_http_referrer information from the User Edit Profile link the link works… There’s some weird conflict going on with the referrer in the link…
Any help greatly appreciated by all!
Hi Guys,
Did anyone get a solution to this problem? I’m experiencing a very similar thing with
Wordpress v4.1.2
BBPress v2.5.7
I’ve tried deactivating all plugins and going to the default theme but clicking on usernames in the admin when trying to edit a profile is taking me to the home page… Just wondering if there was a solution it might help me too!
well a full width bbpress.php template would not fix the profile page looks. it would just need some CSS rules for a better bbPress responsive layout.