Replies
- Brajesh Singh on August 21, 2019 at 8:05 pm in reply to: Force new members to sign up for a WooCommerce product after registration #24828
Please use a negative value like -1 to stop it completely.
Regards
Brajesh - Brajesh Singh on August 21, 2019 at 1:51 pm in reply to: [Resolved] notifications component_name #24819
Hi Rav,
Thank you for confirming.I am glad it worked.
Regards
Brajesh - Brajesh Singh on August 21, 2019 at 1:50 pm in reply to: [Resolved] Friends only activity stream function loses mentions #24818
Hi Craig,
There was a minor bug preventing users from seeing the content for other tabs.I have updated the code there.
https://buddydev.com/make-your-buddypress-sitewide-activity-stream-friends-only/Regards
Brajesh Hi Jeremy,
The BP Magic theme(originally designed in 2012) was not designed for mobile experience. We realized it later and that’s why this theme hasn’t got much update recently.Regards
Brajesh- Brajesh Singh on August 20, 2019 at 5:49 pm in reply to: BP Rate Limit Private Message issues #24804This reply has been marked as private.
- Brajesh Singh on August 20, 2019 at 5:44 pm in reply to: Media Upload box not opening on iPhone #24799
Hi Dave,
My apologies for not being able to reply on time on this. I will be assisting over the weekend. All i will need from you is help in testing the update on ios device.I will post back in next 3-4 days.
Regards
Brajesh - Brajesh Singh on August 20, 2019 at 5:43 pm in reply to: Redirect BP profile page for certain user roles #24798
Hi Isabel,
Welcome to BuddyDev forums.Thank you for the question. Please help understand a few thing and I will assist. It should be easily doable.
1. Do you want to redirect from BuddyPress profile to their listing profile or from listing profile to BuddyPress profile?
2. Are you using any plugin for the listing? If yes, which one.
Please let me know and I will assist.
Regards
Brajesh - Brajesh Singh on August 20, 2019 at 5:39 pm in reply to: How To Use BuddyPress Member Types Pro for Customizing Member Directory #24796
Hi Noah,
Thank you for the patience.I will be providing an update today or tomorrow.
Thank you
Brajesh- This reply was modified 6 years, 6 months ago by
Brajesh Singh.
- This reply was modified 6 years, 6 months ago by
- Brajesh Singh on August 20, 2019 at 5:36 pm in reply to: BP Rate Limit Private Message issues #24795This reply has been marked as private.
Hi Palmen,
you may want to usebp_core_get_user_displayname( $user_id )Instead of the $username. Something like this
$activity->content = preg_replace( '/(@' . $username . '\b)/', bp_core_get_user_displayname( $user_id ), $activity->content );may work.
Regards
Brajesh