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: 25456
    Brajesh Singh on in reply to: New member not getting email (buddydev ajax plugins) #6313

    Hi Valarie,
    With the ajax registration plugin, New accounts get activated automatically and no mails are sent.

    If you want to disable the auto activation and send emails, You can put this in you bp-custom.php

    
     add_filter( 'bpajaxr_is_auto_activation_mode', '__return_true' );
    

    Hope that helps.

  • Keymaster
    (BuddyDev Team)
    Posts: 25456
    Brajesh Singh on in reply to: How to remove buddypress profile tab? #6312

    Hi,
    Please put this css in your css file

    
    
    #object-nav #user-invite-anyone {
    display:none;
    }
    
    
  • Keymaster
    (BuddyDev Team)
    Posts: 25456
    Brajesh Singh on in reply to: blank profile user #6311

    Hi,
    Can you please re exlain what is happening? Are you using a custom theme? Try enabling WP_DEBUg and see if you get any errors?

  • Keymaster
    (BuddyDev Team)
    Posts: 25456
    Brajesh Singh on in reply to: bp-magic is not responsive? #6309

    Thank you. It’s is the beginning. We are certainly looking forward to take BuddyPress site creation experience to the next level with this theme. There are a lot more things coming in future 🙂

  • Keymaster
    (BuddyDev Team)
    Posts: 25456
    Brajesh Singh on in reply to: bp-magic is not responsive? #6306

    Hi Nana,
    Thank you.
    I have mailed you the theme. We are still working on a few remaining things before going public(another couple of hours). For now, Please use WordPress customizer and try to explore the theme. We will have the documentation/the page builder plugin also available by the end of the day. I am looking forward to hear your experience and make the theme better.

    PS: Once we go live with the theme here, I will send you a coupon with 1 year updates included.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25456
    Brajesh Singh on in reply to: bp-magic is not responsive? #6303

    Thank you. And we are getting ready too. A few more hour to go online 🙂

  • Keymaster
    (BuddyDev Team)
    Posts: 25456
    Brajesh Singh on in reply to: How to remove buddypress profile tab? #6295

    Hi Valarie,
    For Invite Anyone, you can disable it from plugin settings.

    Please visit dashboard->Settings->Invite Anyone and click on the tab ‘Access Control’

    There you will need to check this option

    
    Allow email invitations to be sent by
    --All Users
    --A limited set of users 
    

    Select

    
    A limited set of users 
    

    And then from the checkboxes below, Check this

    
     Only users who have at least the following role on this blog: 
    

    and select the role as “Administrator”

    Now, The Send Invite will be only available to admin’s profile not on other user’s profile.

    Hope that helps.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25456
    Brajesh Singh on in reply to: url changed when uploaded from activity #6290

    Hi Richard,

    My apologies for the delayed reply.

    Can you please create a new user account and try uploading with that account? What do you see then? Is it working or not?

    If it does not work for this account, I will need temporary admin access and will check/update settings on your site. There may be some conflict if it does not work.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25456
    Brajesh Singh on in reply to: [Resolved] Lightbox in Mediapress #6289

    Hi Francoise,
    Welcome to BuddyDev.

    1. The lightbox only works with Photos( not with other media types at the moment), so the behaviour may seem random. This is what you are seeing with doc.

    2. I am sorry about that, which version of MediaPres are you using? Can you please check it with photo gallery?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25456
    Brajesh Singh on in reply to: How to remove buddypress profile tab? #6287

    Hi Valarie,

    Can you please be more specific like when you want to remove those tabs. Do you want to remove it for the logged in user or the displayed user? Also, which tabs do you want to remove exactly.

    I can post the code to remove them then. Please do know that once you remove the tabs, They won’t be accessible directly.

    Or do you just want to remove them visullay. In case you don’t need them at all, you can disable them from Dashboard->settings->BuddyPress->Components page too.

    Hope that helps.
    Brajesh