Forum Replies Created
-
In reply to: unread plugin
ok, 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_user
in 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 replyit 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
the error message is usually longer, if you have more can you post the full error
In reply to: bbpress & woocommerce membershipsI’ve zeroed in on the problem it’s “Forum Moderators” that is conflicting.
is this a plugin?
In reply to: Spam RegistrationsIn reply to: Images not always showing upok to fix this you need to find some commonality.
so
image size,
image type (jpeg,png etc)
particular users
users with particular role
how often – 1 in 100, 1 in 2?
time of dayetc.
It could of course just be loading timing out due to a user’s computer being slow at that moment, internet slow at time of upload, server backing up, or just a glitch. Computers are like that.
so start by getting user to try again with the same image, that will eliminate lots of stuff if it works second time.
sorry, this support forum is for bbpress issues, your query refers to wordpress registration login, which bbpress just uses, but is not involved in
In reply to: ERROR for site owner: Invalid site keygreat – glad you are fixed
In reply to: mobileI 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
Then come back