Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
  • in reply to: BuddyPress 2.1 Groups and Avatar Issues #31141
     massreport
    Participant

    @abe I looked into the issue with my host and this is what he is telling me.

    As for the avatar issue, I noticed that it’s trying to use this URL for the image: https://graph.facebook.com/2147483647/picture?width=580&height=580

    I found that this was set in the wp_usermeta table, there are 5 users with pictures from graph.facebook.com and none of them seem to work. I checked in the files to see what plugin or theme function was creating these and it looks like it’s part of the kleo theme:

    themes/kleo/kleo-framework/lib/function-facebook-login.php
    201: update_user_meta($user_ID, ‘kleo_fb_picture’, ‘https://graph.facebook.com/’ . $id . ‘/picture’);
    213: update_user_meta($user_ID, ‘kleo_fb_picture’, ‘https://graph.facebook.com/’ . (int) $FB_userdata[‘id’] . ‘/picture’);
    268: $pic = get_user_meta($id, ‘kleo_fb_picture’, true);
    281: $pic = get_user_meta($id, ‘kleo_fb_picture’, true);
    292: $pic = get_user_meta($params[‘item_id’], ‘kleo_fb_picture’, true);
    It doesn’t look like it’s using a valid format to get pictures from Facebook, so you may want to check with the theme developer on this.

    in reply to: BuddyPress 2.1 Groups and Avatar Issues #31139
     massreport
    Participant

    @catalin @abe Status? I’m seeing another issue. Default avatars are not showing up either.

    in reply to: BuddyPress 2.1 Groups and Avatar Issues #30825
     massreport
    Participant

    Everyone who signed up on facebook does not have their facebook picture as their avatar after the latest theme install. That is what I believe happened. Before, I was able to see the facebook avatars of my users. @abe

    in reply to: BuddyPress 2.1 Groups and Avatar Issues #30589
     massreport
    Participant

    @catalin

    I looked into the issue with my host and this is what he is telling me.

    As for the avatar issue, I noticed that it’s trying to use this URL for the image: https://graph.facebook.com/2147483647/picture?width=580&height=580

    I found that this was set in the wp_usermeta table, there are 5 users with pictures from graph.facebook.com and none of them seem to work. I checked in the files to see what plugin or theme function was creating these and it looks like it’s part of the kleo theme:

    themes/kleo/kleo-framework/lib/function-facebook-login.php
    201: update_user_meta($user_ID, ‘kleo_fb_picture’, ‘https://graph.facebook.com/’ . $id . ‘/picture’);
    213: update_user_meta($user_ID, ‘kleo_fb_picture’, ‘https://graph.facebook.com/’ . (int) $FB_userdata[‘id’] . ‘/picture’);
    268: $pic = get_user_meta($id, ‘kleo_fb_picture’, true);
    281: $pic = get_user_meta($id, ‘kleo_fb_picture’, true);
    292: $pic = get_user_meta($params[‘item_id’], ‘kleo_fb_picture’, true);
    It doesn’t look like it’s using a valid format to get pictures from Facebook, so you may want to check with the theme developer on this.

    in reply to: BuddyPress 2.1 Groups and Avatar Issues #30260
     massreport
    Participant

    @catalin Private
    http://www.massreport.com
    username: raju2836
    password: @Rajeshverma88!@

    in reply to: BuddyPress 2.1 Groups and Avatar Issues #30164
     massreport
    Participant

    I am having the same issue. User avatar and group avatars are not showing. @catalin

    in reply to: Adjust Video Size on blog page and post page #30107
     massreport
    Participant

    I just need to adjust the size on specific browsers I guess. This is my website if you want to see what I mean: mytv.massreport.com

    in reply to: After Update Users Cannot Log out #27834
     massreport
    Participant

    I’m also experiencing this problem. It must be a bug if this is new.

Viewing 8 posts - 1 through 8 (of 8 total)

Log in with your credentials

Forgot your details?