-
Mike Witt replied to the topic Database Errors in the forum How-to & Troubleshooting 2 years, 8 months ago
I did manage to duplicate it by sending a couple of private messages back and forth between members. But it doesn’t happen every time. So I still haven’t found a sure-fire way to duplicate it. It doesn’t appear to happen exactly when the message is sent. Maybe when the notification is read? Strangely, in the case where I got the error, I can’t…[Read more]
-
Mike Witt replied to the topic Database Errors in the forum How-to & Troubleshooting 2 years, 8 months ago
@shanebp, I have a bit more information, and I wonder if you could possibly take another look?
(1) I was wrong about the error being related to a bbPress closed topic. That turned out to be just a coincidence. It’s happened several more times now, and actually the times don’t line up with any posts or replies that I can find.
(2) I’ve checked…[Read more]
-
Mike Witt replied to the topic Database Errors in the forum How-to & Troubleshooting 2 years, 9 months ago
Ah, OK. So more potential conflicts with other plugins. I guess I’ll look at switching.
-
Mike Witt replied to the topic Database Errors in the forum How-to & Troubleshooting 2 years, 9 months ago
@shanebp, OK I’ll ask bbP and GP.
Just to be clear, are you saying that Legacy is not really supported anymore, or that it has problems? Or are you just saying you think Nouveau is nicer? I’ve got things looking just the way I want them with Legacy, and I don’t need any new features (on the site in question). So I wouldn’t have any reason to…[Read more]
-
Mike Witt started the topic Database Errors in the forum How-to & Troubleshooting 2 years, 9 months ago
Any advice on debugging the error below?
WordPress 5.9.2, BuddyPress 10.1.0, bbPress 2.6.9
(I haven’t upgraded to 10.2.0 yet, but I don’t see any fixes that seems to apply to this.)
It happens “once in a while” since upgrading to 10.1.0. (Four times since March 9th.)
It *might* be related to email notifications (mentions?) in a bbPress closed…[Read more] -
Mike Witt replied to the topic BuddyPress 10.0.0 "La Pino’z" in the forum Miscellaneous 2 years, 10 months ago
Just for the record, I finally did find where my Lightsail permission problem was and I was able to update.
-
Mike Witt replied to the topic PMPRO + Buddypress + bbpress + bbp style pack in the forum How-to & Troubleshooting 2 years, 10 months ago
For what it’s worth, I found my Lightsail permission problem and was able to update to 10.0.0. The little cancel icon still doesn’t work as far as I can tell. I’ve tried to search in Trac to see if this is a known bug, but I haven’t been able to find it. Maybe my ignorance about how to search Trac is mostly the issue here 🙂
-
Mike Witt replied to the topic BuddyPress 10.0.0 "La Pino’z" in the forum Miscellaneous 2 years, 10 months ago
I realize that 10.0.0 does not claim to be compatible with WP 5.9, so this is just an FYI I guess …
I haven’t been able to update to 10.0.0 on WP 5.9 running on AWS lightsail. I get “Update failed: The update cannot be installed because we will be unable to copy some files. This is usually due to inconsistent file permissions.”
Lightsail’s…[Read more]
-
Mike Witt replied to the topic PMPRO + Buddypress + bbpress + bbp style pack in the forum How-to & Troubleshooting 2 years, 10 months ago
I just tried updating to 10 on a test site (on AWS Lightsail) and I got:
Update failed: The update cannot be installed because we will be unable to copy some files. This is usually due to inconsistent file permissions.
In the php log:
PHP Warning: chmod(): Operation not permitted in…[Read more]
-
Mike Witt replied to the topic PMPRO + Buddypress + bbpress + bbp style pack in the forum How-to & Troubleshooting 2 years, 10 months ago
-
Mike Witt replied to the topic Adding a second control to Member's activity loop in the forum How-to & Troubleshooting 2 years, 11 months ago
OK, here’s a picture:
https://mikeandtina.org/wp-content/uploads/2022/01/Profile.png -
Mike Witt started the topic Turning notifications off and on programatically in the forum How-to & Troubleshooting 2 years, 11 months ago
Are there any functions to turn a specific user’s notifications off an on. Something like:
bp_notification_on( $uid, $type)
bp_notifications_off( $uid)
Or something along those lines? -
Mike Witt replied to the topic Display average response time for private messages in the forum Creating & Extending 2 years, 11 months ago
If I understand what you’re asking, you should be able to add profile fields in the WordPress Dashboard under Users->Profile Fields. As long as you set “Visibility” to Everyone, then I believe that Buddypress will display those fields in the person’s profile.
-
Mike Witt replied to the topic Adding a second control to Member's activity loop in the forum How-to & Troubleshooting 2 years, 11 months ago
It adds option for ascending or descending order on the buddypress profile activity tab.
I don’t know of a way to (easily) post a screen shot here, but if you email me I’ll send you one.
My email is in my profile here. -
Mike Witt replied to the topic Adding a second control to Member's activity loop in the forum How-to & Troubleshooting 2 years, 11 months ago
I finally got a lead on how to do this from the BuddyDev.com forum:
https://buddydev.com/support/forums/topic/adding-a-second-control-to-members-activity-loop/I actually ended up using a combination of filters similar to the ones at the bottom of that post, along with an override of buddypress/members/single/activity.php.
I can supply more…[Read more]
-
Mike Witt replied to the topic Overriding number of Friends in the Profile in the forum Creating & Extending 2 years, 11 months ago
OK, well it appears that there is actually no BP template that can be overridden for this situation. I ended up doing it by filtering the code that creates the Friends Tab in the profile. Here’s what I ended up with. If anybody sees anything wrong here, let me know. All this does is create the same tab (a list item) that BP does, except I don’t…[Read more]
-
Mike Witt started the topic Adding a second control to Member's activity loop in the forum How-to & Troubleshooting 2 years, 11 months ago
In the activity loop for individual members, I’d like to add an option for ascending or descending order. I can see how to change the order by adding a filter on
bp_ajax_querystring
and it appears that I can overridemembers/single/activity.php
which I think is where I would add the second drop down to pick ascending or descending. But I can’t…[Read more] -
Mike Witt replied to the topic Member Loop only MemberPress members in the forum How-to & Troubleshooting 2 years, 11 months ago
For what it’s worth, I’ve *almost* gotten all this to work, but have one more slight problem with the profile. I actually just posted about it here:
But then I just remembered this thread, and I thought I would put this pointer in, just in case anyone else has the…[Read more]
-
Mike Witt started the topic Overriding number of Friends in the Profile in the forum Creating & Extending 2 years, 11 months ago
Hi,
I’m running MemberPress/BuddyPress/bbPress for a membership site. I need to restrict various displays to “active members.”
In the primary Members display I’ve done this with a combination of:
(1) Filtering bp_after_has_members_parse_args to exclude users who are not active.
(2) Overriding buddypress/members/index.php – to eliminate the (now…[Read more] -
Mike Witt replied to the topic Member Loop only MemberPress members in the forum How-to & Troubleshooting 3 years, 4 months ago
Thank you for posting this. I’m planning to use it.
Could you possibly explain what the “do not exclude in admin” test is doing?Thanks so much!
-Mike
- Load More
@mike80222
Active 1 week, 3 days ago