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: 25386
    Brajesh Singh on in reply to: [Resolved] Social Login – link account #3189

    Hi Joshua,
    Allowing unlinking is easy(as it will include deleting a few meta keys ). Allowing linking will depend on the plugin.
    Does this plugin allows users to use their existing WordPress account? If yes, That can be done too.

    Please do let me know an we can add some snippet.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25386
    Brajesh Singh on in reply to: [Resolved] Cannot Create New Gallery #3188

    Thank you.
    It was the Custom 404 Pro plugin causing issue. I have disabled it and the pages are working.
    Can you please check it now?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25386
    Brajesh Singh on in reply to: Force friend connections – admin #3187

    Hi Alex,
    Thank you.
    Here is an example filter implementation to show you show to remove the button

    
    
    function buddydev_custom_disable_friends_button( $btn ) {
    
    	//$btn is an associative array
            //two keys are of our interest
    	//'id'                => 'not_friends'/ 'is_friend' / 'awaiting_response' / 'pending',
    	//Other important field is 'link_id'=> 'friendship-button-' . $potential_friend_id
    
    	//you can get the other user id from the link_id and current user id using get_current_user_id()
    	//and decide to change the args as needed
    	//if you return empty array or unset the 'id' key from the array, It will not generate any button
    	return array();
    }
    add_filter( 'bp_get_add_friend_button', 'buddydev_custom_disable_friends_button' );
    
    

    Please try going through it and see if it helps or not?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25386
    Brajesh Singh on in reply to: [Resolved] Cannot Create New Gallery #3184

    In that case MediaPress should work too.
    Can you please provide me temporary admin access to your site? Also, is the site live or in development mode ?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25386
    Brajesh Singh on in reply to: Force friend connections – admin #3183

    Hi Alex,
    Welcome to BuddyDev.

    1. To change “friends” to connections please use a translation tool(like poedit) and you can translate the text.

    For your other question, I will need a few details first:-

    1. How does the admin connects two user? I mean how are you adding two users as friend?
    2. DO you want to remove the add friend/remove friend completely or just add friend?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25386
    Brajesh Singh on in reply to: [Resolved] Cannot Create New Gallery #3180

    Hi,
    Your settings seem perfect to me. There is no issue using MediaPress with Boss theme. The only thing that I can not say for sure if the webserver. Haven’t tested MediaPress with IIS.

    Are other plugin like(followers& BuddyDrive) working correctly or do their sub page is giving 404 too?

  • Keymaster
    (BuddyDev Team)
    Posts: 25386
    Brajesh Singh on in reply to: [Resolved] Cannot Create New Gallery #3177

    Hi Olumuyiwa,
    Thank you for the prompt response.

    I am not sure what is causing as you seem to have it enabled properly. Can you please tell me which theme you are using ? Is it a BuddyPress specific theme?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25386
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25386
    Brajesh Singh on in reply to: [Resolved] Cannot Create New Gallery #3174

    Hi Olumuyiwa,
    Thank you for using MediaPress and my apologies for the inconvenience.

    Are you using any custom code too for MediaPress? Is it happening for user gallery(from profile?) Also, Can you please visit MediaPress->settings->Members and let me know what types have you enabled for the users?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25386
    Brajesh Singh on in reply to: Plugin feature request #3166

    Hi Andy,
    Thank you for posting.
    These are doable but we don’t have enough time at the moment to work on these. We will be taking another look in next two weeks when the work load will be a little lower and will let you know.

    Thank you
    Brajesh

    PS: The time example with the most Favorited is not suitable to be implemented as per the current specification.