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: 25494
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    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: 25494
    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: 25494
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi Michael,

    Thank you for using our plugin.

    I am sorry but I do not see any option on their page for syncing with BuddyPress Xprofile field. I will suggest asking PMPro’s support about this as they have better knowledge about their addon.

    keeping two registration page is not a good idea. I will suggest asking them if their plugin can take payment from BuddyPress registration. That will solve your issue.

    Please let me know what they say?

    regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: infinite scroll members directory with ajax #28565

    Hi Mike,
    Thank you for the question.

    It is doable. You will need to keep track of the pages and check for reaching the end of the page. As per a previous discussion, you can use the same javascript function for loading items.

    I do plan to put an example in couple of weeks for one of our theme.

    @ JJ
    Hi JJ,
    I am sorry, You can edit the reply here but the forum does not allow deleting it. Do you want me to delete your reply? Please let me know.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi Hamid, Hugo,
    Thank you for using our plugin.

    I just had a look at the BuddyBoss’s implementation of profile type. They have removed the way(most of) how BuddyPress registers/uses member type and instead packed their own plugin(they had a member type plugin) with it.

    Instead of using BuddyPress API, It uses the code from their plugin.

    So, if you have profile type enabled, you will not be able to utilize our member types plugin as expected. I will issue the refund to both of you within next 24 hours.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi Gavin,
    Thank you for using the plugin.

    This is the default behaviour of the plugin.

    All the member types associated with their plan will be removed from user.

    Can you please check if it is not happening?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi Hamid,
    Can you please check what is suggested by @ravisharma?

    PS:- A user’s member type also appears on the Dashboard->Users listing page.

    Regards
    Brajesh