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

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

    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: 25348
    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: 25348
    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: 25348
    Brajesh Singh on in reply to: Origin of the Most Visited Users widget? #27105
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25348

    Hi Bruno,
    Thank you for the topic.

    for your last question:- You will need a shortcode that accepts user id and lists all the posts from a specific post type.

    I am not sure if there exists a plugin(there should be some) or not. Please check it on WordPress.org plugin search.

    If you find one, I can assist you with how to replace the user id with displayed user id(we have replace option for strings).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348

    Hi Kir,
    I am sorry but we do not offer any grid layout for the widget. If it is appearing like that, It is most probably dues to theme’s css(or by default adjusting to the space).

    You might be able to use Media query to resolve it. May I suggest contacting your theme author for the assistance. They will be in better position to assist with the layout.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348
    Brajesh Singh on in reply to: [Resolved] French localization done #27101

    Hi Bruno,
    Thank you
    Have received it.

    Regards
    Brajesh