Replies
- Brajesh Singh on February 12, 2025 at 8:43 pm in reply to: BuddyBlog Pro – Groups – Activity Entries #55064
Hi Nik,
Hope you are doing well.I finally tested it on BuddyPress 14.0 and I am unable to reproduce your issue.
Please take a look.
https://ibb.co/5hFg2svG
https://ibb.co/0jDQpGxM
https://ibb.co/yct6dzRS
https://ibb.co/dwSBJMYxCan you please share me a screenshot/video listing all the settings of the BuddyBlog Groups? or if you have a staging site, please allow me temporary access to it.
I am assuming that you are using latest version of the BuddyBlog and BuddyBlog Groups(RC14)
Regards
Brajesh - Brajesh Singh on February 11, 2025 at 12:19 am in reply to: Recent Visitors For BuddyPress Profile – user redirect #55063
Hi Antonio,
Welcome to BuddyDev support forums.I am sorry for the delayed reply. At the moment, the plugin does not have the ability to link to custom url.
I can update the plugin and add a filter that will allow linking to a different url. Will it be fine with you if I shared some snippets(after plugin update) for this purpose? If yes, please provide me API details from WCFM that helps differentiate if a user is a store and to retrieve the store url for a user.
Thank you
Brajesh - Brajesh Singh on February 11, 2025 at 12:04 am in reply to: Help Needed with Profile Completion Plugin #55062
Hi,
Hope you are doing well.In that case, your page id might be incorrect. The code will disable redirect on the specific page, it does not know what that page is.
Regards
Brajesh Hi Josh,
Thank you for the question.
The simple solution is to use css.Regards
Brajesh- Brajesh Singh on February 11, 2025 at 12:01 am in reply to: How to prevent members directory from access without losing functionality? #55060
Hi Joh,
I am sorry for the delay in reply.Please use this code, it will completely disable the linking.
add_action( 'bp_init', function () { $priority = has_filter( 'bp_get_the_profile_field_value', 'xprofile_filter_link_profile_data' ); if ( false !== $priority ) { remove_filter( 'bp_get_the_profile_field_value', 'xprofile_filter_link_profile_data', $priority ); } } );
Regards
Brajesh - Brajesh Singh on February 10, 2025 at 11:51 pm in reply to: Notification Issue with BP Group Activities Notifier plugin #55059
Hi,
Welcome to BuddyDev support forums.I am sorry for the delayed reply. Can you please share more details:-
– Is it for BuddyPress or BuddyBoss?
– Is it happening for all groups or one of private/public/hidden groups?
– Is it happening for any specific type of activity or all typeWhich plugin(BuddyPress/BuddyBoss) and theme are you using?
Thank you
Brajesh - Brajesh Singh on February 10, 2025 at 11:49 pm in reply to: BuddyBlog Pro – Groups – Activity Entries #55058
Hi Nik,
I am sorry, I had couple of bad work weeks recently and could not do much about it. Please allow me till day end this Wednesday, I will have a proper explanation/solution.Thank you
Brajesh - Brajesh Singh on February 10, 2025 at 11:48 pm in reply to: Continer Class issue with Activity Plus Reloaded #55057
Hi Lea,
Hope you are doing well.Which theme and template pack are you using? Is it happening on post from profile activity stream or sitewide(or both).
Please let me know and I will assist.
Regards
Brajesh Hi Lawrence,
To answer your question.
1. Does BuddyBoss allows sending message to all friends in one go? No. This is not a standard functionality and we do not have it in the plugin.2. I am sorry, we do not offer text replacement inside the plugin. We support localization though. It is a standard practice to have localizable software where UI texts can be customize via localization tools. You need a way to localize. We do not offer changing labels via plugin settings, that would be hard coding and make it quite less flexible for locales outside English.
You do not need to install a plugin to localize other plugins(if performance is your concern), there are standard software like poedit where you localize at your local system and upload to your server.
Regards
BrajeshHi,
I am sorry. We do not offer this functionality and there is no plan for such functionality for BuddyPress in near future.Regards
Brajesh