-
Paul Gibbs posted on the forum topic Switching from "groups" to a "object" API in the group Requests & Feedback: 14 years, 10 months ago
Let us know how it works out. I haven’t tried that myself yet, and the component classes are/will be new to 1.3, so if you find any implementation difficulty, now’s the time to report it 🙂
-
Paul Gibbs posted on the forum topic Not listed as plugin & errors on Install in the group Installing BuddyPress: 14 years, 10 months ago
Are you running multisite? If so, it’s under the Network Admin pages.
-
Paul Gibbs posted on the forum topic Truncating Latest Posts in the group How-To and Troubleshooting: 14 years, 10 months ago
Are we talking about posts on your blog (wp-admin) or on the activity stream?
-
Paul Gibbs posted on the forum topic Not listed as plugin & errors on Install in the group Installing BuddyPress: 14 years, 10 months ago
Try deleting the plugin and downloading it again. Something probably has been corrupted.
-
Paul Gibbs posted on the forum topic Clearing out inactive/departed members in the group How-To and Troubleshooting: 14 years, 10 months ago
If you do that the user, when coming back, will specifically have to go to their group invitations to-rejoin. They won’t be prompted by a notification. If it’s a public group, they could post and they’ll be automatically resubscribed.
-
Paul Gibbs posted on the forum topic Conditional Statements? in the group Achievements: 14 years, 10 months ago
Now you mention it I will add a better function into a future version to do this directly
-
Paul Gibbs posted on the forum topic Conditional Statements? in the group Achievements: 14 years, 10 months ago
Ooh, I’m not sure if you can with a one-liner. There is a function dpa_is_achievement_unlocked() but that was designed to be used within template loop. Something like: ` if ( dpa_has_achievements( array( ‘user_id’ => $user_id, ‘type’ => ‘single’, ‘action’ => ‘slug_here’ ) ) ) { while ( dpa_achievements() ) { dpa_the_achievement(); if (…[Read more]
-
Paul Gibbs posted on the forum topic BBpress Forums Installation in the group Installing BuddyPress: 14 years, 10 months ago
Yes, it’s a known bbPress bug; https://bbpress.trac.wordpress.org/ticket/1486
-
Paul Gibbs posted on the forum topic Making new site section while extending bp default theme in the group Creating & Extending: 14 years, 10 months ago
I’d build it as a custom post type
-
Paul Gibbs posted on the forum topic Forum Topic "Elevated" to Blog Post in the group Creating & Extending: 14 years, 10 months ago
Fun idea, but I’ve not seen anything. Wouldn’t be too hard to do. What would happen after you’ve created the post, though? Would you delete the forum? Syncing both seems a bit hard and clunky,
-
Paul Wong-Gibbs posted a new activity comment 14 years, 10 months ago
wow
-
Paul Gibbs posted on the forum topic Errors when update post in Group (Call-time pass-by-reference has been deprecated) in the group How-To and Troubleshooting: 14 years, 10 months ago
These have been fixed in the upcoming 1.3 release of buddyPress
-
Paul Gibbs posted on the forum topic 1.2.6 upgrade date offset!! in the group How-To and Troubleshooting: 14 years, 10 months ago
It’s been fixed in trunk, but not in the 1.2 branch. If you want to try applying the patch to your site, try applying these changes to your files: https://buddypress.trac.wordpress.org/changeset/3651.
-
Paul Gibbs posted on the forum topic Switching from "groups" to a "object" API in the group Requests & Feedback: 14 years, 10 months ago
Be sure to check out BuddyPress trunk. The components have a -loader.php file which extends from a BP component class; it might help you achieve this.
-
Paul Gibbs posted on the forum topic Autocomplete all users on the compose screen in the group How-To and Troubleshooting: 14 years, 10 months ago
Can someone make a trac enhancement ticket for this, I think there’s some merit to changing the behaviour in core
-
Paul Wong-Gibbs posted a new activity comment 14 years, 10 months ago
That is not trivial to do. I can’t just share a code snippet, unfortunately. The approach I’ve taken with this in the past is to hide or show certain xprofile fields in the profile editor and in the public profile depending on a usermeta key (or even, based on a drop-down box from the first xprofile group).
-
Paul Gibbs posted on the forum topic Query/Call @mentions List in the group How-To and Troubleshooting: 14 years, 10 months ago
Scope has to be a single keyword at the moment. This sounds like a good enhancement request; could you post on https://trac.buddypress.org/, using your username and password from this site? Thanks.
-
Paul Gibbs posted on the forum topic avatar upload at buddypress.org in the group How-To and Troubleshooting: 14 years, 10 months ago
The avatar upload on this site is broken, and has been for a long time. I don’t know if it will be fixed due to the way the server works. You’ll have to create a gravatar at gravatar.com with the email address you used here, then it’ll fetch your gravatar image
-
Paul Gibbs posted on the forum topic New BuddyPress plugin – Mutuuj BuddyPress Profile Widget in the group Third Party Components & Plugins: 14 years, 10 months ago
Looks nice!
-
Paul Gibbs posted on the forum topic Clearing out inactive/departed members in the group How-To and Troubleshooting: 14 years, 10 months ago
You aren’t going to be able to hide member profile URLs. I think you can remove people from the directory (until they log in again), by deleting a user’s “last_activity” meta_key from wp_usermeta.
- Load More
@djpaul
Active 1 month, 2 weeks ago