-
Renato Alves replied to the topic What is the most important thing BuddyPress is missing? in the forum Requests & Feedback 3 years, 5 months ago
Before diving into technical or feature suggestions since as a developer I’m automatically wired to go via that route, I thought about asking non-technical people about the product, BuddyPress, itself.
I recently participated in the WordCamp US and had the chance of talking to a few people, besides conversations I had online (Slack, etc). I t…[Read more]
-
metalhead replied to the topic Disable Member page to non-logged in users in the forum Requests & Feedback 6 years, 3 months ago
All 3 of these options (BP Simple Private, Buddypress Lock, or the custom code) all cause significant page speed issues. (like 3 seconds)
Any suggestions to combat the privacy issue without compromising speed?
-
modemlooper replied to the topic How to create a read-only logged-in user? in the forum How-to & Troubleshooting 10 years, 6 months ago
function bp_keep_user_private( $user_login, $user ) {global $wpdb;
if( 'username' === $user->user_login ) {
$wpdb->query( $wpdb->prepare( "UPDATE $wpdb->users SET user_status = 2 WHERE ID = %d", $user->ID ) );
}}
add_action( 'wp_login', 'bp_keep_user_private', 10, 2 );you can try something like this that will set that account to…[Read more]
-
Rocko88 posted on the forum topic Facebook integration plugin for BuddyPress in the group Creating & Extending: 14 years, 10 months ago
Yes, I know fb-auto-connect but not having the option to choose an username on signup is a real bummer. User can change a display name later, but the @ mention name still stays automatically generated facebook “name.surname”… And I was waiting for buddystream release, but for some reason it doesn’t have single-click sign up options […]
-
Gene53 started the forum topic Activity post exerpt with a ”read more” link in activity stream? in the group Requests & Feedback: 15 years, 5 months ago
Much to my surprise, long activity stream posts are not truncated after a predetermined amount of words thus showing an excerpt with a “read more” link, is this an omission by the development team?
If so, is there a workaround (patch or plugin) that would accomplish this?
Cheers!
@melaneewirtz
Active 3 years, 2 months ago