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: 25373
    Brajesh Singh on in reply to: [Resolved] Master plugin/Theme #39020

    Hi Nick,
    Thank you for the question.
    I am sorry that you are having trouble with it.

    We did consolidate some of our premium plugins based on functionality. We haven’t consolidated our free offerings yet.

    One of our upcoming plugin for activity further consolidates all activity related plugins into one.

    This is an ongoing process and we have been deprecating the plugins we consolidated into single unit.

    For the time being, Do you need all 40 plugins? If not, Please install the ones you need. You may also use FTP for installing the plugin and then bulk activate them.

    This year the plugin installer will be available (around October) and it will only need a valid key to install plugins from your site’s dashboard.

    Regards
    Brajesh

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

    Hi Daniel,
    It seems a css issue with the theme. Please contact the theme author. They should be able to provide a quick soluytion.

    If I could see the old registration page, I can help with the css too.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25373
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25373
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25373
    Brajesh Singh on in reply to: Problem with BuddyPress Friends Suggestions Pro #39001

    Hi Sandra,
    If you can provide FTP access, that will be great. Otherwise, I can use WordPress plugin editor(if it is enabled on the site).

    I need a way to dump database queries and see why it is not showing all records and limiting to 1. I will also need access to your WordPress dashboard to check and verify user data.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25373
    Brajesh Singh on in reply to: Problem with BuddyPress Friends Suggestions Pro #38999
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25373
    Brajesh Singh on in reply to: Registration Avatar #38998

    Hi Faisal,
    Welcome to BuddyDev.

    Can you please help me understand the question a litte better. What kind of assistance do you need?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25373

    Hi Omar,
    sure.

    You can use something on this line in the code where you are generating button

    
    $user = get_user_by( 'id', bp_displayed_user_id() );
    
    if ( in_array( 'subscriber', $user->roles ) ) {
    	// some button
    } elseif ( in_array( 'contributor', $user->roles ) ) {
    	//some other button ...
    }
    // and so on..
    
    

    Hope you can adapt it.

    Regards
    Brajesh