BuddyDev

Search

Replies

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Lightbox remove white box #3967

    Hi Christian,

    It is currently not doable. We’ll do it in the updates.

    Thank You
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115

    Hi Brian

    Thank You for acknowledgement. I am glad that I could help.

    Thank You
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Lightbox remove white box #3947

    Hi Christian,

    I will explore this and get back to you in a day or two.

    Thank You
    Ravi

    • This reply was modified 8 years, 6 months ago by Ravi.
  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115

    Hi Brian,

    Please try this way. Don’t use above code

    
    function buddydev_create_post_on_activation( $user_id, $key, $user ) {
    
    	//do something like this
    
    	$field_id = "Your field ID";
    	$bandname = xprofile_get_field_data( $field_id, $user_id );
    
    }
    add_action( 'bp_core_activated_user', 'buddydev_create_post_on_activation', 10, 3 );
    
    

    Thank You
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Lightbox remove white box #3942

    Hi Christian,

    I have made the changes to the widget template.

    Thank You
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115

    Hi Brian,

    Please try the following

    
    $userid = bp_loggedin_user_id();
    
    $field_id = "Your field ID";
    $bandname = xprofile_get_field_data( $field_id, $userid );
    
    

    and let me know if it is working or not

    Thank You
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Lightbox remove white box #3938

    Hi Christian,

    I have done the modification to the code. Please check it and let me know is it working or not.

    Thank You
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Lightbox remove white box #3936

    Hi Christian,

    Please send me the ftp access of the server here into private reply.

    Thank You
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: MediaPress Media List widget #3932

    Hi Christian,

    Please copy the following template

    “mediapress/templates/mediapress/default/widgets/grid-photo.php”

    to your theme

    “mediapress/default/widgets/grid-photo.php”

    and replace the following

    mpp_get_grid_column_class( 1 ) )

    to

    mpp_get_grid_column_class( 2 ) )

    will do the work.

    Thank You
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115

    Hi Minoo,

    Can you point me to the site with a demo user account so that I can find out what is exactly going on your site.

    Thank You
    Ravi