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

    Hi Bjorn,
    It’s is the mov file. It needs conversion/transcoding. That will work when we have our transcoder available like discussed in previous topic.

  • Keymaster
    (BuddyDev Team)
    Posts: 25394
    Brajesh Singh on in reply to: BuddyPress Moderation – Report Users/Groups #14663

    Please wait for the first release. Once it is up, we can discuss if it issed something or needs improvement.

    The plugin is flexible enough to support any content type in future, Please allow me to update it.

    Also, just to note for all of you, I am still not sure but if I am unable to put the plugin tomorrow, It will be released on Monday evening then.

    Currently, The plugin supports-

    – All public post types
    – Comments
    – BuddyPress Activity
    – User
    – BuddyPress Groups
    – MediaPress Media
    – MediaPress Gallery

    # Still to test
    – bbPress forum
    – bbPress topic/replies
    – BuddyPress Messages(May not be available in the first release)

    All of the above can be enabled/disabled using the admin settings. Also, we have a simple API to support registering/unregistering content types.

    More details in our release post.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394
    Brajesh Singh on in reply to: [Resolved] Force profile data #14660

    Hi AMV,
    Thank you for bringing it back. I have shared similar code on forums. so, it should be easy. I will pack and put it as a plugin next week.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394
    Brajesh Singh on in reply to: Location of buddypress main nav – sub nav #14659

    bp-templates/bp-legacy/buddypress/members/single/home.php.

    Look for the line that sys something like

    
    bp_get_displayed_user_nav()
    

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394

    Thank you for confirming.

  • Keymaster
    (BuddyDev Team)
    Posts: 25394
    Brajesh Singh on in reply to: [Resolved] Mediapress file upload size limit #14655

    Hi Tosin,
    At the moment MediaPress does not set any limit. The limit is set by WordPress on the size of the file(based on site admin preference or server settings).

    The best way to change it dynamically will be to filter on

    
    upload_size_limit
    

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394

    Hi Sujee,
    I will post back the shortcode in an hour or two when back to my dev system.

    I missed it earlier because I was not sure if you needed the code or not.

  • Keymaster
    (BuddyDev Team)
    Posts: 25394
  • Keymaster
    (BuddyDev Team)
    Posts: 25394
    Brajesh Singh on in reply to: BuddyPress Moderation – Report Users/Groups #14651

    Hi Julia,
    That should not be an issue of concern as it works with Ids and not the usernames. Changing username will not make any difference.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394

    Hi Axl,
    Are you using a custom theme? If yes, Please try disabling it and using twentyseventeen and see if the issue is resolved.

    Also, the issue comes from BuddyPress dependent codebase, so try renaming bp-custom.php(if preset in wp-content/plugins directory) and disbaling all BuddyPress related plugins one by one to check it.

    Regards
    Brajesh