Tried the new CSS. Still seeing same thing on sidebar. Text is not aligned with fields. I deleted cache on site and browser. Also tried other browsers. here’s a screenshot: http://www.stargatetothecosmos.org/StargatebbpressIssue.png
Referring to this page: http://www.stargatetothecosmos.org/forums
Thank you!
titles are theme related, so you would need to modify the theme template being used by bbpress.
see
Step by step guide to setting up a bbPress forum – Part 1
part 8, and create a bbpress.php file from the template your theme is using to display bbpress. This plugin will show you what templates are being used
Show Current Template
this is theme related – and beyond my free help to fix, but try and work through this resource, in particular item 8
Step by step guide to setting up a bbPress forum – Part 1
I came across this same issue and found this thread.
“bbpress default role is only allocated on first user login, so users who register but haven’t yet logged in will show as having no role.”
If this is how it works, how anyone is supposed to know? Naturally you would think you can change user roles by multiple select and assign them a role when they don’t have one yet. Maybe a popup message would help when the admin attempts such action.
Could you tell me how I can make the forums homepage like in the bbpress forums? I want to fill the empty left space but the widgets just add to the right side
https://ibb.co/dbVPWp
https://ibb.co/bFwRcU
I installed bbpress on my wordpress site and it looks like this:
https://ibb.co/fRQMSU
https://ibb.co/bu3mu9
It doesn’t look remotely good like it does on this website.
I use the theme “Twenty Sixteen” along with the plugin “Customize Twenty Sixteen”
I also use “LearnDash”.
Can somebody tell me what could be the reason for the strange looking page?
There hasn’t been an update to bbpress for over 6 months – so not sure what you were updating.
you will need to either get your host provider to roll back you site, or get ftp access and change the name of the offending plugin
Hi guys,
May I know why is language code missing bbPress search page URL? I have a multi language website using Polylang and everything works except for the bbPress function. It only returns the English data instead of the Chinese data.
Anyone know the solution to fix this?
Thank
Cristiano
I just got notice when I went to the backend of my wordpress site that there was an update. It was a bbpress update, so I clicked to install it and it broke my website. I can’t get to the plugins page or anything to uninstall the update. Please help! Even the front end of my website is down.
It looked like it installed correctly, but I get a HTTP ERROR 500 when I try to access my homepage or any other page on the website.
“Downloading update from
Unpacking the update…
Installing the latest version…
Removing the old version of the plugin…
Plugin updated successfully.”
Thank you,
By adding 'author' => bp_displayed_user_id(),
to this code, my purpose can be achieved.
https://www.daggerhart.com/bbpress-recent-replies-shortcode/
But I would like to output with the same structure as BuddyPress activity.
I recently installed bbPress on my site countryguitaronline.com and it’s working great, but I’m having trouble saving my Menus in WP admin dashboard and I’m having trouble saving other settings here and there when I’m working in my WP admin dashboard.
Anyways, can I uninstall bbPress to see if there’s a plugin conflict, then re-activate bbPress and keep all the previous user forum posts and all that data? I’m assuming yes, but just wanted to check.
Thanks!
Hi there!
We are having the same issue on our website whenever we create a new BBPress topic. Tried adding it to GTM manually didn’t do the trick either.
In the search console, there is an hatom error everytime you create a new forum topic.
Missing author
Missing updated
Testing data online with Google structured data testing tool does not reveal error in that regards any idea what JSON-LD should be added to BBPress files to fix this?
Thanks
as stated above, i deactivated every single plugin beside bb press without any change. furthermore, the same is the case in this forum. just test it. apparently something is flawed in the bbpress plugin itself.
cheers
I just installed bbPress here https://countryguitaronline.com/forum/
The topic count at the top where it says “This forum contains X topics and X replies…” is saying 6 topics, but then below there are actually only 5 topics.
Any ideas? I’ve cleared my site cache with W3 Total Cache, purged my CDN, and cleared my local browser history.
Thanks!
Devin
Hi, I also want to change language english to turkish. I download the mo and po files and put them in to /wp-content/languages/bbpress/.. But there is no config file to change define(‘BBLANG’,); to define(‘BBLANG’, ‘tr_TR’);
where it should be and if I created config.php and if I just write “define(‘BBLANG’, ‘tr_TR’);” is it work?
I hope somebody help me
and there is an integration plugin
bbPress Integration
As far as I know the two work together
bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
Then come back
When i try to activate learndash plugin then my bbpress reply are not showing.
its showing 404 error with “WE’RE SORRY
404 Error. It could be an outdated link or just a small technical glitch. Try the URL again, or find what you’re looking for on our Homepage.”
I am constantly receiving a 404 error if a non logged in user clicks on the groups at https://wushantcm.com/groups/ and the forums on https://wushantcm.com/forums/ I am not sure since this could be a cache problem. I am using Hyper Cache and do miss the function of page cache time out, seems this function doesnt exist anymore and also not sure if it could be in relation with my plugin.
Wordpress Version: Version 4.9.8
bbPress Version: Version 2.5.14
My site: https://wushantcm.com/
Theme: Boss Theme (Buddy Boss)
Hi, I am coming from a MYBB forum to using BBPress and so far having great fun playing with all the plugins etc, I have a forum UKTechHub.com and have an issue where I am using Threaded nested replies, so within a forum/Topic a few individual conversation can take place and this work well visually rather then one reply being put at the end of another in a date/timestamp order.
Anyway, I have noticed, like in the below link, if I have lots of Threaded replies within a single Topic, then the page itself becomes very long and there seems no way to create pages 1 page 2 etc for a threaded conversation.
This link goes to a page that shows how to deal with BBpress Threaded replies and pages, but I wondered what other options (plugin) are out there?
https://wpup.co/bbpress-threaded-nested-replies-with-paging/
I am running BBPress 2.5.14
Thanks
Not in my use case, @robin-w (and I have your great plugin installed and active, by the way). That’s because I want the forum to display WordPress user roles, not bbpress roles. From what I can see in your plugin, I can only change the name of bbpress roles. I hope this makes sense!
I’ve just done some testing
this code :
function test_set_user () {
$user_id = 1223 ;
bbp_set_user_role( $user_id, 'bbp_participant' );
}
add_action ('init' , 'test_set_user' ) ;
changes user 1223 on site load, so the code is fine.
I think it is a timing issue – ie when you are doing this. It may well be that even if this fires, a ‘create user’ firing after will overwrite this – eg this may set for pending, but then be overwritten by the final user creation.
Of course if it is always going to be participant, then bbpress allocates the user to the default role (as set in settings>forums>default role) if no bbpress role is set on first login, so you could just set up the user, and bbpress will take care of giving them a role when they first log in!
it is doable but would require bespoke coding
if you want to hire someone, then Milan or I might be able to help
How to Hire a bbPress Expert for Quick Consults?