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: 25485
    Brajesh Singh on in reply to: Buddypress avatar moderator #28603

    Hi,
    Thank you for the question.

    The plugin will display the old profile photo until the new is approved.

    Please let me know if you need any other assistance.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: BP Activity Shortcode – Private Groups #28598

    Hi Gene,
    This is by design and there is not much we can do.

    BuddyPress lists private activities to user’s own profile or on the group page.

    There is a parameter ‘show_hidden’ which we can allow but I have avoided it due to side effects.

    If we add this parameter, It won’t honour if a member is part of the group or not and will list the activities of private groups to everyone. Which will be more problematic for users. That’s why we did not provide this option.

    Knowing the side effect, do you still want it? If yes, I or @ravisharma can provide some snippet to make it work specifically for you.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Carsten,
    We have an addon plugin coming for the moderation tools that offer same functionality. It should be available this month freely to all the members who have access to Moderation tools plugin.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Customizer suddenly only showing Widgets!? #28594

    Hi Torben,
    Thank you for the screenshot.

    I can see the issue now.

    Your child theme is broken because it can not find the parent theme.

    Please open childtheme/style.css and make sure that the line

    
    Template: community-builder-pro
    
    

    is there and not

    
    Template: community-builder
    
    

    That will fix it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Customizer suddenly only showing Widgets!? #28592

    Hi Torben,
    I am sorry for the inconvenience.

    It seems the issue relates to invalid state of customizer.

    Please click on the reset button of customizer to reset it to the initial state. That should fix it but you will loose any customization.

    Please let me know if it works or not?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi,
    Thank you for using the plugin.

    Is your goal to prevent non members(who have not been added to the site) from logging to the site and posting to the feed?

    The Multi Network plugin will help with limiting the listing of activities/members from current site(and not the network which is default).
    It odes not prevent network users from logging to a site though. If you want this, I can help with this.

    To configure the plugin properly.

    1. Please crate a file name ‘bp-custom.php’ and put this content

    
    <?php
    define( 'BP_ENABLE_MULTIBLOG', true ); 
    

    2. Please put the ‘bp-custom.php’ file in your ‘wp-content/plugins directory
    3. Deactivate the BUddyBoss plugin
    4. Reactivate the BuddyBoss plugin
    5. Save their settings page

    This is what makes it work with BuddyPress. I haven’t tried it with BuddyBoss though.

    The above process forces BuddyPress to re-create tables with site specific prefixes. You were facing problem posting as tables were not created.

    Please give it a try and let me know if it allows you posting or not?

    Regards
    Brajesh