-
Pro Cut Tree Removal's profile was updated 8 years, 1 month ago
-
David Cavins replied to the topic Embed Groups in the forum How-to & Troubleshooting 8 years, 2 months ago
I don’t know of a shortcode for listing out groups. However, you could use the code in
buddypress/bp-templates/bp-legacy/buddypress/groups/groups-loop.phpas a starter. The loop is powered bybp_has_groups()which is template loop like the WordPress posts loop. You could add a template to your child theme, likepage-group-list.phpand copy that…[Read more] -
Ross Hickers's profile was updated 8 years, 2 months ago
-
David Cavins replied to the topic Activity Feed showing items twice in the forum How-to & Troubleshooting 8 years, 2 months ago
Huh. I can’t replicate this behavior. You’ll need to share more info about your site environment (plugins, versions, theme).
On my several BP sites, nested commenting is working as expected, so I expect that it’s a combination of tools you’re using.
-
David Cavins replied to the topic How to Insert @username in activity comment replies. in the forum How-to & Troubleshooting 8 years, 2 months ago
I’m not sure I’m understanding what you’re trying to do. Can you share an image or similar showing the desired result?
-
David Cavins replied to the topic version 2.9.5 for bug fixes!? in the forum How-to & Troubleshooting 8 years, 2 months ago
Hello, not sure about the timing of a 2.9.4 release. Also unaware of a bug with the number of friends not matching the indicator bubble. If you can verify that there is a bug, please open a trac ticket: https://buddypress.trac.wordpress.org/
Thanks!
-
David Cavins replied to the topic Noindex tag in the forum How-to & Troubleshooting 8 years, 2 months ago
There’s a function to tell when you’re on a BP page
is_buddypress()so this is a guess at how you could do it:add_action( 'wp_head', function() {
if ( is_buddypress() ) {
echo '<meta name="robots" content="noindex">';
}
}); -
David Cavins replied to the topic Can view profile on desktop, but not on mobile in the forum How-to & Troubleshooting 8 years, 2 months ago
Try using a more vanilla theme to test this out, like twentyseventeen. I suspect the problem is the theme you’re using.
-
David Cavins replied to the topic Edit fields in members directory in the forum How-to & Troubleshooting 8 years, 2 months ago
It would be better if you added your custom code to
bp-custom.phprather than to a theme. (When the theme is updated, you’ll lose your changes.)About
bp-custom.php: https://codex.buddypress.org/themes/bp-custom-php/To insert those fields, you’ll just have to change you code, replacing
'field=Location'with the name of your profile field.…[Read more] -
David Cavins replied to the topic Change details bp_last_activity in the forum How-to & Troubleshooting 8 years, 2 months ago
That’s an interesting idea. It seems like it should be possible, because BuddyPress is using a JavaScript library called
livestampto generate those strings. It relies onmoment.jsfor localization (localization usually means translation, but could also mean “custom messages”). I think you could change the “relative time thresholds” as described…[Read more] -
Henry Wright replied to the topic How is it possible to sign up with the same user name? in the forum How-to & Troubleshooting 8 years, 2 months ago
The “Name” field isn’t unique. You can have 2 users with the same name if we are talking about that field.
-
Betwin188's profile was updated 8 years, 2 months ago
-
Henry Wright replied to the topic How is it possible to sign up with the same user name? in the forum How-to & Troubleshooting 8 years, 2 months ago
This shouldn’t be possible. BuddyPress checks if a username exists before registering the user.
-
Kovlor Bodrov's profile was updated 8 years, 2 months ago
-
Josh Kagiso's profile was updated 8 years, 2 months ago
-
Nancy Garcia's profile was updated 8 years, 2 months ago
-
Jack Fields's profile was updated 8 years, 2 months ago
-
Jack Fields's profile was updated 8 years, 2 months ago
-
Oksana Resto's profile was updated 8 years, 2 months ago
-
Oksana Weddit's profile was updated 8 years, 2 months ago
- Load More