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

    Hi,
    Thank you for the question.

    MediaPress does not handle posting the form, It is the theme that does. mediaPress attaches its data to theme’s posted data on the form submission.

    The theme needs to allow posting empty activity from client side.

    You can check this with Community Builder(Free or Pro) which allows it. I believe even BuddyBoss theme allows posting in similar manner. All other BuddyPress themes validate the content and will not allow MediaPress to work unless the theme allows it.

    MediaPress does hooks on server side to allow posting empty activity if that activity contains Media.

    So, Please check if the theme is restricting it nor not?

    Regards
    Brajesh

    PS:- Which theme are you using?

  • Keymaster
    (BuddyDev Team)
    Posts: 25490

    Hi Hugo,
    My apology for not releasing it earlier. I have pushed the release now. Please upgrade to 1.2.5 and it will be fixed.

    Let me know if it works for you or not?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490
    Brajesh Singh on in reply to: Automatic Login from Multisite Network #34692

    Hi,
    Welcome to BuddyDev forums.

    Are these 2 sites part of same installation or different WordPress installation? If same multisite network, this should not be an issue.

    Please let me know and I will assist.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490
    Brajesh Singh on in reply to: DIVI and BuddyBlog compatibility #34691

    Hi,
    The problem was Divi and other pages builder use the single article page on front end for editing. They expect certain structure as well as query state. When BUddyBlog filtered the single permalink page to profile, they were not able to find that structure/query state and that caused it.

    Thank you for your interest in BuddyBlog Pro, we are releasing it around 1st – 3rd January. We are working on our plugin page as well as docs before going live.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490
    Brajesh Singh on in reply to: BuddyPress register form issue w/ mobile device #34690

    Hi,
    Thank you for the post.

    I am sorry but I am unable to assist with it as it will depend on which theme are you using.

    If you want to try a theme, try community builder free version and see if you are still facing the same issue.

    Otherwise, you will need to troubleshoot and debug it yourself.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490
    Brajesh Singh on in reply to: [Resolved] CB Pro login page styling #34689

    Hi Hugo,
    I am sorry for the issue. Please avoid Branded login plugin with Community Builder. Instead, I will recommend customizing the login page using customizer and if you do not want wp-login.php to be visible, you may use rename wp-login plugin.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490
    Brajesh Singh on in reply to: [Resolved] Submit Button on Register Page #34688

    You are welcome Mark.

    All the best 🙂

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490
    Brajesh Singh on in reply to: BuddyPress Auto Friendship Pro isn't work #34687

    Hi,
    Thank you for purchasing our membership.

    The friends are added when a user account is activated(not registered). That’s why it is not adding adding friends.

    You can override this behaviour by putting a line in bp-custom.php

    
    <?php
    
    add_filter( 'bp_auto_friendship_pro_enable_on_user_register', '__return_true' );
    
    

    After that, users from global list will be added on registration too.

    Please let me know if that works for you or not?

    P.S:- You can also test the plugin is working or not by registering a normal account from front end and activating that account.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490
    Brajesh Singh on in reply to: DIVI and BuddyBlog compatibility #34672

    Hi,
    Can you please visit BuddyBlog settings and disable show posts on profile setting. set it to no. Please let me know if that fixes this issue. It will cause the single posts to be not visible on profile though.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490

    Hi Hugo,
    Thank you for the details. I do hope it is caching and not a fatal error.

    Regards
    Brajesh