Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'crop'

Viewing 20 results - 1,226 through 1,245 (of 1,245 total)
  • Author
    Search Results
  • #35141

    In reply to: Avatar cropping issues

    trcwest
    Participant

    my avatars dont crop now on a fresh brand new install.. they did on an old one.

    old http://bp.spotskenya.com

    NEW http://spotskenya.com

    help (i have checked permissions and they all are 755)

    #35140
    trcwest
    Participant

    @oceandoctor i too have the same problem.. its verry strange as i have it running on bp.spotskenya.com and just did a fresh install with new DB on spotskenya.com alls well apart from the avatar crop and resize.. i can click through but all i get is a black box..

    it seems that this may be an issue with the version we have downloaded as it was working on an instalation about a week ago and now its not.

    I have checked my permission and as far as i can see they are 755

    so basically please do let me know

    OTHERS whats do you think the problem is

    this is the lastest url http://spotskenya.com

    #35139
    oceandoctor
    Member

    I’m having the same issue on a new install of beta. My permissions are correct. Was this resolved?

    #35052

    In reply to: Avatar cropping issues

    fishbowl81
    Participant

    You may want to try a larger image. There are still issues, but currently buddypress doesn’t have anyway to “upsize” images before cropping. The early beta had a minimum image size of 450x450px, and generally have had pretty good luck when using images of that size or larger.

    #34545
    Burt Adsit
    Participant

    Make sure the js and css files on your server are set to 755. Everywhere in bp. I just went down to root and did:

    chmod -R 755 mu-plugins

    from within /wp-content

    Also, we would have to create an account on your system to view your profile. Can’t just go look at that url. :)

    #34537
    st9bp
    Member

    To me it seems like missing software on the server side.. it’s not GD though

    Here’s a demonstration of my problem

    http://tourneytime.co.uk/members/admin/profile/change-avatar/

    #34411

    In reply to: Avatar Won’t Crop

    Meerblickzimmer
    Participant

    Jepp. Cropping works, but not fine. The cropping code from PerS looks nice.

    #34410

    In reply to: Avatar Won’t Crop

    zanzoon
    Participant

    ya, I’m having the crop problem too, I just downloaded and installed bp…

    i tried IE7 and google chrome…

    #34274

    In reply to: Avatar Won’t Crop

    Per Søderlind
    Participant

    I suggest that the cropping code is replaced with http://deepliquid.com/projects/Jcrop/demos.php .. it works like a charm

    edit: here’s the thumbnail demo: http://deepliquid.com/projects/Jcrop/demos.php?demo=thumbnail

    #34116
    Tyna
    Participant

    We’ve been working with Lisa Sabin Wilson of eWebscape who built a custom BuddyPress installation on our newly launched site http://www.weheartthis.com

    (Andy – We love it so far and think it will really help us build a great community!)

    Some of the biggest issues we’ve faced:

    1) IE issues – page alignment is off, toolbars do not work, lots of 404 messages (we’ve encouraged our members who use IE to download Firefox or Safari instead, fingers crossed that the official release will help with some of these bugs)

    2) We have the same avatar cropping issue as mentioned by other posters – it’s very hit or miss for us, sometimes it works fine, sometimes it just can’t be done at all)

    3) The browser title bar will read, “oops, that’s a 404 page” or “nothing found for ____” even when it isn’t a 404 page or it has found something.

    4) We have installed BBpress forums as well. The password and login of our member works for both applications, but members need to login at second time when they land on the forum main page (even if they have already logged in earlier)

    Thanks (and any feedback on the site is appreciated.)

    #34054
    Slava Abakumov
    Moderator

    The same problem on my friend’s blog. Don’t know what to do.

    #34005
    st9bp
    Member

    http://www.tourneytime.co.uk

    We’re interested in integrating a forum and defining new css next

    Thanks

    ps: we’re having issues with cropping of avatars

    #33978
    st9bp
    Member

    Ok the permissions are correct, so I’m not sure what the problem is here.

    The image uploads fine.

    The actual selector does not appear, nor does the preview image below it.

    I am thinking there is missing software on my server, does anyone know what this script requires?

    I’m able to crop avatars on testbp.org so this is not a browser issue

    any help much appreciated,

    Thanks

    #33971
    gogoplata
    Participant

    Every setup is probably different, but mine are owned by apache:apache.

    #33965
    st9bp
    Member

    I have discovered that my server assigns ownership of the blogs.dir recursively to nobody:nobody, which cannot be right. So I am assuming this is not a buddypress issue but a server configuration one

    #33901

    In reply to: Avatar Won’t Crop

    advinci
    Participant

    I can crop avatars, but with problems… I have to drag the box into the top left corner… only then can I drag the right bottom corner. Otherwise the cropping box can’t be resized – the corner just won’t do anything.

    Using Firefox btw.

    #33889

    In reply to: Avatar Won’t Crop

    gogoplata
    Participant

    I’m having avatar cropping issues in IE 7, but Firefox is working properly.

    #33840

    In reply to: Avatar Cropping Issues

    Scotm
    Participant

    I have the same issue regarding avatars (no cropping tool) and just made a post regarding it.

    #33486

    In reply to: Avatar Problems

    Nadiamode
    Participant

    Thank apeatling,

    Now can upload/edit avatar but the original image on activation page doesn’t show (the page that let people crop dimension) I try to check .. no orginal image in wp-content/blogs.dir/1/files/avatars only have avatar file that crop to 150×150 already

    For error bp-core-settings.php, I had temporary comment out

    /* require_once( ‘bp-core/bp-core-settings.php’ ); */

    #33413

    In reply to: Custom CSS for Groups

    jhoward1082
    Member

    Thank you for the direction. I am still quite a newbie at this. I have hacked together what I think a potential solution would be. The problem is, I believe it is loading my “new” style sheet but also the old style sheet as well still which is obviously causing problems. Would someone mind taking a look at my code and tell me how off I am? Thanks again

    I am editing the bp-groups-cssjs.php file and again I am quite new at this and my potential solution may be totally wrong.

    <?php

    /**************************************************************************

    groups_add_js()

    Inserts the Javascript needed for managing groups.

    **************************************************************************/

    function groups_add_js() {

    global $bp;

    if ( $bp == $bp )

    wp_enqueue_script( ‘bp-groups-js’, site_url() . ‘/wp-content/mu-plugins/bp-groups/js/general.js’ );

    }

    add_action( ‘template_redirect’, ‘groups_add_js’ );

    function groups_add_css() {

    global $bp;

    if ( $bp == $bp )

    wp_enqueue_style( ‘groups’, site_url() . ‘/wp-content/mu-plugins/bp-groups/css/style2.css’ );

    wp_print_styles();

    }

    add_action( ‘template_redirect’, ‘groups_add_css’ );

    function groups_add_cropper_js() {

    global $create_group_step;

    if ( $create_group_step == ‘3’ ) {

    wp_enqueue_script(‘jquery’);

    wp_enqueue_script(‘prototype’);

    wp_enqueue_script(‘scriptaculous-root’);

    wp_enqueue_script(‘cropper’);

    add_action( ‘wp_head’, ‘bp_core_add_cropper_js’ );

    }

    }

    add_action( ‘template_redirect’, ‘groups_add_cropper_js’ );

    ?>

Viewing 20 results - 1,226 through 1,245 (of 1,245 total)
Skip to toolbar