Gravity Forms Media Upload Field for BuddyPress Complete Tutorial Gravity Forms Media Upload Field for BuddyPress is an WordPress addon for Gravity Forms, BuddyPress, Gravity Forms User Registration Add-On. Plugins mentioned is required before this plugin. It helps user to upload photo and cover photo with advance cropping of the image. You might interested to […]
Buddypress Group codex
How to change group avatar thumbnail?
Override rtMedia media-gallery.php template into current WordPress theme
Override rtMedia media-gallery.php template into current WordPress theme is now not a problem. For example you have artist role in your users and you want different template for the artist role. This apply in `http://www.sample.com/members/artist/media/music/` page. Then create a folder inside the `/public_html/wp-content/themes/current-theme/rtmedia/media`. Create your `media-gallery-artist.php` file or simple clone the `media-gallery.php` and renamed it […]
Buddypress codex
How to add an `Add Friend` button in a custom templates? Copy the codes below. How to get the total friends count? Read more here https://buddypress.wp-a2z.org/oik_api/friends_get_total_friend_count/. How to get the total friend requests count? Read more articles below. bp_friend_total_requests_count – https://buddypress.wp-a2z.org/oik_api/bp_friend_total_requests_count/ bp_friend_get_total_requests_count – https://buddypress.wp-a2z.org/oik_api/bp_friend_get_total_requests_count/ How to remove `Add Friend` button in Buddypress pages. Active menu […]
How to get the Buddypress user avatar inside or outside the Buddypress template?
Copy and paste the codes below to your custom template. For more detailed information, please visit here https://codex.wordpress.org/Function_Reference/get_avatar. Happy coding 🙂