Forum Replies Created
-
In reply to: wordpress 6.8 and bbpress bug?
bbpress 2.6.13 fixes the 6.8 wordpress issue
In reply to: wordpress 6.8 and bbpress bug?the new release is just for the above
In reply to: Memory Leak?There are many reasons why this might occur, that are site specific. This is not a known error with bbpress and more likely to be related to either the set up of your site, or it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, 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.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
If that does not point to the error, then I’d suggest you contact your host provider for help.
In reply to: Image Upload issuesYou would need to raise this for the image upload plugin support
https://wordpress.org/support/plugin/image-upload-for-bbpress/
In reply to: Problems when converting from phpBB to bbPressOn the users, bbpress hooks to user_id’s, so in the database you would have a topic/reply author just held in the database as for instance 27, and then bbpress looks up the nicename for that in the user table, so no user in the table, then no name to display.
On import with no ‘import users’ if the username does not exist it puts it as 0, and then it is displayed as ‘anonymous’
So whist everything is possible if you can write code or know someone who can, there is no easy way to import usernames, as you would need to amend both the import code and the username display code.
I have no experience of phpBB, so cannot comment on the other aspects. The importer was written some time ago by someone who no longer is actively involved in bbpress.
In reply to: How to catch post load/read from db?thanks for that – I think I understand 🙂
so the function that is used to display replies is is held in
\bbpress\includes\replies\template.php
line 576`function bbp_get_reply_content( $reply_id = 0 ) { $reply_id = bbp_get_reply_id( $reply_id ); // Check if password is required if ( post_password_required( $reply_id ) ) { return get_the_password_form(); } $content = get_post_field( 'post_content', $reply_id ); // Filter & return return apply_filters( 'bbp_get_reply_content', $content, $reply_id ); }
so
add_filter( 'bbp_get_reply_content', 'my_function', 10 , 2) ; function my_function ($content, $reply_id ){ //your code here }
In reply to: How to catch post load/read from db?can you explain a bit more about what you are wishing to achieve.
eg user posts a topic/reply/either? and then before being published
automatic text is added – then same text each time
Someone looks at the posts and does a manual edit
some code looks for x and changes it to y
nothing in the database is changed, but before any display soemthing happens?etc.
Great – glad you are fixed
In reply to: When I attach an image, there is a critical errorgreat – glad you are fixed
In reply to: Forum and topic page titles not displayingok there are thousands of themes, and tens of thousands of plugin, so whilst I have had a quick look at my test site with Astra, I cannot spend time on the theme to work out what you need to do.
So to test could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, 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.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
In reply to: When I attach an image, there is a critical errorso have you been though the link above
In reply to: When I attach an image, there is a critical errorIn reply to: Forum and topic page titles not displayingOn a quick test, I’m not seeing titles on any pages !
But try looking in
dashboard>astra>customize>custom post types>forums>archive forums>and look in the title section which has a toggle and lots of settings.
There also seem to be settings for single forums, topics and replies, so you may need to work through these.
In reply to: When I attach an image, there is a critical errorok, so this will go to the email address set in
dashboard>settings>general
In reply to: When I attach an image, there is a critical errorIf you have a critical error, you will get an email giving the exact error – you need to post this here
In reply to: Can an admin user unsubscribe a user?just confirm this is the bbpress profile, not the wordpress one.
ie you get to this by clicking the username in a topic/reply in the forums
In reply to: Can an admin user unsubscribe a user?are you a bbpress keymaster as well as an admin?
In reply to: Can an admin user unsubscribe a user?if you go into a users bbpress profile, then there is a subscriptions tab, and yes you can unsubscibe them
In reply to: formatiing bbpress in block editoryes they work fine together, but in
dashboard>settings>bbp-style-pack>theme support> make sure that ‘No theme support’ is selected
In reply to: formatiing bbpress in block editorIn reply to: Closing a BBpress forum for new contributionsgreat – glad you are fixed 🙂
In reply to: Closing a BBpress forum for new contributionsok, we need to make you a keymaster
Install
once activated go to
dashboard>settings>bbp style pack>Bug Fixes.
you will see an option to set yourself as keymaster, tick that and click save
you will then see that you are a keymaster, and should now be able to see the forums in dashboard>forums
Once you can see this you can decativate and delete the style pack plugin
then in dashboard>forums you can close the forum
In reply to: Closing a BBpress forum for new contributionsso we’re back to you needing to close the forum in
dashboard>forums
If you are not seeing this, then can you go to
dashboard>users and look at users, you should see that at least one has ‘keymaster’ as a bbpress role – do you see this?
In reply to: Closing a BBpress forum for new contributionsI’m presuming that someone else put this site together then?
In reply to: Closing a BBpress forum for new contributionsso depending o your exact setup, so if you go into
dashboard>appearance>widgets you should see an option for a sidebar, in which you will see the bbpress login widget, just remove that.
Then in
dashboard>forums>all forums>edit forum you can close the forums.