Replies
- Brajesh Singh on June 29, 2022 at 9:13 am in reply to: Issues with registration member types. #45551
Hi Ethan,
Please check my reply about adding a tab via BP Custom Profile Menu. You can not remove a tab added by that plugin conditionally. That will cause 404. I have shared this detail in my previous reply.You may use our Profile Tabs Creator pro to achieve this conditional from the settings. Please do note that if you applied conditional tab via code even to the tabs created by Profile Tabs pro, it will also be 404.
Regards
Brajesh - Brajesh Singh on June 28, 2022 at 4:32 pm in reply to: Issues with registration member types. #45543
Hi Ethan,
Please check the site. I have temporarily disabled the “Notifications” menu only for the “Administrator role”.Regards
Brajesh - Brajesh Singh on June 28, 2022 at 1:39 pm in reply to: [Resolved] Group Tabs Pro – modifying existing tab #45541
Hi Nik,
Thank you for the question.1. If the content is being shown for event manager, then it seems their screen callback might not have been removed correctly or there is some bug in how the event manager renders the content.
The simple solution will be to use a different slug or you can debug further if you want to keep the same slug.
Regards
Brajesh - Brajesh Singh on June 28, 2022 at 1:31 pm in reply to: [Resolved] Remove activity filter option #45540
Hi Tosin,
Please put this in your bp-custom.php/** * Removes the Updates & new members fro activity options dropdown. */ add_filter( 'bp_get_activity_show_filters_options', function ( $filters ) { unset( $filters['activity_update'] ); unset( $filters['new_member'] ); return $filters; } );Let me know if it works or not?
Regards
Brajesh - Brajesh Singh on June 28, 2022 at 9:27 am in reply to: Image is not being upload with buddypress group post. #45537This reply has been marked as private.
- Brajesh Singh on June 28, 2022 at 9:01 am in reply to: Issues with registration member types. #45536
Hi Ethan,
I hope you are doing well.I am sorry but I haven’t been able to assist you properly due to two different issues being discussed in a single topic.
If you can provide me again with the list of specific issues that you want me to look into, I can try it quickly today. Otherwise, I am happy to offer the refund.
Regards
Brajesh Hi John,
I am sorry for the delayed reply.Please use the current version of MediaPress from here.
https://github.com/buddydev/mediapressIt seems to be working with the Gwangi theme.
Regards
Brajesh- Brajesh Singh on June 28, 2022 at 8:07 am in reply to: php – hide search form field based on WordPress user role #45534
Hi Fabien,
Thank you.Please allow me to check the BP Profile Search plugin and get back to oyu in next 24 hours with a solution(hopefully).
Regards
Brajesh - Brajesh Singh on June 28, 2022 at 8:04 am in reply to: [Resolved] BuddyPress Auto Activate Auto Login Doesn’t work #45533
You are welcome.
- Brajesh Singh on June 28, 2022 at 8:00 am in reply to: Additional Global shared gallery question #45532
Hi applejackpony2,
Thank you for the question.The global shared gallery is aimed at having multiple contributors. it does not show the media on user’s profile as we are only able to show gallery as the top level currently(In MediaPress). We are working on a future version of MediaPress where Media can be uploaded without worrying about gallery and with that feature, the media will be visible on uploaders profile.
Regards
Brajesh