Search Results for 'crop'
-
AuthorSearch Results
-
February 27, 2009 at 2:13 pm #38867
In reply to: Avatar Cropping not working?
Erwin Gerrits
ParticipantI’ve created a ticket on the trac for these issues
February 27, 2009 at 12:59 pm #38865In reply to: Avatar Cropping not working?
Sgrunt
Participanti have a bug with IE: after selecting the crop area, i can’t see the button for saving and go next. With firefox it works,although the cropping box is really hard to manage
February 27, 2009 at 12:12 pm #38863In reply to: Avatar Cropping not working?
Paul Wong-Gibbs
KeymasterI have this bug. FWIW I use safari/leopard.
February 27, 2009 at 9:32 am #38860In reply to: Avatar Cropping not working?
Michael Berra
ParticipantI have such a bug, too. But only on one of my two installs…
February 23, 2009 at 7:08 am #38604In reply to: avatars upload but cannot be cropped etc
Michael Berra
ParticipantI have the same issue that you described “huh”… But only on one install. THe other install works just fine. Seems strange…
February 23, 2009 at 1:35 am #38569In reply to: avatars upload but cannot be cropped etc
huh
Memberhhhmmm … it’s the dreaded black box avatar again!
Avatars work fine if untouched.
Upload png, loads fine
Click the crop/ resize links, image refreshes but no option to actually do anything.
Click through to the end then the black box takes over.
I’m assuming this has been reported/ logged/ trac’d?
February 15, 2009 at 8:56 am #37965In reply to: avatars upload but cannot be cropped etc
John James Jacoby
KeymasterBack from the dead, but I have a weird avatar cropping issue also. The images upload/crop just fine, but the *resize* of the draggable area of the crop tool itself does not follow the mouse. I can move it fine, but if I try to resize it, it just goes wherever it wants to. I’ve checked the CSS and it is the same as stock in terms of relative and absolute positioning of the drag areas.
Suggestions?
February 6, 2009 at 3:08 am #37331In reply to: Upgraded to WPMU 2.7 now I have an error
Burt Adsit
ParticipantBoth bp and mu have changed radically since the versions you mentioned. I have no way of knowing what conflict is causing the problem. Start by turning of all your mods and turn them on one by one. When the problem crops up the last mod is the culprit.
February 3, 2009 at 7:46 pm #37203In reply to: Increase Avatar Quality – Looks Hazy?
rishel
MemberGuess no one knows how to increase the cropping resolution? You can see a quality loss for sure. In the past on other scripts I have been able to edit a variable that allowed you to set the quality of the image crop.
Anyone know?
January 27, 2009 at 6:13 pm #36788In reply to: Avatars not working
Scotm
ParticipantI have tried both of these solutions and neither work (edit of .htaccess and edit of bp-core-avatars). I’m using wpmu 2.7 beta and the combo download of a few days ago so it could be a 2.7 issue at this point.
I currently have my original user (admin) with a working avatar (gravatar attached to my original email address provided during wpmu install) and a new user via the wp-signup form with the ability to upload an avatar, but the cropping is not quite right (jumps to full but won’t allow adjusting) and when completed the avatar/image doesn’t appear.
Not sure where to turn here, but it seems to me the avatar process in BP needs to be fixed, or perhaps someone who read my earlier post regarding making Gravatars the preferred avatar solution can make it work.
Thx
January 23, 2009 at 4:14 pm #36621In reply to: BuddyPress, Profiles, Avatars and Gravatars
Scotm
ParticipantI still believe the universal solution is to sync buddypress with gravatar.com within the profile area in BP. Rather than have users upload an avatar, have them sign up for a gravatar and be done with it. The cropping issue is in part tied to the presentation of the larger avatar, a feature which I believe is pointless anyhow.
Does anyone know a way to do this?
Thx
January 22, 2009 at 1:49 pm #36574In reply to: Profile pages being redirected to signup page
theusurper
Participantexact same probs here.. everything is from the trunks.. something has gotten screwed up in the trunk eds.. cos i was using the release till yday for all and tho the forums problem cropped up, everything else worked sweet… wait ill just deactivate all plugins and see..
January 15, 2009 at 4:45 am #36310In reply to: Looking for cropper issue debugging help
Burt Adsit
ParticipantHey Andy. Don’t know a thing about js, sorry. Firebug tells me that there is an ‘undefined error’ in the signup environment js. Somewhere. Weird that Firebug doesn’t know.
The same error occurs in the change avatar env, ‘undefined’. There is an additional err in the change av area. common.js is trying to instantiate a google Gears.Factory obj and can’t line 377.
It’s in a try/catch block so I guess FB is just being thorough.
I fooled with both of the crop tools in the signup and change av areas. Ya look at it in FB and lots of numbers are changing and whirling around maniacally. There’s a set of v1/v2 x/y pos nums that seem to be tracking ok. However there are numbers dynamicly changing that refer to the image being cropped as well. Height/Width. Look like they refer to the resultant cropped image.
In the signup area they seem to make sense. In the change av area they look brain dead. Like they have lost relationship with whatever is actually happening on the screen. They only make sense when you reposition the overlay image to top/left. Any thing else they get nutty.
Probably no help at all. You looked lonely here in a thread all by yourself.
January 14, 2009 at 8:08 am #36268In reply to: avatars upload but cannot be cropped etc
sempiterna
MemberHi, i also have the same problem, and the suggestion above does not work. However, i think i know what the problem is. The first crop works, but the second larger one does not. I use standard avatars, the ones you can download everywhere. These are too big for the thumbnail, so you are asked to crop them by selecting a small area. That works.
Then you get to the second crop, but the avatar you upload is smaller than the crop rectangle. It’s bumping to the thumbnail that’s right next to it, so the moment you select that rectangle, it’s no longer working!
If you upload a large image, the second crop will work, because the image is then larger than the cropping rectangle.
I wish there were an option where one can just upload the avatar AND the thumbnail. That will make things a lot easier.
January 13, 2009 at 10:36 pm #36252In reply to: avatars upload but cannot be cropped etc
mesgains
ParticipantHi all,
I had the same problem of cropping and black box. First of all deactivate all your plugin.
then put the in the .htaccess file thoses comment
#uploaded files
#RewriteRule ^(.*/)?files/$ index.php [L]
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
#RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]
and then in the bp-core-avatars.php file within the mu-plugins/bp-core directory
replace the line
$newdir = path_join( ABSPATH, $path );
$newdir .= ‘/avatars/’ . $user_id . ‘/’;
by
$newdir = $path. ‘/avatars/’ . $user_id . ‘/’;
it ll work.
Then reactive step by step yours plugins you ll see those one who made the conflicts
Have so fun
from Martinique
January 13, 2009 at 6:48 pm #36241In reply to: bp_core_avatar_v1 returns local path to avatar
Brad Williams
ParticipantWell I found the problem, now trying to figure out a good solution.
The form field orig on the final crop page holds this value:
<input type=”hidden” name=”orig” value=”
Websitesdirectory/wp-content/blogs.dir/1/files/avatars/1//logo.png” />Which is correct. When the value is posted and displayed it comes out like this:
\Websites\WebsitesPHP\directory/wp-content/blogs.dir/1/files/avatars/1/logo.jpgFor some reason posting that value is adding an extra backslash to each backslash in the URL.
Working on a solution now
January 11, 2009 at 3:53 am #36056In reply to: Installing BuddyPress causes completely blank page
Burt Adsit
ParticipantNot sure why this thread got overlooked.
As far as I know the choice of subdirectory or subdomain as an mu blog option on install doesn’t matter. I have seen complications where people install mu in a subdirectory under the document root and then have chosen the subdirectory blog option.
I haven’t been able to pin it down but some weirdness crops up in that case. In both cases it’s been difficult to determine exactly what the problem was. They had difficulties getting their shared hosting provider to cooperate. It’s kinda tough to pin things down when getting access to error logs is like trying to get an audience with the pope.
There are no ‘subdomain’ only specific requirements.
January 3, 2009 at 5:16 pm #35517In reply to: Possible resolution for avatar cropping issues
fjk
MemberHello and thanks for the response. I will download the archive again double check the file.
January 3, 2009 at 6:36 am #35490In reply to: Possible resolution for avatar cropping issues
Burt Adsit
ParticipantHowdy. @fjk, if you have a zero byte general.js file then it’s not from the combo download. I downloaded the combo again and it’s just fine.
Odd.
January 2, 2009 at 5:55 pm #35465In reply to: Possible resolution for avatar cropping issues
fjk
MemberI don’t have the solution, but I do have an observation: the general.js file in my buddypress-combo.zip file is s zero byte file. If this is the javascript that handles cropping, then this could be your problem as well.
December 30, 2008 at 4:25 pm #35350In reply to: avatars upload but cannot be cropped etc
evantbyrne
MemberI am also having this problem. I found these two support tickets that describe this problem a little better.
Cropping via the “Change Avatar” Screen causes cropping area jumping
December 30, 2008 at 11:47 am #35342In reply to: avatars upload but cannot be cropped etc
seanzyville
MemberHi, i disabled NextGen. But the avatar problem happened even before I installed NextGen.
When i fist installed WPMU and BP my avatars work great. Then after a while it had some problems. Then now is ok again. I think its the plug-ins that make it unstable.
I installed my plug-ins at the WP plugin folder and not the mu-pluins. Is there a diference?
Avatar is working great now! Check my site http://www.modelsorg.com Now I have a problem with the thumbnails.
Happy new year!!!
December 30, 2008 at 7:23 am #35338In reply to: avatars upload but cannot be cropped etc
Trent Adams
ParticipantYou have some plugin conflicts it looks like since you are also using nextgen-gallery which might also be calling some libraries. Try disabling it and see if buddypress is able to upload and avatar and crop it.
December 30, 2008 at 6:50 am #35336In reply to: avatars upload but cannot be cropped etc
seanzyville
MemberI also get this error in NextGen v.90 when uploading pictures just in case there is a link to my problem.
ERROR: 061220081211.jpg :
Fatal error: Call to undefined function wpmu_enable_function() in /home/admin/public_html/modelsorg.com/wp-content/plugins/nextgen-gallery/admin/wp25/functions.php on line 709
December 30, 2008 at 6:49 am #35333In reply to: avatars upload but cannot be cropped etc
seanzyville
Member[Mon Dec 29 17:49:22 2008] [error] [client 216.110.94.227] Try `file –help’ for more information., referer: http://www.modelsorg.com/
[Mon Dec 29 17:49:22 2008] [error] [client 216.110.94.227] Usage: file [-bcikLhnNsvz] [-f namefile] [-F separator] [-m magicfiles] file…, referer: http://www.modelsorg.com/
[Mon Dec 29 17:49:22 2008] [error] [client 216.110.94.227] file -C -m magicfiles, referer: http://www.modelsorg.com/
-
AuthorSearch Results