BuddyDev

Expirable Featured Membership for BuddyPress

If you are using BuddyPress Featured Members plugin and need to expire/remove the users based on time, This post might help you. One of our Members(Thank you Herve), asked about it in our forums a few week ago. @ravisharma put a tiny plugin to do it. The plugin is available from github. Link:- https://github.com/buddydev/bp-featured-member-expirable-membership By default, It …

BuddyPress User Circles – Let users create lists of users

BuddyCircles:- The BuddyPress User Circles plugin enables users on BuddyPress sites to create lists of users. These lists are termed as circles of users. A user can create one or more circles(or lists). If you are a site admin who needs to allow users to create lists of other users, BuddyCircles will help you. Features:- …

MediaPress 1.4.0 and support for Remote Media

Today, we are releasing MediaPress 1.4.0 with the support for adding remote media. MediaPress – Your preferred BuddyPress Media and gallery solution has got the new wings now. The new version allows now to add videos from YouTube/Facebook etc. to your BuddyPress Activity and BuddyPress User/Group galleries.  It also allows you to add media using …

Remove This site is optimized with the Yoast SEO plugin vx.y.z

Yesterday, while looking at one of my site's generated source, I found this string This site is optimized with the Yoast SEO plugin v7.5.1 – https://yoast.com/wordpress/plugins/seo/ That was very interesting as I do not remember allowing any plugin to add a love letter to my html source. I thought WordPress.org hosted plugins had no source …

Add Extra BuddyPress Profile fields with BuddyPress Xprofile Custom Field Types plugin

Are you missing the BuddyPress Xprofile Custom Fields Type plugin? In case you do, we present you BuddyPress Xprofile Custom Field Types plugin. Note that 's' is placed at different places. Formally, BuddyPress Xprofile Custom Field Types adds some essential profile field types to BuddyPress. The new BuddyPress custom profile fields allows you to provide …

Let your users showcase their featured media on your BuddyPress site

We are releasing MediaPress Featured Content plugin today. The plugin allows BuddyPress Users to feature photos, videos, audios, documents and galleries and show these on their profile. If you are a BuddyPress site owner, this may allow you to add extra zing to your site. Features. Allows featuring BuddyPress user galleries. Allows featuring BuddyPress User …

BuddyPress Private Message button Shortcode

Welcome back folks. We will see today how can we create a shortcode for the BuddyPress Send Private Message button as well as auto injecting the Send Private Message to post entries for the authors. Goal:- Creating shortcode for the BuddyPress Send Private Message button to send Private message to any user using user id …

BuddyPress and Breadcrumb Trail Plugin Compatibility – Updated

If you are using a newer version of BuddyPress(2.6.0 or newer), My old code for adding breadcrumb for BuddyPress components won't work. It is due to the change in the way BuddyPress Nav items are handled now. A few years ago, I created a better solution for our Community Builder theme and the Breadcrumb Trail …

BuddyPress Activity Without Read More

Do you want to diable the Read More link from the BuddyPress activity entry and show the complete activity content? if yes, you may use the following code. /** * Show all activity content instead of the trimmed content with read more. */ function buddydev_show_all_activity_content() { remove_filter( 'bp_get_activity_content_body', 'bp_activity_truncate_entry', 5 ); remove_filter( 'bp_get_activity_content', 'bp_activity_truncate_entry', 5 …