Replies
- Ravi on May 6, 2018 at 9:03 pm in reply to: Scope="following and load_more=1 don't work together #14928
Thank you for testing.
I checked again and I see that you have 4 instances of the shortcode.
can you please create a normal page without Visual Composer and test with only one shortcode.
Thank you
Ravi - Ravi on May 6, 2018 at 8:44 pm in reply to: [Resolved] Prevent user from deleting their activity #14925
Hi NikB,
Please add the following code to your bp-custom.php
/** * Disable BuddyPress activity delete by the user. * * @param bool $can_delete flag. * @param BP_Activity_Activity $activity Activity object. * * @return bool */ function buddydev_disable_activity_delete( $can_delete, $activity ) { if ( ! is_super_admin() ) { $can_delete = false; } return $can_delete; } add_filter( 'bp_activity_user_can_delete', 'buddydev_disable_activity_delete', 10, 2 );
Regards
Ravi - Ravi on May 6, 2018 at 8:38 pm in reply to: Scope="following and load_more=1 don't work together #14924
Hello Henrique,
Please try disabling RT Media for testing and let me know if that works?Regards
Ravi - Ravi on May 6, 2018 at 7:59 pm in reply to: Hidden Profile Shows when Ordered by Alphabetical #14922
Hello Charles,
Sorry for the inconvenience. Can you please share the screenshot of your admin settings. If you allowed override by user. Please share that as well so that I can reflect those settings into my settings on local server and can assists you.
You can use following website to share screenshots.
https://snag.gy/Thank you
Ravi - Ravi on May 5, 2018 at 5:12 am in reply to: [Resolved] Activity shortcode plugin, create activity tabs #14914
Hello Henrique,
Please use the following shortcodes to generate “all members”, ‘groups’, ‘favorites’ tab content.
All Members
[activity-stream load_more=1 allow_posting=1 per_page=10]
Favorite
[activity-stream load_more=1 allow_posting=1 per_page=10 scope=favorites ]
Groups
[activity-stream load_more=1 allow_posting=1 per_page=10 scope=groups]
Thank you
Ravi- This reply was modified 7 years ago by
Ravi.
- This reply was modified 7 years ago by
- Ravi on May 5, 2018 at 5:04 am in reply to: Scope="following and load_more=1 don't work together #14913
Hello Henrique,
Thank you for posting. I have tested this shortcode on my local development server and it’s working for me i.e. load_more is working well. Can you please point me to your site with some demo account sothat I can check there.
Thank You
Ravi Thank you for clarifying.
Please open the profile tab settings for the “settings panel”
At the bottom of the first section, you will see “Adminbar Item ID”. It is used to remove the items from adminbar.
Please put the following into it.
my-account-settings
That will remove it.
Hope this helps.
Regards
RaviHello Brandi
Thank you for posting. Do you want to remove ‘Settings’ menu from the admin bar?.
Thank You
Ravi- Ravi on May 3, 2018 at 4:46 am in reply to: [Resolved] Buddypress User Contact Form is not sending e-mail to user #14878
Hello Ivanildo,
Thank you for the acknowledgement.
Thank You
Ravi - Ravi on May 2, 2018 at 4:53 am in reply to: [Resolved] Buddypress User Contact Form is not sending e-mail to user #14850
Hello Ivanildo,
I have reflect these settings into mine and check. It is working. There are chances that emails are going into span folder. If not found please try with other user test email address and let me know if you found anything.
Thank You
Ravi