-
Henry replied to the topic Music on Profile Page in the forum How-to & Troubleshooting 10 years, 12 months ago
@1missrodnee rtMedia uses mediaelement.js (which comes with core WordPress since 3.6). I do believe you can set
autoplay="true"
on the mediaelement.js audio player. Have you tried asking the question in the rtMedia forum? their support is usually very good. -
bp-help replied to the topic [Resolved] Member Profile Private in the forum How-to & Troubleshooting 10 years, 12 months ago
@1missrodnee
Yes there is a work around, on line 37 in private-community-for-bp-lite.php you will see:
if ( !is_user_logged_in() && !bp_is_register_page() && !bp_is_activation_page()
Change that line to this:
if ( !is_user_logged_in() && !bp_is_register_page() && !bp_is_activation_page() && !is_home()
The && !is_home() inclusion will free…[Read more]
-
Henry replied to the topic Music on Profile Page in the forum How-to & Troubleshooting 10 years, 12 months ago
@1missrodnee with rtMedia (used to be called BuddyPress Media) you can upload audio files and have them play on your profile. https://wordpress.org/plugins/buddypress-media/
-
@mercime replied to the topic [Resolved] Member Profile Private in the forum How-to & Troubleshooting 10 years, 12 months ago
@1missrodnee Have you checked out https://wordpress.org/plugins/private-community-for-bp-lite/ ?
@1missrodnee
Active 10 years, 7 months ago