-
Mike Witt replied to the topic Why does random search show same members on each site when pagination is on in the forum How-to & Troubleshooting 2 months ago
Hi @locker17,
I don’t know the answer to your question (sorry!) But I’m also trying to reorder the members list in various ways, and I’d be interested in knowing what that plugin is that you’re using. Maybe the code in the plugin would yield some interesting ideas.
Unfortunately, if I’m not mistaken, imath left buddypress (and wordpress)…[Read more]
-
Mike Witt replied to the topic Preview what registered members can see? in the forum Creating & Extending 2 months ago
Hi @timostr79,
I’m not sure if this is exactly what you’re asking, but I use the User Switching plugin:
Which allows you (as an admin) to switch to being another user, so that you can see the site as they see it. It does have side effects. For example, if you’re tracking when a user was last active,…[Read more]
-
Mike Witt replied to the topic User name as a variable in the forum How-to & Troubleshooting 2 months ago
Hi @rayray23,
Since nobody seems to be replying to this … I’m definitely no expert, but I think it’s possible you might want something like:
if (is_user_logged_in()) {
$user = wp_get_current_user();
$username = $user->user_login;I personally find it hard to search the WP documentation, but there should be information…[Read more]
-
Mike Witt replied to the topic Private messages going to an additional unwanted recipient in the forum How-to & Troubleshooting 3 months, 3 weeks ago
Is there any sort of predictability to this? Can you make it happen on demand? Or does it just happen once in a while at random? I mean, if you can figure out a way to reproduce it that would help. Do you have the ability to “clone” your site onto your desktop computer and fiddle with it there? Of maybe onto a cheap lightsail instance?
-
Mike Witt replied to the topic Private messages going to an additional unwanted recipient in the forum How-to & Troubleshooting 7 months, 1 week ago
Hi @tkserver,
I’m not a BP expert, just a user like you. But I wonder if you could supply any further information about exactly what’s happening, what other plug-ins you’re using, and so on.
If a private message is going to someone that it wasn’t intended for that sounds pretty serious. Maybe if you provided some more details it would be…[Read more]
-
Mike Witt replied to the topic PHP 8.2 Deprecateds BBP_Forums_Component in the forum How-to & Troubleshooting 8 months, 2 weeks ago
Ah, I missed that. Thanks @emaralive!
-
Mike Witt started the topic PHP 8.2 Deprecateds BBP_Forums_Component in the forum How-to & Troubleshooting 8 months, 2 weeks ago
I’ve been seeing this sort of thing for a while now with PHP 8.2
03-Jan-2025 21:14:02 UTC] PHP Deprecated: Creation of dynamic property BBP_Forums_Component::$members is deprecated in /home/wp/sites/rc-clone/wp-content/plugins/bbpress/includes/extend/buddypress/loader.php on line 149
[Read more]
[03-Jan-2025 21:14:02 UTC] PHP Deprecated: Creation of… -
Mike Witt replied to the topic disable Cover Image from Members Directory Card in the forum How-to & Troubleshooting 9 months, 4 weeks ago
I’m using that same code in functions.php and it’s working for me.
I’m using the BuddyPress Legacy templates.
So if you’re using BuddyPress Nouveau perhaps there’s a different way to do it?I also have the BuddyPress Classic plugin installed, for whatever that’s worth.
You might ask on the BuddyDev forum. They’re usually good with things like…[Read more]
-
Mike Witt replied to the topic How to format text in the profile field description? in the forum How-to & Troubleshooting 10 months ago
I tried a few things, but nothing worked. It appears to strip out anything but plain text.
-
Mike Witt replied to the topic disable rss in the forum Installing BuddyPress 11 months, 1 week ago
-
Mike Witt replied to the topic How to hide certain users from the "To" field in Buddypress private messaging? in the forum How-to & Troubleshooting 1 year, 1 month ago
Ah, OK. I am using Legacy, so that explains the @. I wouldn’t worry about the other thing if it’s just me seeing it. Good to know about bp_core_get_suggestions.
-
Mike Witt replied to the topic How to hide certain users from the "To" field in Buddypress private messaging? in the forum How-to & Troubleshooting 1 year, 1 month ago
Interesting. I never knew about this. I gave it a try and on one of my sites when I type in a letter a bunch of users come up. But they don’t all have that letter in their name. But when I put in the @, I don’t get anything. On another site this doesn’t do anything at all.
We’re talking about Profile -> Messages -> Compose, right?
I wonder how…[Read more]
-
Mike Witt replied to the topic disable rss in the forum Installing BuddyPress 1 year, 1 month ago
@thinlizzie, there appear to be a number of rewrite/redirection plugins and I’ve seen at least one that actually appears to work 🙂 But I don’t want to install another plugin to do something that would just take a few lines of code, once I figure out how to do it properly. That’s just a preference. Not saying it’s right or wrong.
-
Mike Witt replied to the topic disable rss in the forum Installing BuddyPress 1 year, 1 month ago
Hey @venutius, good to know. I appreciate you keeping this thread alive.
You know, I’ve been thinking seriously about simply redirecting (or rewriting) anything that ends in /rss or /feed to the “not found” page, so as to solve the problem once and for all (and not just for BP and BBP). I *thought* this would be easy either using .htaccess or…[Read more]
-
Mike Witt replied to the topic bp-templates/bp-legacy/buddypress/activity/index.php line 164 in the forum Installing BuddyPress 1 year, 1 month ago
I see it. Thank you!
-
Mike Witt replied to the topic bp-templates/bp-legacy/buddypress/activity/index.php line 164 in the forum Installing BuddyPress 1 year, 1 month ago
@venutius, yes that does appear to fix it. I guess I was reading the line wrong. This seems like a simple change. I can certainly patch it temporarily, but is there any chance of getting it fixed in the next release?
@espellcaste, actually I’m running different versions of BP on different sites. But I don’t think that file has change recently (it…[Read more]
-
Mike Witt started the topic bp-templates/bp-legacy/buddypress/activity/index.php line 164 in the forum Installing BuddyPress 1 year, 1 month ago
I’m having some trouble with line 164 of bp-templates/bp-legacy/buddypress/activity/index.php
I’m getting PHP errors about printf() only getting one argument instead of two. It looks to me like the parentheses aren’t right on that line, but honestly I’m having a little bit of trouble parsing it myself. I would be very grateful if someone more…[Read more]
-
Mike Witt replied to the topic disable rss in the forum Installing BuddyPress 1 year, 1 month ago
@venutius, did you figure out how to disable the bbpress feeds?
-
Mike Witt replied to the topic WP Admin -> Users -> Site Notices in the forum How-to & Troubleshooting 1 year, 3 months ago
In case anybody else runs into this …
Brajesh at BuddyDev pointed out to me that the ability to restrict BuddyPress generated stuff to BP pages was added in BP 11:
BuddyPress will soon only load its JavaScript and Style assets into the community area of your site
And (apparently) this was made the…[Read more]
-
Mike Witt started the topic WP Admin -> Users -> Site Notices in the forum How-to & Troubleshooting 1 year, 3 months ago
I’m currently running BuddyPress 12.5.0 and BP Classic 1.4.0
Also I’m using “Legacy” so site notices should be displayed as a banner at the top of each page.I rarely use site notices, so I don’t know exactly when the problem started (I’m guessing with BP 12).
Site notices now show up normally, at the top of BuddyPress constructed pages. But on…[Read more]
- Load More
@mike80222
Active 1 month, 1 week ago