Shape the future of Social networking with WordPress: Join Project Midnight Sun! The next generation platform for community building with WordPress!

BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Daniel,
    1. You can put the code in your them,e(or child themes) functions.php
    2. You are most probably using a plugin for editing the activity(ours or others). None of the plugin support editing MediaPress activities.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Branded Login mail adjustment #27145

    Hi Ralf,
    Thank you.

    You are right. That is the issue. I will post another plugin update in next 2-3 days.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] Buddypresss Activity Plus? #27144

    Hi Lars, JJ,
    Thank you for the replies.
    It seems like a bug in the core plugin(should allow group upload). I will look into it and update an update on 2nd January.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] Buddypresss Activity Plus? #27133

    Hi JJ,
    Thank you.
    It was your post here that reinforced the idea for the fork :). So, thank you.

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] Buddypresss Activity Plus? #27131

    Thank you.
    Yes, that’s correct.

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] Buddypresss Activity Plus? #27129

    Hi,
    Thank you.
    The file size limit is not present in current release but It is coming soon in the next update.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] Buddypresss Activity Plus? #27127

    Hi,
    It is available on wordpress.org now.
    https://wordpress.org/plugins/bp-activity-plus-reloaded/

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Buddy Circles – Everyone in Circle #27126

    Hi Christian,
    I am sorry I did not reply earlier.

    I have checked it and the issue is related to a conflict with BP Nouveau template. It works with Legacy template pack.

    With Nouveau the correct list is loaded initially and then it is replaced by all members list.

    We will be releasing an update for this by coming Tuesday(BuddyCircle update). I will post back after the update here.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Daniel,
    Thank you for the question.

    1. This is by design.

    Currently, you can disable it by using the following code.

    
    
    // disable MediaPress activity filtering.
    add_action( 'mpp_init', function () {
    
    	remove_filter( 'bp_activity_get_permalink', 'mpp_filter_activity_permalink', 10 );
    } );
    
    

    2. It is not history. It is the comment on that specific media. Currently, there is no way top disable that portion only. You can completely disable the light box from the settings though.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: How to create forms for buddyblog submissions? #27123

    Hi Bruno,
    Thank you for the details.

    If I understand correctly, the role of BuddyBlog will be to allow users to create/edit posts and set certain terms.

    That is doable with it. We will be supporting limited types of custom fields as shown in the demo. So, you can create form with that.

    Please do note that, 2.0 will be coming around March as we have higher priority releases scheduled earlier.

    Regards
    Brajesh