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: 25494
    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: 25494
    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: 25494
    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: 25494

    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: 25494
    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: [Resolved] WordPress Ban Registration Domain #27122

    Hi Theo,
    I am sorry for the trouble.

    The plugin uses regular expression and we hope that you do not need to enter all email for banning.

    You can ban by using a domain(all emails from that domain) or you can also use(* to match a substring for example x* will match xy, xabc etc..).

    The goal is to keep the list simple.

    The above error means you most probably have a large number of entries. The size depends on your php version. Most of the php version allows( 64 Kb, should be around a 1000 emails, depends on length of emails).

    Will you be able to use the domain to shorten the list?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi John,
    You may use css to hide it.

    My I ask why you need to hide the box. Isn’t that expected behaviour to show the image as selected ?

    Regards
    Brajesh

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

    Hi Bruno,
    I am sorry for the delayed reply. We are having slow forum support due to holidays.

    The current version of BuddyBlog does not allow creating forums. You can select a post type and taxonomies and it will appear in the form.
    Please check BuddyBlog settings in the Dashboard->Settings.

    I am not sure how you found that video, It is of our upcoming release(2.0) that allows creating multiple post forms with custom fields.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: Hide Tabs in BP Nouveau Profile #27112

    Hi Chadd,
    Welcome to BuddyDev.

    Are you using MediaPress?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: Origin of the Most Visited Users widget? #27105
    This reply has been marked as private.