Replies
Hi Monica,
For MediaPress, you do not need to use shortcode. You can configure it to allow uploads form profile and a user can upload form their profile.For other customization, Please check the mail.
Thank you
Brajesh- Brajesh Singh on April 16, 2018 at 8:13 pm in reply to: [Resolved] Editable Activity not work when write activity & upload image #14547
Hi Julia,
You can use the following code to enable the edit button for RT Media.add_filter( 'bp_editable_activity_allowed_type', function ( $allowed ) { $allowed[] = 'rtmedia_update'; return $allowed; }) ;But you may not want to do it as the edit will only show html code.
Best regards
Brajesh - Brajesh Singh on April 16, 2018 at 7:49 pm in reply to: [Resolved] Correct add class to Buddypress Register Popup #14546
Hi,
I just forgot to update it. We won’t be able to support the xprofile location field as it is heavily js dependent and will not work for dynamic generated form. We tested the plugin and had a look and the conclusion was it is not feasible to do it in the current state of Xprofile Location field plugin.Regards
Brajesh - Brajesh Singh on April 16, 2018 at 7:44 pm in reply to: BP Ajax Registration – Issue with registering with email that has underscore_ #14545
Hi Brandon,
Can you please guide me on recreating the issue on site. Do I need to register a user with _ in username? Hi Jill,
Please use the following code// disable the custom profile background generated css. add_filter( 'bppg_iwilldo_it_myself', '__return_true' );//do not generate css for us //Our own css function buddydev_custom_inject_css() { if ( ! function_exists( 'bppg_get_image' ) ) { return ;// no trouble when the plugin is disabled } $image_url = bppg_get_image(); if ( empty( $image_url ) ) { return; } $repeat_type = bp_get_user_meta( bp_displayed_user_id(), 'profile_bg_repeat', true ); if ( ! $repeat_type ) { $repeat_type = 'repeat'; } ?> <style type="text/css"> body.is-user-profile #buddypress div#item-body{ background: url(<?php echo $image_url; ?>); background-repeat: <?php echo $repeat_type; ?>; } </style> <?php } add_action( 'wp_head', 'buddydev_custom_inject_css', 200 );You may experiemnet with the css selector to aplly the image to various other parts.
Best Regards
Brajesh- Brajesh Singh on April 16, 2018 at 7:12 pm in reply to: [Resolved] BP Profile Tab Pro – Default Tab Error #14542
Hi Sujee,
You are correct about the default tab. It applies to all or none.if you can tell me about your member types and provide the slugs for applying to these types, I can help with code.
You will have to remove the default selection for the tab from the profile tabs plugin in that case.
Regards
Brajesh - Brajesh Singh on April 16, 2018 at 5:12 pm in reply to: Help with creating an import add-on for WP All Import and Mediapress #14541
Thank you. Will certainly do. The focus will be on import after 2.0
Hi Keith,
BuddyPress Activities can have only 2 privacy either visible to all or only visible to the poster(It may change if the Core developers decide to add ebtetr privacy in future).For MediaPress, if an item is accessible to all(including non logged), Its activity is set public otherwise it is set as private.
What you are seeing is the correct listing for a logged in users only gallery.
Regards
BrajeshHi Tosin,
I won’t be able to look into it and assist as we have a moderation plugin coming this week and I am investing my time on that. Once the plugin is available and you still feel you need to use this code, Please feel free to post back and I or one of our team members will help.At the moment, I am just trying to avoid any duplicate effort.
Thank you
Brajesh- Brajesh Singh on April 16, 2018 at 5:06 pm in reply to: [Resolved] Prevent buddypress unfollow function for specified users #14536
Marking it closed in favour of
https://buddydev.com/support/forums/topic/prevent-buddypress-unfollow-function-for-specified-users-2/- This reply was modified 7 years, 9 months ago by
Brajesh Singh.
- This reply was modified 7 years, 9 months ago by