[buddypress-dev] A couple of bugs and possible fix for xprofile

Andrea Ceccarelli andrea at creativeweb.it
Fri Aug 8 17:53:44 GMT 2008


A couple of bug that you should consider:

#1
The cropper does not work in the right way on IE.
In the file cropper.css adding this line should avoid problems on IE

.crop-img {
    position:relative; /* ----------- IE ------- */
}

#2 Uploading the picture on registration, and cropping it during the
activation process create a different value on user data regarding
xprofile_avatar_v(1|2)
I'm using a little patch while recovering this data from the first blog of
the mu installation:
$img=(ereg($user->source_domain,$user->xprofile_avatar_v2))?$user->xprofile_avatar_v2:$user->source_domain.$user->xprofile_avatar_v2;
but you should consider to fix this bug on registration if possible

Good luck
d0k
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://comox.textdrive.com/pipermail/buddypress-dev/attachments/20080808/3261cb0c/attachment.htm


More information about the buddypress-dev mailing list