Replies
- Brajesh Singh on September 14, 2022 at 1:11 pm in reply to: The BP Menus PERSONAL MENTIONS FAVOURITES FRIENDS GROUPS #46515
Hi Daniel,
Please check my reply again.The plugin does not stop user’s from deleting their own activity. A stream of user may contain activities by other users(hi network) and the user should not be able to delete other’s activity. That’s what this plugin does. It does not prevent users from deleting their own activity.
Regards
Brajesh Hi Tosin,
I have checked it and it is working properly by removing the tab in Nouveau and legacy both.You probably have some other code causing it. I will suggest liming the custom code to above snippet and disabling all plugins except BuddyPress, BuddyPress Follow and trying with default WordPress theme.
Regards
Brajesh- Brajesh Singh on September 13, 2022 at 4:09 pm in reply to: BuddyPress Custom Xprofile Fields (field type number_minmax) #46510
Hi Quint,
Thank you for the suggestions.Please allow me to explore it for the custom fields plugin. I will let you know within 2 days.
Regards
Brajesh - Brajesh Singh on September 13, 2022 at 2:10 pm in reply to: [Resolved] BuddyBlog Pro Media Uploader and Article Images #46507
Hi Cristi,
I am waiting to see if we need to make any more change sin BuddyBlog Pro 1.3.0 before Group Blog release. That’s why I haven’t released it. I will be available by the weekend.Regards
Brajesh - Brajesh Singh on September 13, 2022 at 2:09 pm in reply to: Multiple profile types on one account #46506
Hi Alex,
Thank you for the question.
At the moment, there does not seem to have any existing solution for this.Regards
Brajesh - Brajesh Singh on September 13, 2022 at 2:07 pm in reply to: Activate registration by administrator #46505
Hi Alex,
Thank you for the question.Please take a look at
https://wordpress.org/plugins/bp-registration-options/Regards
Brajesh - Brajesh Singh on September 13, 2022 at 1:58 pm in reply to: [Resolved] Hide header on Settings, Visits, Activity and Notifications pages #46502
Hi Carsten,
In BuddyPress, only the part after the username is called component. The part that comes after component is called action.In your examples, ‘edit’, ‘change-cover-image’ etc are actions not component. ‘profile’ is the component in this case. so, you will need to exclude ‘profile’ is using the above code.
Regards
Brajesh - Brajesh Singh on September 13, 2022 at 9:42 am in reply to: [Resolved] Handling Acceptance Checkbox field from php? – BuddyPress Xprofile Custom Field #46496
Hi Richard,
Thank you for sharing.It looks good based on your use case. Earlier, I thought that you wanted users to accept the terms on a new page but I now see you wanted it differently.
I think the approach in second step is erroneous as it will add anyone visiting that page as someone who has accepted the terms even if they did not.
Regards
Brajesh Have you put the code in bp-custom.php? It won’t work from your theme’s functions.php
I will be testing later today after installing the plugin.Regards
brajesh- Brajesh Singh on September 13, 2022 at 8:56 am in reply to: [Resolved] Hide header on Settings, Visits, Activity and Notifications pages #46493
Hi Carsten.
The component is the slug that is being used after the user name. e.g ‘profile’, ‘groups’, ‘friends’ etc.Have you added change cover image as top level?
You can put any slugs in this array in the above code
array( 'activity', 'notifications', 'messages', 'settings' )as
array( 'activity', 'notifications', 'messages', 'settings', 'some-slug-with-dashes-and-string', 'some-other-slug' )and so on.
Regards
Brajesh