BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 24599

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 24599
    Brajesh Singh on in reply to: Anonymous plugin – rtMedia issue #53370

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 24599

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 24599
    Brajesh Singh on in reply to: BuddyBlog Pro error, #53368

    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
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24599
    Brajesh Singh on in reply to: [Resolved] Anonymous plugin – bugs #53344

    Hi 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

  • Keymaster
    (BuddyDev Team)
    Posts: 24599
    Brajesh Singh on 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

  • Keymaster
    (BuddyDev Team)
    Posts: 24599
    Brajesh Singh on 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

  • Keymaster
    (BuddyDev Team)
    Posts: 24599
    Brajesh Singh on in reply to: BuddyBlog Pro Problem – Images Not Uploading. #53339
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 24599
    Brajesh Singh on in reply to: BuddyBlog Pro Problem – Images Not Uploading. #53334
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 24599