Replies
- Brajesh Singh on October 23, 2024 at 9:23 am in reply to: Where do I updated the js code for Select2 in BuddyPress Xprofile Custom Field #53371
Hi,
Welcome to BuddyDev support forums.I am sorry, I do not understand your question. You do not need to update js code for the select2 js. You can select and enable select2 from the right side box of the profile field creation/edit page as shown below.
https://i.ibb.co/db1xz2p/Selection-358.png
Please help me understand the issue a little better if I am missing something.
Thank you
Brajesh Hi Katrine,
Thank you for trying MediaPress.The problem with upload is it needs to be associated with a user. Irrespective of the plugin, the uploads belong to some person and the current implementation of the plugins(RT Media or MediaPress) does not allow showing it without that user references.
This is going to be huge issue with user experience to enable/disable anonymous activity for media(as it is currently implemented). I will need a few days before sharing the status about achieving it.
Regards
Brajesh- Brajesh Singh on October 23, 2024 at 9:16 am in reply to: [Resolved] Hiding Users on BuddyPress based site blog articles? #53369
Hi Kim,
Thank you for the question.Please link me to the post and also provide the name used for the member type(It should be in lowercase, unique identifier of the member type).
I will be glad to assist further.
Regards
Brajehs Hi,
Thank you for reporting the issue.I am sorry about it. In recent version of BuddyBoss, the blogs component has been removed from components screen and is enabled from activity settings, That seems to be the issue.
For a temporary solution, Please visit Dashboard->BuddyBoss->Settings->Activity->Posts in Activity Feeds and enable it for WordPress posts. That will fix it.
We will update the plugin to ensure that it checks for the state of blogs component before registering activity type.
Regards
BrajeshHi Katrine,
Thank you. I am glad the first part did work.You may use this code to disable the view discussion for single activity for anonymous activity.
/** * Disables the view discussion for anonymous activity. */ add_filter( 'bp_activity_permalink', function ( $link, $activity ) { if ( function_exists( 'bp_is_anonymous_activity' ) && bp_is_anonymous_activity( $activity->id ) ) { return ''; } return $link; }, 20, 2 );
Hope that helps.
Regards
Brajesh- Brajesh Singh on October 19, 2024 at 12:18 pm in reply to: [Resolved] Anonymous plugin – bugs #53341
Hi Katrine,
Thank you for the patience.You need to translate this string
%1$s posted an update in the group %2$s
I am not sure how that works with the TranslatePress.
2. The link:- For activity, we do not have control. I checked that again. There are times when we update it while saving. That has no link. But if we did not do that at the time of creation, we wilter away the user’s url.
3. We could change the link to single activity post to ‘#’ too. The reason it was left is to allow people read the whole activity. Would you like that to change, Please let me know.
Regards
Brajesh - Brajesh Singh on October 19, 2024 at 11:06 am in reply to: BuddyPress Activity Plus not uploading images #53340
Hi Ryan,
I am sorry, the plugin is not supported any more. We recommend using default BuddyPress attachment plugin. We will be taking this plugin down around WordPress 6.7 release.Please use BuddyPress attachment plugin by BuddyPress team.
Regards
Brajesh - Brajesh Singh on October 19, 2024 at 11:00 am in reply to: BuddyBlog Pro Problem – Images Not Uploading. #53339This reply has been marked as private.
- Brajesh Singh on October 18, 2024 at 8:47 pm in reply to: BuddyBlog Pro Problem – Images Not Uploading. #53334This reply has been marked as private.
- Brajesh Singh on October 18, 2024 at 8:38 pm in reply to: [Resolved] Buddyboss – hide admin user id from member directory and network search. #53333
Thank you.