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: 25384
    Brajesh Singh on in reply to: Is there any pop up for buddy press ? #47078

    Hi,
    Welcome to BuddyDev support forums.

    I am sorry, we are not aware of any such plugin. If you find one, Please do share with us too. I hope you are able to find one.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25384
    Brajesh Singh on in reply to: BuddyBlog Pro Posts Layout – 2 #47077

    Hi Nik,
    Thank you.

    The events manages does have complex hooks but it is not helpful for us in case you are referring to action.

    This plugin manages one known post type with group/user context(we do that with MediaPress) and it is easy to customize the actions as you have a a callback(action generator) which know the context.

    In case of BuddyBlog Pro, we have a single callback function for generation of action string for all of the post types. There could be any number of post types with one or 2 context. So, that’s a very different issue. Also, BuddyPress/BuddyBoss has a way to forcefully attach their own settings for ‘post’ post type.

    I fact, the solution was to move away from letting BuddyPress/BuddyBoss manage the settings for post post type and then making the callback aware of group/user context.

    I will be publishing the update for BuddBlog Pro with fixed action string in 1-2 days after the holidays here.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25384
    Brajesh Singh on in reply to: [Resolved] BuddyPress registration not working #47076

    Hi Kristian,
    Welcome to BuddyDev support forums.

    I am glad the issue was not related to BuddyPress and is resolved now.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25384

    Hi Carsten,
    Thank you for the question.

    BuddyPress does a proper redirect if you refresh and login. Are you using any custom plugin for login? It is probably related to that. Please try disabling any custom login feature and check this again.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25384
    Brajesh Singh on in reply to: Display “My group” with short code? #47074

    Hi Soren,
    Thank you for the question.
    That shortcode is specific to our theme.

    We are in the process to releasing a free shortcodes plugin for BuddyPress(expect it within 2 weeks) which should give you this feature/

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25384
    Brajesh Singh on in reply to: Plugin Error #47073

    Hi Irina,
    Welcome to BuddyDev support forums.

    1. You should not use BuddyPress and BuddyBoss together. The error seems to be a product from that. As far as I see, You have activated BuddyPress not BuddyPress User Profile Tabs Creator and that’s why the BuddyBoss Platform pro is throwing error.

    Please delete BuddyPress and your site will work fine. Also, Here is a link to profile Tabs Creator Pro,
    https://buddydev.com/plugins/buddypress-user-profile-tabs-creator-pro/

    This is the plugin you will need with BuddyBoss for custom tabs.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25384
    Brajesh Singh on in reply to: BuddyBlog Pro – Group Pluging Posting #47064

    Hi Aaron,
    Thank you for the details.
    Is this happening with ‘post’ post type or have you registered a custom post type?

    If this is a custom post type, does the post type support featured image(in register_post_type() )?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25384
    Brajesh Singh on in reply to: Trouble finding Badges tab in back end #47063

    Hi Brealyn,
    Thank you for purchasing from us.
    I am sorry for the inconvenience.

    Please visit Dashboard-> Users->Badges to create badge.

    In case you have issue, Please do let me know here and I will assist.
    Here is a link to our documentation for reference.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25384
  • Keymaster
    (BuddyDev Team)
    Posts: 25384
    Brajesh Singh on in reply to: BuddyBlog Pro Posts Layout – 2 #47059

    Hi Nik,
    I will be glad to look into the Event Manager after Diwali(It’s on 24th here) and assit you with it.

    Using

    
    remove_action( 'parse_query', array( 'EM_Event_Post', 'parse_query' ) );
    

    Without scoping is not suggested at all. It is bound to have conflict.

    Regards
    Brajesh