Replies
- Ravi on June 3, 2021 at 6:37 am in reply to: [Resolved] Buddypress moderation button shortcode #38926
Hello Tosin,
Try the following code. It will add button with post title.
/** * Add report button with title * * @param string $title Post Title. * * @return string */ function buddydev_add_report_button( $title ) { if ( ! function_exists( 'bpmts_user_can_report' ) ) { return $title; } $post_type = 'post'; if ( get_post_type() === $post_type && bpmts_user_can_report() ) { $title .= bpmts_get_report_button( array( 'item_id' => get_the_ID(), 'item_type' => $post_type, 'context' => $post_type, 'context_id' => get_the_ID(), ) ); } return $title; } add_filter( 'the_title', 'buddydev_add_report_button' );
Please do let me know if you need any assistance with this code.
Regards
Ravi Hello Aces,
Sorry for the delayed reply. Can you please test it after temporarily deactivating all other plugins and switching to the default WordPress theme. It will help in debugging further. Please do let me know if the issue still persists or not.
Regards
Ravi- Ravi on May 27, 2021 at 5:30 pm in reply to: [Resolved] cant see testimonial tab on user profile #38873
Thank you for the acknowledgment. I am glad that I could help you.
Regards
Ravi - Ravi on May 27, 2021 at 11:39 am in reply to: [Resolved] cant see testimonial tab on user profile #38866
Hello
Yes, it is a lightweight plugin If you do not want to install this plugin. Go to your BuddyDev account under membership > plugins you can download it from there.
Regards
Ravi - Ravi on May 27, 2021 at 10:34 am in reply to: [Resolved] cant see testimonial tab on user profile #38864
Hello,
Please install and configure the following plugin. It enables you to upgrade our plugins from the plugins page.
https://buddydev.com/plugins/buddydev-dashboard/
Regards
Ravi - Ravi on May 27, 2021 at 5:33 am in reply to: [Resolved] cant see testimonial tab on user profile #38842
Hello
I have updated the plugin and set the default email preferences to ‘yes’ If not saved by the user. Please upgrade your plugin to the latest version and give it a shot.
Please do let me know if it works or not
Regards
Ravi - Ravi on May 27, 2021 at 5:12 am in reply to: [Resolved] cant see testimonial tab on user profile #38841
Hello,
I am looking into it and will update you soon.
Regards
Ravi - Ravi on May 25, 2021 at 8:39 am in reply to: [Resolved] cant see testimonial tab on user profile #38813
Hello
I have tested with the Hebrew language as well and it is working fine. Please check the following link:
Admin screen: https://tinyurl.com/ydlvgbt3
Front End Screen: https://tinyurl.com/yhdnwumjPlease provide me your staging site admin crendentials temporarily so that I can check.
Regards
Ravi - Ravi on May 24, 2021 at 6:29 am in reply to: BuddyPress Group Tab Creator Pro: Text in subnav menu taken from another page. #38783
Hello Matthew,
Sorry for the inconvenience. Please do let me know are you using BuddyPress or BuddyBoss Platform.
Also, share your complete tab configuration you are facing the issue with to help you.Regards
Ravi Hello,
Thank you for the acknowledgment. I am glad that I could help.
Regards
Ravi