Forum Replies Created
-
In reply to: Need help with slow MYSQL query & high CPU usage
hmmm…agree it is very hard from this snippet to know where it is coming from.
Presuming you can repeat this timing, I’d suggest that you do the standard fault finding ie swicth to a default theme and just have bbpress as the only plugin. If the query still shows, then it is a bboress one, and you can work through individual bbpress displays to see if you can work out where it is called.
If it doesn’t show, then I’d suspect a bbpress add-n and you can add back plugins to try and find the culprit
In reply to: WebP imageswordpress does
so if you have image plugins adding to bbpress, it would depend on whether they do
that looks like buddypress not bbpress – have you also posted in their support forum?
I am not quite sure what a ‘profile notifucation’ is – is this bbpress or buddypress?
In either case, I would try
dashboard>tools>forums>repair and run ‘recalculate engagements’
ok, best advice I can give is the standard fault finding :
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
Then come back
ok, kinda hard to answer this one, as I can see forums and sub forums – but have no idea what is not showing ๐
In reply to: New posts and commentsThis might be close to what you ae looking for
once activated go to
dashboard>settings>bbp style pack>Unread posts
In reply to: Moving a Topic to a different Forumthanks – you too
In reply to: Moving a Topic to a different Forumthat sounds like a good plan – do come back and report success or failure – if it doens;t work, I’ll try and find some time to look at the plugin.
In reply to: Moving a Topic to a different Forumthis looks like it might do it
whilst it is an old plugin, it is written by Pascal who is a good plugin author, and there have been no major changes other than subscribe since written, and I suspect it does not touch that part.
In reply to: Media libraries wp&bb integration into one folderNothing I know of
can only suggest you plough through these an see if any will do the trick
20 Free WordPress Gallery Plugins For Photography Websites 2021
In reply to: Moving a Topic to a different Forumis it all topics from one forum, or just some?
In reply to: wordpress user role reduced to only 2hmmmm….
so with a twentytewenty theme and just bbpress you cannot see those roles – yes ?
In reply to: Disappearance of the menu๐
In reply to: Disappearance of the menuThis is a bug in bbpress – yet to be fixed.
In the meantime install
which should fix
or
Put this in your child theme’s function file –
ie wp-content/themes/%your-theme-name%/functions.php
where %your-theme-name% is the name of your theme
or use
if( !function_exists( 'bbpress_browser_supports_js' ) ){ function bbpress_browser_supports_js() { echo '<script>document.body.classList.remove("no-js");</script>'; } add_action( 'wp_footer', 'bbpress_browser_supports_js' ); }
In reply to: Custom Forum Pagination๐
In reply to: Issue with Polylangit looks like the ‘free’ version does not have support – few threads are answered – that is of course the plugin authors choice, but suspect you might need to upgrade to pro to get help on this.
In reply to: Issue with Polylangok, as I’m not running polylang I can’t really help further.
I have no doubt it can be fixed, but not by me ๐
But I cannot see that anyone else has had issues with this – not saying that it does work for others, just that I cannot find anyone reporting that they have had issues.
In reply to: Custom Forum Paginationboth those functions have filters, so you could quite happily amend them using a filter, which would then not be affected by plugin updates
In reply to: BBp style packSorry, that file is back and corrupted I cannot say why.
I can only suggest 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
In reply to: Issue with Polylangand are you on ploylang pro?
I can see in settings options for ‘share slugs’ and ‘translate slugs’ that might be needed (or might not be!) and need the pro version.
and have you raised this issue with polylang ?
In reply to: Custom Forum Paginationok, to save me searching where is ‘I can see where this is being generated in the bbpress plugin PHP code’
In reply to: Issue with Polylangso typing for instance
http://domain.com/forums/topic/admin-gui/edit/
in the url does not work either?
In reply to: Custom Forum Paginationok, can you define what you mean by ‘customisation’? do you mean style, or say entries per page or what ?
In reply to: Issue with Polylangand have you added topic, reply and forum as custom post types in the polylang settings