Replies
- Brajesh Singh on February 7, 2023 at 3:10 am in reply to: [Resolved] Removing the notifications tab #48300
Hi Carsten,
Thank you for the question.1. Please use the code as below. The above action is for “Profile” component.
/** * Remove notifications nav. */ function buddydev_remove_notifications_tab() { bp_core_remove_nav_item( 'notifications' ); } add_action( 'bp_notifications_setup_nav', 'buddydev_remove_notifications_tab' );2. The live notifications should work fine but their linking may be broken if it links to user’s notification page.
Regards
Brajesh Hi Nik,
Thank you.
I am working on a solution for this.
This is one of the reasons I did not release the update last week for BuddyBlog Pro/Groups.It may be part of our next update(1-2 days).
Regards
BrajeshHi Fran,
Thank you for the explanations.BuddyBlog does not support suggestions based on existing. There are 2 views available(checkbox/select).
So, you will need to hire a developer and have it developed.Regards
Brajesh- Brajesh Singh on February 7, 2023 at 3:04 am in reply to: Dynamic change of Name Profile field label based on member type selection #48297
Hi Tosin,
I am sorry, we lack the free time to assist you with custom code.
Also, my suggestion would be to have different fields based on member type instead of doing this manipulations.Regards
Brajesh - Brajesh Singh on February 7, 2023 at 3:02 am in reply to: BuddyBlog Pro – override Submit Post for Review #48296
Hi Nik,
Thank you for the feedback.
@ravisharma will be assisting you with it.I will be replying to your other topic about instant publish.
Regards
Brajesh - This reply has been marked as private.
- Brajesh Singh on February 7, 2023 at 2:57 am in reply to: MPP upload buttons as well for commenting? #48294
Hi Daniel,
Thank you.Yes, Please deactivate/remove the old plugin and then install/activate the new one.
Regards
Brajesh Hi Bilal,
Thank you for the question.
Please share your order id. I could not find it in your profile.In order to access support for our paid products, you need to have it associated with you account( of if you are working with a client, you need to share their order id).
Thank you
BrajeshHi John,
Thank you for the question.Would you be able to use if we put a few lines of php code for the same?
Regards
Brajesh- Brajesh Singh on February 5, 2023 at 1:05 am in reply to: [Resolved] Help with a bit of javascript #48278
Thank you Erich.
I am glad it worked!Regards
Brajesh