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

    You are welcome 🙂

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi Joel,
    Welcome to BuddyDev.

    Thank you for sharing and updating the code.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: Add fields to gallery #27933

    Having multiple forms for the user on same page may not be a good idea.

    We provided the hook to let you add your own fields(input fields and not forms).

    And you can attach with the ‘mpp_gallery_updated’ hook to save the details.

    I will still add the hook if it helps you.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: Help with logic conditional fields #27931

    Hi,
    You are right.

    The plugin will not work if required fields are not filled.

    PS:- I do not see a proper solution currently. If I do something about it, It makes the required filed meaningless.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: Add fields to gallery #27930

    Hi Christophe,
    Sure, but why not use the available hooks?

    
    mpp_after_edit_gallery_form_fields
    
    

    or

    
    mpp_before_edit_gallery_form_submit_field
    
    

    These are already on that page.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi Carsten,
    Thank you for the updates.

    If you moved the media to cloud, you will need to update the default urls accordingly.

    I do not see any other reason or issue.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: Help with logic conditional fields #27926

    Hi Ruben,
    Welcome to BuddyDev.

    Please provide more details:-

    Which version of BuddyPress are you using? Is it happening with a specific theme/plugin? Do you have any other profile related plugin active?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: URGENT… notification on blog comment problem #27925

    Hi Diky alvian,
    Welcome to BuddyDev.

    The plugin is not aimed at adding comment notification for users. It only adds for the posts. It is not a bug, the feature is limited to notify the post author of any comment and not the comment author of comment reply.

    It may be a good idea to extend it for comments in future. If you want to add it now, You will need to almost duplicate the code for comment specific handling.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi Jaume,
    You can safely ignore it.

    it is a false psotove.
    here is the complete code

    
    if ( $wpdb->use_mysqli ) {
    	$mysql_ver = @mysqli_get_server_info( $wpdb->dbh );
    } else {
    	$mysql_ver = @mysql_get_server_info();
    }
    

    We use it on the Debug page(status page in dashboard settings) to get mysql server version and it will only be used if mysqli is not being used.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: Restrict Domain Emails uncertain if working properly #27915

    Thank you.
    I am glad it is working again.

    I will check the Stop Spammer to see if it can allow bypassing the restriction. Will post in next couple of days.

    Regards
    Brajesh