That works great! Thank you so much.
How do I add the post content to the first post of the new topic? I can’t work out how to target the first post with add_action().
How do I append the post post title to the forum id? It looks like this (Forum: 67) it might be better if it was post-title-67 e.g starwars-67
I would like the first forum topic created to be displayed on the post page. I currently achieve this by:
Add new block
[/] shortcode
Add the bbpress shortcode
[bbp-single-topic id=40]
The id is found when edititing the topic in the address bar https://site/wp-admin/post.php?post=40&action=edit
Is there a way of automating this task?
yes, bbpress 2.6.5 and bbp-style-pack 4.6.1.
Perhups I could change the texte, but I don’t know find it in french.
One idea?
thanks very much.
I like bbpress, it’s fine
FYI – My WordPress and BBPress installations are up-to-date and I have an Icon in the Toolbar which when clicked, goes to three option (Dashboard – Change Password and Log-Out) but does not give access to users topics and post being created etc.
If I use the Widget BBPRESS LOGIN LINKS Widgets – and click on the icon, then it gives me access to the profile details I am looking for, but I would like to use this profiles option for the menu (not wideget)
😉
I am trying to create (and have been for a few days) a way to do exactly what happens when you log into this wonderful bbpress.org forum, after logging in you can then select your user icon with the users name and enable them to edit there own bbpress profile details.
How do I do this simply ?
is this with 2.6.5 bbpress ?
the order changed and my style pack may not recognise the changed order
Ce forum contient 5 sujets (+ 1 masqué) et 11 réponses, et a été mis à jour pour la dernière fois par 20 août 2020 à 18:37 le admin4789.
I use bbpress with bbp-style-pack and this the message that I have in the list of topics
Welcome to bbpress !
This registration is done by Buddypress not bbpress, so you’d be better asking the question on their support forum
https://buddypress.org/support/
Heeelllloooo bbPress! 🙂
This is my first time writing you and I have first say, I LOVE your plugin. GREAT job!
I have a couple of question about the Registration page.
Website: http://zolofly.com/register/
WordPress Version: 5.5
bbPress Version: 6.2.0
1) How can extend the Profile Details … under the Account Details so that the page lays out nicely?
Screenshot for your reference: http://prntscr.com/u36rrl … make since?
2) How can I make some columns for the Hobbies? Rather than it just being one long row.
3) Where can I add the Terms and Conditions next to the Privacy Policy?
Screenshot for questions 2 and 3 for your reference: http://prntscr.com/u36tex
That’s it and thank you so much for your support,
Christine 🙂
Checkout template files for bbpress in theme directory, then just call widgets and sidebars you want That way you can customize whole bbp subpage s.
You can go through this link for finding better solution.
Layout and functionality – Examples you can use
Activating bbpress throws errors
All other plugins deactivated
bbpress v 2.65
wp v 5.5
https://elumine.interconnected.me/
theme – elumine, and twenty twenty, both up to date.
[20-Aug-2020 08:10:54 UTC] PHP Notice: Trying to get property ‘post_status’ of non-object in C:\Users\Darren\Local Sites\elumine\app\public\wp-admin\includes\template.php on line 2172
[20-Aug-2020 08:10:54 UTC] PHP Notice: Trying to get property ‘post_status’ of non-object in C:\Users\Darren\Local Sites\elumine\app\public\wp-admin\includes\template.php on line 2176
[20-Aug-2020 08:10:54 UTC] PHP Notice: Trying to get property ‘post_status’ of non-object in C:\Users\Darren\Local Sites\elumine\app\public\wp-admin\includes\template.php on line 2182
[20-Aug-2020 08:10:54 UTC] PHP Notice: Trying to get property ‘post_status’ of non-object in C:\Users\Darren\Local Sites\elumine\app\public\wp-admin\includes\template.php on line 2186
[20-Aug-2020 08:10:54 UTC] PHP Notice: Trying to get property ‘ID’ of non-object in C:\Users\Darren\Local Sites\elumine\app\public\wp-admin\includes\template.php on line 2190
[20-Aug-2020 08:10:54 UTC] PHP Notice: Trying to get property ‘post_status’ of non-object in C:\Users\Darren\Local Sites\elumine\app\public\wp-admin\includes\template.php on line 2194
[20-Aug-2020 08:10:54 UTC] PHP Notice: Trying to get property ‘ID’ of non-object in C:\Users\Darren\Local Sites\elumine\app\public\wp-admin\includes\template.php on line 2199
[20-Aug-2020 08:10:54 UTC] PHP Notice: Trying to get property ‘ID’ of non-object in C:\Users\Darren\Local Sites\elumine\app\public\wp-admin\includes\template.php on line 2203
[20-Aug-2020 08:10:54 UTC] PHP Notice: Trying to get property ‘ID’ of non-object in C:\Users\Darren\Local Sites\elumine\app\public\wp-admin\includes\template.php on line 2208
[20-Aug-2020 08:10:54 UTC] PHP Notice: Trying to get property ‘ID’ of non-object in C:\Users\Darren\Local Sites\elumine\app\public\wp-content\plugins\unyson\framework\extensions\shortcodes\extensions\page-builder\class-fw-extension-page-builder.php on line 510
Please advise.
Thanks.
the logic is that at this point it is simply seeing what is stored in the database, rather than using wp-bakery to interpret it.
Whilst I use WP-bakery on a couple of sites, none that use bbpress.
sorry not sure I can help further
hmmm….not sure what to suggest next
sort of looks like wp-bakery want you to buy an add-on for bbpress shortcodes
bbPress Shortcodes
hmm – what other bbpress related plugins do you have?
This is already fixed in bbPress and will be part of the next release.
These are just notices. There is nothing wrong or failing. They are annoying. I think misused in this situation. But it has been addressed.
@phy9pas Which bbPress version are you using?
I’m running WP 5.5 and BBP 2.6.5
It seems that WP5.5 has deprcated the method wp_make_content_images_responsive but it is still being hooked in
/plugins/bbpress/includes/core/filters.php
lines 194 & 195
This is causing a warning message to be thrown
UPDATE:
I found the issue. 2 weeks back I added the following function to functions.php > child theme, because I wanted to rename the Keymaster to Administrator:
// change user role name 'Verwalter' to 'Administrator'
function ntwb_bbpress_custom_role_names() {
// Keymaster
bbp_get_keymaster_role() => array(
'name' => 'Administrator',
'capabilities' => bbp_get_caps_for_role( bbp_get_keymaster_role() )
)
}
add_filter( 'bbp_get_dynamic_roles', 'ntwb_bbpress_custom_role_names' );
It successfully renamed the role and I was done with the issue. However, it apparently removed all the other default bbpress roles. I thought this function is exclusively for renaming roles as the name suggests.
I went back and included all other default roles into that function in the child theme (The complete rename roles function can be seen eg here.) Now I see all roles in settings > forum > automatically assign roles. Also in user management I see all forum roles. Also, new forum registrants are automatically assigned to subscriber.
problem solved.
something strange going on!
I can only suggest it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentyfifteen, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Then come back
I’d start by taking out any code in your child theme’s functions file !
I just noticed the following: as a site admin I cannot change forum roles of users. I can only assign the role ‘administrator’ or ‘-nor roles for these forums-‘. No option to assign moderators or anything else.
How could this have happened @robin-w? At one point I installed buddypress, but deinstalled it again.
I already deactivated and activated bbpress and went through repair forums > default user roles. When I did the repair all users were assigned forum role ‘administrator’.
My bbPress forums page contains “bbPress Forums” just above the page title. Please advise on how to remove this.
Theme: Creativ Blog
Yes I understand – your theme is doing that, not bbpress.
Hello everyone, I need your help. I’m trying to make new roles in bbpress.php and capabilities.php, but it does not works.Then the debug page will be enabled. I think I do somthing wrong, Pease help me.