Replies
Hi,
Thank you for the question.BuddyPress does not do it out of the box. It is done by theme or template pack.
Can you please tell me which theme/template pack are you using and I will provide the assistance.
Also, if you can link me to the directory page, that would allow me to assist you very quickly.
Regards
Brajesh- Brajesh Singh on November 24, 2023 at 8:30 am in reply to: Profile Tabs Creator Pro + Buddypress 12 #50922This reply has been marked as private.
- Brajesh Singh on November 24, 2023 at 8:16 am in reply to: “Please do not leave the comment area blank” #50921
Hi,
Thank you for the reply.I am not sure why that plugin would stop it. Please contact their author and report the issue.
Regards
Brajesh - Brajesh Singh on November 22, 2023 at 9:32 am in reply to: [Resolved] Is it possible to show media or gallery for current group only in shortcode? #50916
Hi Cheryl,
Thank you for confirming. I am glad you used it and adopted for galleries.Have a great day!
Regards
Brajesh - Brajesh Singh on November 22, 2023 at 9:27 am in reply to: Profile Tabs Creator Pro + Buddypress 12 #50915This reply has been marked as private.
- Brajesh Singh on November 20, 2023 at 7:01 pm in reply to: MediaPress Page 2 – 404 not working #50905
Hi Andy,
Thank you for the reply.It’s good to know that changing slug has made it work.
I don’t see any reason(could it be some permalink caching?)Regards
Brajesh - Brajesh Singh on November 20, 2023 at 6:42 pm in reply to: Discussion on dealing with buddypress inactive users or dead profiles #50904
Hi Tosin,
Thank you for posting.
I am sorry, I have limited time available for assisting with custom code due to one of our high priority projects. I am unable to assist beyond our plugins for next 6-8 weeks. Will be glad to re-look at things after that.Regards
Brajesh Hi Paul,
Thank you for the reply.We are simply calling do_shortcode on content, so all shortcodes should work fine unless the plugin supplying the shortcode has some special reaspons to not render it.
Have you tried reaching out to Modern Event Calendar? Please let me know their response.
Thank you
Brajesh- Brajesh Singh on November 20, 2023 at 6:24 pm in reply to: Is it possible to not show stars in MediaPress shortcodes with rating plugin? #50902
Hi Cheryl,
Thank you for the question.For the time being, Please use css to achieve it.
Regards
Brajesh - Brajesh Singh on November 20, 2023 at 6:23 pm in reply to: [Resolved] Is it possible to show media or gallery for current group only in shortcode? #50901
Hi Cheryl,
Thank you for the question.
With a small snippet of code, you can easily achieve it.add_filter( 'mpp_shortcode_list_media_query_args', function ( $atts ) { if ( bp_is_group() ) { $atts['component'] = 'groups'; $atts['component_id'] = bp_get_current_group_id(); } return $atts; } );
we will add the support for current group in future version in the plugin itself.
Regards
Brajesh