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

    Hi Carolyn,
    Welcome to BuddyDev.

    Thank you for the question.

    You will need to override the activity-loop.php in your theme. You can do that by moving this file from the parent theme/buddypress/activity/activity-loop.php to your child-theme/buddypress/activity/activity-loop.php

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377
    Brajesh Singh on in reply to: Buddyblog confirm action for publishing #39781

    Hi Tosin,
    hope you are doing well.

    I have released BuddyBlog pro 1.1.5. You can use the following code to enable confirmation on the post submission.

    
    // Request confirmation before post submission.
    add_filter( 'bblpro_submission_button_classes', function ( $classes ) {
    	array_push( $classes, 'bbl-confirm-action' );
    
    	return $classes;
    } );
    
    

    You do not need the BP confirm action plugin for this. Please let me know if it works for you or not?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377

    Hi Nick,
    Thank you for bringing it.

    You are right about it. The plugin lacks the option to detect the Sub group/parent group relationship. The solution is to use group type as cope for tabs but that could be cumbersome. I am exploring option to add it as scope without affecting existing users. Please provide me 2-3 days for the same.

    For the default nav 404 issue, Please do know that when we are setting default nav(or BuddyPress/BuddyBoss calls the default nav filter ), It is earlier than the registration of nav items. So, It is not possible to check if that default nav items is available as the nav item of the group or not.

    I will be looking a bit further to see why the platform/BuddyPress doe not detect it and fallback.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377

    Hi Nick,
    I am sorry. The plugin can not be used to modify the content of existing tabs. You can edit the visibility/availability of the tab but modifying existing content is not feasible due to nature of the tab content.

    https://buddydev.com/docs/buddypress-group-tabs-creator-pro/modifying-label-repositioning-existing-group-tab/

    If you check Existing tab option, the plugin should have disabled any option to add extra content/sub tab for the groups.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377
    Brajesh Singh on in reply to: [Resolved] BuddyBlog Pro Medium Editor #39773

    Hi Nick,
    Thank you.

    The Medium Editor is a separate sub plugin for BuddyBlog Pro. We did not release yet as we are working on the documentation/blog post. I can share a copy with you today if that helps. Please let me know your email(should I use the one from your account?) and I will share.

    PS:- Just to be clear, we were expecting the release around 2nd/3rd week of June and not couple of months ago.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377
    Brajesh Singh on in reply to: Emails not being sent #39759

    Hi Alexandre,

    Welcome to BuddyDev.

    The WP Mail SMTP plugin is not compatible. Since you are using BuddyPress on localhost, the default mailer is not able to send the mail.

    Please try it on a non local site.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377

    Hi Olaf,
    I am sorry, the member types pro does not change order of any field. If you have enabled registration condition from member types, It uses javascript to show or hide your fields.

    The field orders are controlled by BuddyPress(unless your theme does something strange, It is BuddyPress signup fields order).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377
    Brajesh Singh on in reply to: Filter groups, by city and by group type #39749

    Hi Vlad,
    I am sorry, The above code will not work.

    Group is not a post type.

    can you please share your code on pastebin and link me? I may be able to have abetter understanding and may be able to assist you.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377
    Brajesh Singh on in reply to: BuddyPress Plugin #39748

    Hi,
    1. Yes, The Follow is going to be part of BuddyPress.
    2. The release date for 10.0 is not planned yet(it should be some times in November/December end).

    I am doing the Relationship as a feature plugin and it will be available for testing/usage before becoming part of the core. I am expecting the first revision in 4th week of August.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377

    Hi Olaf,
    Thank you.

    I will suggest contacting Andrea. She is very helpful and can assist you much better with this.

    Please open a ticket on the Profile search plugin’s support page. I have limited exposure with it and that’s why recommending this.

    Regards
    Brajesh