Search Results for 'crop'
-
AuthorSearch Results
-
April 7, 2010 at 12:27 pm #72173
In reply to: Avatar Upload Issues
Pratik Bagaria
ParticipantHi there,
I too am facing a problem with Avatars.
I am installed BP on a fresh WordPress, no MU involved.
The BP is installed here http://www.waapsols.com .. some how I can’t get the upload avtar thing to work.
It fails during cropping. Can you please check and comment.
April 7, 2010 at 5:11 am #72145In reply to: Avatars disappeared after 1.2.3 upgrade!
melvenac
MemberTagging this thread. The problem with uploading and cropping member avatars reappeared after upgrading from bp 1.2.2.1 to 1.2.3. I originally had to do the fix mentioned by kb734 in version 1.2.2.1. Hopefully this will be fixed in the next release. Just one note, I did not have to define the full url path in Settings -> Miscellaneous Settings. I just left it blank and problem solved.
April 6, 2010 at 3:19 am #71924In reply to: Avatar Upload Issues
lyricalbiz
Participantok – here’s the situation. I just changed the url on the site to it’s actual one since we are supposed to be out of test mode now and in the real world.
Avatars are uploading, but are not showing up in the profile for cropping. I get this as a link on the image:
http://xxxx.xxx/members/mha/profile/change-avatar/wp-content/uploads/avatars/2/arrow-downright6.gif
but nothing shows up on the page except 2 beige squares saying Avatar to Crop and Avatar Preview.
Same thing is happening with my Group Avatars. When I go to the file server, the images have uploaded to the Avatars folder. Any ideas??
Running WP Single User 2.9.2 with BuddyPress Plugin 1.2.3
March 30, 2010 at 1:52 am #70759courtneychesley
MemberI am unable to change/upload avatars, too.
WP 2.9.2
BP 1.2.2.1
Template Pack installed on current WP theme
http://www.MyVintageAddiction.com
I tried the fix suggested by gian-ava and unfortunately- no change. Help?
March 29, 2010 at 8:44 pm #70712THE MOLITOR
MemberThe above fix does address the issue of the images not appearing after upload, but I still don’t see the jCrop tool with the options to crop the image properly.
March 27, 2010 at 11:11 pm #70477In reply to: BuddyPress-Links 0.3 FINAL is here at last
agrundner
Member@MrMaz I’ve got some good news for you. While I still can’t get the avatars to work via the thumbnail chooser, I have gotten avatars to work on a single wordpress install when choosing to “Customize” the link’s avatar. In my case it can crop the image and upload the thumbnail and fullsize pic to /wp-content/uploads/link-avatars/
In case this helps anyone else… I had to use the “Full URL path” in wordpress’ Settings > Miscellaneous to get BuddyPress user avatars to upload (in case someone wants to use a different avatar than their Gravatar)
Full URL path example: http://www.mysite.com/wp-content/uploads
March 27, 2010 at 6:38 pm #70447Anointed
ParticipantDigging into the database I see something really weird going on when I try to create a group.
When I get to the avatar step I mentioned above, where there is no avatar to crop only the next/previous buttons, It shows the group as already created.
however:
in the database table wp_bp_groups it is creating 2 new rows when a group is created
1. shows the proper name/description/creation time etc..
2. there is another group id 1# higher than the created one, with no information in the db table and the date created shows all zero’s.
I can’t imagine it’s supposed to be doing this, creating 2 rows int he db, 1 being all blank.
Also I notice the the forums table is not being updated, so there is no new group forum being created.
Finally I tried to create a group with no forum associated, but still end up with the same problem. When I click on next, I get the following:
http://shawngaffney.anointed.net/files/2010/03/20100327_badgroup.jpg
March 27, 2010 at 2:00 am #70358In reply to: Admin user management issues
Anointed
ParticipantPart of the problem is it’s also not very obvious that they are supposed to check their email.
Having that warning on the same page as crop the avatar makes no sense. Heck even I didn’t see the message up there.
Maybe having a separation between the avatar upload/crop and the message to check your email would help?
–make it it’s own page in the steps to registering?
March 26, 2010 at 7:52 pm #70320In reply to: BP mark as spammers acts wierd in 1.2.2.1
Anointed
ParticipantI’ve run into a similar problem but it’s not related to the emails not going through.
In testing, I have found that almost without exception, that no one pays attention to the text above the crop avatar to check their email for the validation.
The system takes the user to the crop avatar portion, which they do, but after submitting their new avatar, they are left on the same screen, with just a small text warning above the avatar to activate their account.
Actually, it even caught me off guard a few times, not realizing I needed to activate a new account.
Maybe in the future make this much more obvious?
March 26, 2010 at 11:16 am #70264Andy Peatling
KeymasterWhich theme are you using and which WP version?
March 26, 2010 at 1:56 am #70217In reply to: Avatars disappeared after 1.2.3 upgrade!
kb734
ParticipantSame issue, just updated to 1.2.3 from 1.2.2.1 today and cannot upload a new avatar image since the old ones disappeared. Also had fatal errors when using the automatic upgrade. Needed to delete buddypress and do a complete fresh install.
In 1.2.2.1 needed to use the following to correct a cropping issue. Tried it on 1.2.3 and it does not help with the missing image. Not sure if this is still a problem in 1.2.3. Also using BP Album+.
To correct cropping issue:
Go to Settings -> Miscellaneous Settings
Set “Store uploads in this folder” to “wp-content/uploads”.
Set “Full URL path to files” to the REAL FULL PATH of your uploads.
Then change bp-core-avatars.php line 389:
Replace:
if ( !$path = get_option( ‘upload_path’ ) )
$path = WP_CONTENT_DIR . ‘/uploads’;
With:
if ( !$path = get_option( ‘upload_path’ ) )
$path = WP_CONTENT_DIR . ‘/uploads’;
else $path = ABSPATH . $path;
March 24, 2010 at 12:06 am #69918In reply to: Cropping Avatar
jpittssr
ParticipantI found the answer posted by Dennis:
After looking for a solution after a few days I found out, that the upload path handling of WordPress (see “Settings” >> “Miscellaneous”) causes this issue. My fix:
Clear “Store uploads in this folder”-path
Set “Full URL path to files” to absolute server path , e.g. “/home/_several_/_folder_/_levels_/wp-content/uploads”
Ed
March 23, 2010 at 11:48 pm #69916In reply to: Cropping Avatar
r-a-y
KeymasterHi Ed,
I responded to a post you made about 30 mins ago, please check out those threads before creating a new one.
March 23, 2010 at 11:18 pm #69913In reply to: Can't Crop Avatars
r-a-y
KeymasterPlease browse through the recent topics or do a search before replying or adding a new post.
The following thread was made just five hours ago:
March 23, 2010 at 11:12 pm #69911In reply to: Can't Crop Avatars
jpittssr
ParticipantI have the same problem. I only have the buddypress plugin installed.
Here is the funny thing: on a test site on my local machine everything installed and works perfectly.
On my web site is installed the same way I have the problem.
If you use firefox and firebug to inspect the code you will see there is a / missing from the img src line.
I have tried the buddypress default theme and a few more, same problem.
I have all the folders on my web site set to 777 to be sure there were no unreported writing errors.
the key lies in that line of code but I don’t know how to fix it.
Ed Pitts
March 23, 2010 at 7:36 pm #69879In reply to: Cannot change avatar
r-a-y
KeymasterCheck out this thread:
https://buddypress.org/forums/topic/avatar-cropping-after-upload-image-and-cropper-dont-appear-fails
See if that helps.
March 23, 2010 at 1:22 am #69757In reply to: BuddyPress and WordPress 3.0
Robert
MemberOne more test.
1- WordPress 2.9.2
a) New dir at wp-content > blogs.dir
b) Settings > Miscellaneous > Set uploads to blogs.dir and wrote the full uploads URL path
2- BuddyPress installation
a) Avatars didn’t show
b) Changed line 389 of bp-core-avatars.php to:
if ( !$path = get_option( ‘upload_path’ ) )
$path = WP_CONTENT_DIR . ‘/blogs.dir’;
else
$path = ABSPATH . $path;
c) It worked! At this point it was possible to upload, preview and crop the images.
3-Upgrade to WP 3.0 alpha using the Beta Tester plugin > Bleeding edge nightlies
a) The avatars have disappeared and in its place there’s the text “Avatar Image” and “Member Avatar”
b) No preview on crop
March 23, 2010 at 12:07 am #69745In reply to: BuddyPress and WordPress 3.0
Robert
MemberJust made another test.
Now I’ve installed BuddyPress after upgrading to WP 3.0 alpha.
Same result: browse image > upload > image doesn’t show but by clicking in crop it’s uploaded to the folder. The avatar place is empty (the text “Avatar Image” is displayed).
March 22, 2010 at 9:30 pm #69716March 22, 2010 at 8:18 pm #69707Gianfranco
Participant@the-molitor Did you try the code and settings above?
March 22, 2010 at 7:00 pm #69700THE MOLITOR
MemberI’m still having trouble with the cropping tool not appearing.
Anybody?
March 20, 2010 at 2:09 pm #69426kyleyates
ParticipantJust did the work-around provided by gian-ava and my site is running fine now. Avatars upload properly, can be cropped and saved like the system should. It’s funny though because I have the same versions running on another domain and have no problems at all changing avatars, saving or cropping.
March 19, 2010 at 11:07 pm #69357kb734
ParticipantMarch 19, 2010 at 6:44 pm #69291THE MOLITOR
MemberSimilar issue for me too. I’m running the latest BuddyPress template package on my normal WordPress install. The image appears correctly in the cropping section after upload, but the actual cropping tool doesn’t appear.
Reference site: http://1stbaptistchurch.org/activity
March 19, 2010 at 3:36 pm #69249koms
ParticipantI’m also facing the same problem with
WP 2.9.2
BP 1.2.2.1
bp-default theme
Please help
Thanks
-
AuthorSearch Results