Replies
Hi Arnobio,
I am sorry, I am unable to understand it. Can you please clarify with some example.
Regards
BrajeshHi Jay,
You can use the following code to enable adminbar for all with WooCommerceadd_filter( 'woocommerce_disable_admin_bar', '__return_false' );Regards
Brajesh- Brajesh Singh on May 20, 2020 at 6:04 am in reply to: BuddyPress Auto Follow Addon or Plugin Follow + #30042
Hi Arnobio,
Thank you for the suggestion.Can you please clarify if you want it to be similar to our Auto Friends plugin?
Regards
Brajesh Hi Simone,
Thank you for using BuddyBlog.I can see from the above error that the slug is being defined more than once. You should not define same thing twice.
Can you please recheck your bp-custom.php to see if you have defined it twice( is BUDDYBLOG_ARCHIVE_SLUG present twice?)
Regards
BrajeshThank you.
- Brajesh Singh on May 19, 2020 at 6:39 pm in reply to: [Resolved] BuddyPress Multi Network. Setup issues \"No member found\" #30028This reply has been marked as private.
- Brajesh Singh on May 19, 2020 at 6:30 pm in reply to: [Resolved] Redirect Register / Login Buttons in Community Builder Pro #30027
Hi Jay,
Thank you for the details.It is very easy to get the ajax login/registration working with any link. All we need is update the selector.
If you can share me the site url and the credentials again in a private reply, I can update the settings of BuddyPress Ajax login there.
Regards
Brajesh - Brajesh Singh on May 19, 2020 at 6:29 pm in reply to: [Resolved] Community Builder Pro with Media Press and Activity Plus Reloaded – Improvement #30026
Hi Linda,
Thank you for confirming .About the 2nd issue:-
Even though I understand that you want facebook style link sharing with option to replace images, I am not aware of any existing solution for BuddyPress.We may write a plugin in future but we are waiting on BuddyPress team as BP Attachment is coming as part of BuddyPress 7.0.0. Our decisions will be based on what is coming with BuddyPress.
Regards
Brajesh You are welcome.
PS:- I will be adding option to turn it off/on from admin as well in the upcoming releases.
Regards
BrajeshHi Carsten,
Thank you.You can use the following to disable it in the members list
add_filter( 'bublock_show_button_in_members_directory', '__return_false' );The plugin does not differentiate between various members list though.
Regards
Brajesh