Forum Replies Created
-
ok, I think this is jetpack doing checks in the background.
I’d guess that php 8.1.6 does not like that the destruct function has not been defined, older versions are probably happy with that, each newer version of php seems to get less tolerant, and plugin authors spend their lives fighting a stricter and stricter php regime π
ok, not entirely sure why a convertor is running. Is there some specific action you are doing to get this ?
can you give us the code for your custom block please
thank you so much for your kind words π
‘Links’ will include anything that HTML considers a link, so that can include images and other stuff.
I’d suggest you try :
once activated go to
dashboard>settings>bbp style pack>moderation
This will give you emails to advise, and the user notification
I’d need an example of content to advise on why it might be held
In reply to: Stop Auto Converting Text Url into Hyperlinked Urlgreat – thanks for updating us π
In reply to: New Postok, I’ve released a new version which fixes the issue with not showing, but I fear that it does not help your desired button !
In reply to: unread pluginok, I just rescued an old ‘unread posts’ plugin and incorporated that part into my style pack, so sorry I can’t really say why it is slow for you.
In reply to: unread pluginok, if you mark all topics as read, does it then speed up? Just thinking that first time accessing it has all the topics so far to mark as unread for you
sorry, no, presume you have woocommerce installed, but no idea why it is conflicting.
I presume you carried out
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.
In reply to: caching issuethe slugs are the ones in
dashboard>settings>forums>slugs
something (not bbpress) is using a filter to call this function.
so you’d be looking for a hook that looks kinda like this
add_filter( ‘bp_notifications_get_notifications_for_user’, ‘xxxxxxxx’, 10, 5 );
or some code directly calling ‘bp_notifications_get_notifications_for_user’
Both of those should pass 8 arguments, but are only passing 5 – hence the issue.
it is not bbp-private-groups
if you really want to track it down, then use FTP to transfer the wp-content directory of your site to your PC.
then download and install notepad++ and use the search/find in files option to find
bp_notifications_get_notifications_for_userin wp-contentthat should get you to options where it is called
In reply to: unread pluginso with style pack, does it run slowly with ‘unread’ not activated?
not sure if you are saying that style lack is affecting it generally or just the unread part
In reply to: New Postthanks, I had read your original question as ‘new topic’ not ‘unread post’ – sorry
yes there is a bug, but this will only add a ‘mark as read’ button in any case. I’ll fix the bug shortly.
There is no ‘new posts’ button, I simply inherited the code for this functionality, and I don’t plan to work further on it.
In reply to: New Postnot sure what unread has to do with new topic but
dashboard>settings>bbp style pack>unread posts
In reply to: New PostIf you have deactivated bbpress, then the error cannot show as this is a bbpress function, where are you seeing these errors – if in a log, then are you sure the log is being cleared before each test
In reply to: Can’t find Widget in WordPress 5.9and this might also help
In reply to: Can’t find Widget in WordPress 5.9Unfortunately this is part of WordPress’s mission to make WordPress totally unusable for new users, whilst experienced users will continue to use the myriad of already existing site builder plugins which do the job much better !!
If you want to continue to use the twentytwentytwo theme, the best I can suggest is that you work through this guide
In reply to: Can’t find Widget in WordPress 5.9what theme are you using?
it looks like youzify from that error log (but cannot guarantee).
I’d suggest you try deactivating youzify as a test and see if the error diappears.
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
so did you do the plugin test ?
In reply to: Like and shares no showinglikes and shares are not part of bbpress
In reply to: Forums font sizeIn reply to: No quotes with reply