Replies
- Brajesh Singh on November 28, 2021 at 8:52 pm in reply to: How to auto assign a role on multisite buddypress (buddyboss) network #41789
Hi,
I will suggest finding out why the user is being added to the sub site. They should not be added to the sub site automatically. There must be some code or plugin doign it.enabling multi network for this purpose is not the right thing.
Regards
Brajesh - Brajesh Singh on November 28, 2021 at 8:51 pm in reply to: BP Testimonials – Presales question #41788
Hi Sal,
Thank you for your interest in the plugin.I am sorry, the plugin does not support uploading/adding media via testimonials.
Regards
Brajesh - Brajesh Singh on November 28, 2021 at 12:40 am in reply to: [Resolved] Avatar Mod Plugin Does Not Update wpDiscuz Comment Avatar #41779
Hi,
Hope you are doing well.
Thank you for the patience.If you are comfortable with the code, Please put this code in your bp-custom.php
*/ /** * Enforce use cache clearing on avatar approval. */ add_action( 'bpavmod_avatar_approved', function ( $object ) { if ( 'user' !== $object->item_type ) { return; } $user = get_user_by( 'id', $object->item_id ); do_action( 'wpdiscuz_reset_users_cache', $user->ID . "_" . $user->user_email . "_" . $user->display_name ); }, 20 );and try uploading a new avatar and going through the approval process. Does it work for the new avatar uploads now? Please let em know.
Regards
Brajesh Hi,
Sorry, the plugin will not be able to help you achieve it.Regards
BrajeshHi Muhittin,
Yes, you are right.Regards
Brajesh- Brajesh Singh on November 27, 2021 at 11:28 pm in reply to: [Resolved] [BPPTCP] ActiveMember360 shortcodes not working #41776
Hi Sal,
Thank you.I am glad that it is resolved.
Regards
Brajesh Hi Bob,
I am sorry for the delayed reply.Here is what I am seeing in if we use the form on the single page
https://i.ibb.co/cwx1Fm0/Selection-412.png
https://i.ibb.co/fNdbRPV/Selection-413.pngPlease let me know what improvements you suggest.
Regards
BrajeshHi Muhittin,
That will be actually the initial beta release for this plugin. The scope of this plugin changed(It became a relationship api and then follow on top of that as an implementation(as suggested by BuddyPress core team) instead of just a follow plugin).Regards
Brajesh- Brajesh Singh on November 27, 2021 at 6:10 pm in reply to: [Resolved] Doubled Published Article and Custom Code not working #41769This reply has been marked as private.
- Brajesh Singh on November 27, 2021 at 6:04 pm in reply to: [Resolved] [BPPTCP] ActiveMember360 shortcodes not working #41768
Hi Sal,
Thank you for using the plugin.since the shortcode is not working, please contact the author of shortcode and let me know if there is anything special needed by their shortcode.
we do not do anything, simply call do_shortcode to render the shortcode.
Regards
Brajesh