Search Results for 'crop'
-
AuthorSearch Results
-
July 25, 2011 at 2:27 pm #116885
In reply to: Avatar Upload Problem During Registration
mattcav
MemberSame identical situation:
* WP 3.2.1
* BP 1.2.9During registration, Users try to upload image. They crop it, system shows successiful message, but displays mistery man (standard avatar) (no file are uploaded in /avatars)
If this user log in, goes to his profile and changes avatar through the profile settings panel, it works like a charm.
Anyone with a solution?
AnyJuly 19, 2011 at 12:42 pm #116518Paul Wong-Gibbs
KeymasterI am presuming this happens after you try cropping an uploaded image, for the avatar?
I think the permission denied message is the clue. Check the web server has permission to access the avatar upload directory. For example, this is often in /wp-content/uploads//
Can you upload images through the WordPress admin media library?
July 3, 2011 at 5:05 pm #115601Joseph G.
ParticipantThis is Traject’s theme functions.php. It’s not working on my part either and even with the crop image. sigh ***
June 24, 2011 at 8:21 pm #115180In reply to: Mass Group Creation possible?
Boone Gorges
KeymasterI don’t see a problem with that number of groups.
You can see how BP handles group avatars in groups_screen_group_admin_avatar() (bp-groups.php) and the avatar functions it uses. This process is a bit tricky, and is probably going to be the biggest challenge of the whole thing. My advice is to look at the way the BP names group avatar files, and write a bash script that renames your images according to this pattern. BP’s crop functions are slow and not really meant for this kind of mass creation process.
June 15, 2011 at 2:28 pm #114556In reply to: Limiting text length of activity update posts
aljuk
MemberYes to an option with admin settings, which sets the limit in php, with a js counter. Not everyone is going to want this, and it’s critical that the site dev has full control over character limit, not to mention that different spoken languages can have quite different character counts for similar semantics.
@modemlooper – I’ve gone back to your script. For some reason it was running super slow for me the other day when testing, but then I found that @nahummadrid ‘s method breaks the form submit when javascript is disabled, so I’ve gone back to it, and it’s super snappy. Pilot error on my part, clearly.
Actually the nahummadrid method issue could be regarded as a feature in a sense, since it would prevent circumnavigation of the script limit by disabling js in the browser
The problem with that script without js appears to be the (depricated) form name, which has been specified with a hyphen and not camelCase, and doesn’t work with the inline onkeyup/onkeydown call. I’m not one for inline scripting anyway, so modemlooper’s is the one for me now.@djpaul – I’ve had problems logging into trac, and am fried for time, but we’re launching at the end of the month, and then I’ll have the time to engage with trac properly and post the bugs that have cropped up during the site build and testing. There are a few (eg. the multiple nested tags bug when any buddypress user content is edited – just have a look at the source code of this comment!). The fact that the whats-new form only works properly once between page refreshes is a bummer… On subsequent postings, the submit button has to be clicked 5 – 15 times before it fires (confirmed with fresh vanilla install in firefox, camino, safari and opera).
Adendum – going back to the first method (nahummadrid’s). The problem with modemlooper’s method (as things stand with the whats-new bug) is that once an update is posted, if the user then wants to reply to an update before refreshing the page or navigating away, the comment reply form character limit is temporarily broken – the reply counter no longer works, and the reply limit doesn’t work either.
Agh! This really should NOT be this hard. This has to be due to the plethora of identical nonce ids, no?
June 13, 2011 at 1:49 pm #114436In reply to: Avatar Crop Not Working
RobotFX
ParticipantGot it, it was not my optimization, the problem was another javascript using jquery that was translating the page – apparently there was some sort of conflict between them.
June 13, 2011 at 1:33 pm #114435In reply to: Avatar Crop Not Working
RobotFX
ParticipantOhhh, almost forgot: I’ve optimizes the .js a little and it is possible to made something bad – what is the code or .js file that does the cropping?
June 13, 2011 at 1:30 pm #114434In reply to: Avatar Crop Not Working
RobotFX
ParticipantSame here, but it used to work before. I’ve changed only from fcgid to php mode, in apache settings, since the fcgid made my server crash a lot. That’s the only change I’m aware of, after that the crop didn’t work anymore – just loads the photos and it shows the cropped image but there’s no possibility for me to drag/crop the image like I want to.
June 13, 2011 at 11:34 am #114433Paul Wong-Gibbs
KeymasterOnly because I’ve seen problems with compressed JavaScript before
Oftentimes a matter of trial and error to see which scripts cause problems or break.June 13, 2011 at 11:30 am #114432irishfan42
MemberYou’d be amazed at how many posts I found on the interwebs with people going “ZOMG plugin broke my…” and so on with no mention of this feature of the WP Minify plugin. Then again, you’re a pretty experienced guy, you probably wouldn’t be amazed. I think the general state of disarray among users contributed to my thinking it would be a more difficult problem to fix than it actually is…
June 13, 2011 at 11:26 am #114431Paul Wong-Gibbs
KeymasterSounds like the right solution to me
June 7, 2011 at 1:23 am #114027In reply to: [Resolved] Avatars Don’t Show – WP 3.1.3 + BP 1.2.8
freque.unce
ParticipantI can infact see the avatars in the WordPress dashboard, right there on the first page, under “recent comments” and again in the “users” section. When I select “crop image” it says “Your new avatar was uploaded successfully!” and it keeps showing the mystery man. The avatars are uploading fine, they’re in the directory, and displaying properly in the dashboard. However, any page that is supposed to display the avatar image (outside of the dashboard) is still displaying and also fetching the mystery man image, according to the source code when viewed in the browser. I just have the one domain, I’m using “public_html” as my root, which is 1 directory deeper than the actual root, as set up by my server. There hasn’t been any error reports (my error log is still empty).
June 6, 2011 at 5:22 pm #113978In reply to: Avatar Crop Not Working
nosaint
Membersame here. any help around?
June 6, 2011 at 6:02 am #113957In reply to: [Resolved] Avatars Don’t Show – WP 3.1.3 + BP 1.2.8
Paul Wong-Gibbs
KeymasterBuddyPress doesn’t let you set or view the avatars in the wp-admin areas, so that’s a bit of a red herring. So, when you go to upload an avatar, how far do you get? Can you crop the image and save it OK? And then there’s just nothing in that person’s profile picture (“mystery man”?)?
Have you tried looking inside your wp-content/uploads/ folder to see if the images are being saved?
Are there any error messages in your web server’s PHP log file?
Are you running on multisite, and if so, if BuddyPress running on blog ID #1, or?May 25, 2011 at 8:06 pm #113066In reply to: Avatar upload
khester
MemberSorry for not being clear. I do see the image that I uploaded. But the cropper doesn’t work. If I take the cropper and select a part of the image the actual avatar isn’t the part I selected. Its totally fine for me as I can create my avatar to be whatever I want. But some of my users aren’t going to be happy with that.
May 25, 2011 at 6:30 pm #113045In reply to: Avatar upload
Paul Wong-Gibbs
KeymasterI don’t understand what you’re trying to say. What doesn’t adjust? Do you see the picture which you uploaded on the cropping screen? Does the cropper work?
May 24, 2011 at 6:36 am #112902In reply to: Avatar Upload Issues
clairence
MemberI don’t know if this is where I need to be posting this. i’m having two issues with the avatar page in registration.
1. when I upload and crop an avatar, it doesn’t “take”; I end up with the default (mystery man) avatar. But I can re-upload and crop via MyProfile>ChangeAvatar, and the avatar then is saved. Not sure, after skimming all posts in this discussion, how to deal with this.
2. more importantly to me, from a user standpoint, is the lack of direction from the avatar page. When first arriving, I’m told “we’ve fetched an avatar for your new account…” but there’s no means of actually accepting that avatar. My only options are “Choose File” and “Upload Image”. As a user, I am FORCED to upload an image (which, from #1, is then lost anyway). If I do upload an image, I am then returned to the same avatar page with the default (mystery man) avatar and the same two options (Choose File and Upload Image).
Some help establishing a simple “accept this avatar” button would be appreciated.
I’m using most current BuddyPress 1.2.8 with WP3.1.2.
Thanks
May 24, 2011 at 12:31 am #112890In reply to: default crop avatar selection is not working
mixmastakooz
Participant@rsib2000 Could this jquery conflict only show up in certain OS’s? I’m having no problems cropping or updating my avatar (Win 7, Chrome 11.0.696.68/IE8/FF4.0.1), but folks with OSX (they’ve tried it with FF, Chrome, and Safari) can’t. From what I know of js, this shouldn’t be an issue. Any insights?
May 22, 2011 at 7:09 pm #112793In reply to: default crop avatar selection is not working
rsib2000
MemberHi everyone… I’m joining this discussion late, but I think I can offer some help… From my own personal experience it definitely was a conflict between /js files (jquery).
I installed buddypress and the cropping worked fine, then I did some custom work in the code (none related to buddypress) that needed jquery (thereby needing a link in my main header include to the /js folder for the source). When I went back to test the cropping feature, it did not work. I had the same problems that have already been stated here. My fix was relatively easy because my jquery was only needed for the home (index.php) page, so I removed the for my custom jquery from the header (NOT THE BUDDYPRESS) and instead added it to the body of my index page. Once I removed the jquery I added, the cropping worked again like a charm.
I assume (actually I’m pretty sure) buddypress uses jquery for croping the images and therefore other scripts that use jquery might conflict. This could mean any jquery widgets might interfere (even drop-down menus, sliding galleries, etc)… If they use jquery, you may have a problem —- at least that is what I found out for me.
I hope this information helps some people out.
-Rick
May 21, 2011 at 1:18 pm #112713In reply to: Call to arms – Own your task
Paul Wong-Gibbs
Keymaster@gunju2221 jjj has built the new version of bbPress, and obviously integration of that into BuddyPress is planned. Have you checked out the bbPress test installation on http://testbp.org/discussion ?
RE: a BuddyPress UI team. People who are interested in contributing in this way need to have shown their interest by contributing to theme and UI tickets and issues as they crop up. I know some of the people in this thread already have, and do; keep on the good work
May 19, 2011 at 9:38 am #112593In reply to: “Sorry, no members were found.”
Gayatriom
ParticipantI am having the exact same issue. i don’t have the option of un installing everything since it’s a client site and it was working perfectly fine until last week. We went live a month ago so I don’t know this suddenly cropped up!
May 17, 2011 at 4:32 pm #112486In reply to: default crop avatar selection is not working
mikehenrysr
ParticipantI’m with @tfirma2000 still experiencing the same behavior. Any other suggestions?
May 16, 2011 at 3:06 am #112353In reply to: Avatar Upload Issues
kissandim
MemberI’ve read through all the help forums and still have not fixed the problem. My avatars show up, but I cannot crop them. This was working when i first set the site up then once I moved the site to a new URL it stopped working. i moved from http://www.kissandim.com/trial to http://www.kissandim.com. any idea what I should look into? I havent made any changes to the site that would casue the issues. I even tried deactivating then activating all the plugins and still nothing. Any help would be appreacited!
May 3, 2011 at 5:12 am #111502In reply to: [Resolved] problem with resize pictures from profile
@mercime
Participant@sienteastu glad you resolved your cropping issue and thanks for coming back and letting us know about the plugin conflict.
May 2, 2011 at 1:05 pm #111470In reply to: [Resolved] problem with resize pictures from profile
sienteastu
ParticipantHi again mercime…. i had checked this…. the problem isn’t the browser, it’s one plugin because i had disable a lot of plugins and now i can crop the imagen, but i don’t know wich plugin can be… now i check active one by one to know what the plugin is the conflict.. Tell you later.
-
AuthorSearch Results