Avatar, Profile Photo, Cropping

I am having a couple of problems!

1 This happens every once in a while but when some one loads a new Avatar/Profile photo that photo is put on other members Avatar/Profile photo so they have the same photos, the different members pages are calling for the same photo. This has happened between three different members at the same time I was able to go in and reload the photos. but not always the same members.

 

2 The cropping tool with avatars is not working it just loads the photo as is

Thanks ahead for any help on these issues!

Quote · 18 Mar 2012

1. It maybe a problem of your browser cache - try to cleaned it.

2. If you are using ImageMagick - it doesn't support cropping, try to enable use of GD library: Settings -> Advanced Settings -> Variables -> Use GD library for image processing

I am having a couple of problems!

1 This happens every once in a while but when some one loads a new Avatar/Profile photo that photo is put on other members Avatar/Profile photo so they have the same photos, the different members pages are calling for the same photo. This has happened between three different members at the same time I was able to go in and reload the photos. but not always the same members.

 

2 The cropping tool with avatars is not working it just loads the photo as is

Thanks ahead for any help on these issues!

 

Rules → http://www.boonex.com/terms
Quote · 20 Mar 2012

Thanks for the reply!

I am using imageMagick, but I do not have GD checked cause when I do the capacha does not work.  I have cleared the cache in the browser but I do not believe that is the problem cause it shows up in other browsers do I need to uninstall imageMagick to use GD library thank you for any help.

I do not know if this might have anything to do with these problems but in the audit section I get this

query_cache_size = 0 - FAIL (must be >= 16777216

thread_cache_size = 0 - FAIL (must be > 0)

either way do you know of a link that would help me correct this as well!

if so let me know please thanks

Quote · 21 Mar 2012

Cache is not a problem in your case. 

Most probably that the problem is that fonts are not supported by your PHP GD Library.

I would suggest to implement small modification which will force to use ImageMagick for Captcha and use GD library for all other image processing procedures.

1. Enable GD in the settings

2. Change:

function produceSecurityImage( $text, $hash )
{
    global $use_gd;

to:

function produceSecurityImage( $text, $hash )
{
    $use_gd = false;

in inc/images.inc.php file.

Alternative is to use some other captcha (like reCaptcha), I believe you can find something is the market.

Rules → http://www.boonex.com/terms
Quote · 21 Mar 2012

Thank you!

The crop and Captcha now work!

Quote · 22 Mar 2012

Ok still having the problem with the profile photos change when someone load a new photo when some one loads a profile photo it changes some other persons profile photo to the same photo please help if anyone has seen this problem!

Quote · 2 May 2012

I am having the same problem with the avatar swapping.

I think that the registration form with the profile picture upload is causing the problem.

I only tried it once without uploading during the joining form and it seem to be fine. 

Quote · 18 May 2012

problem with avatars photos changing for example I click join to join my site then I fill out all required fields then chose to load a photo of my choice or pick from the already loaded avatar photos then I crop. now I am done. then I look through the members and find that the avatar that I loaded has also been added to some others avatar photo. So lets say I go back and change the photo of one of the members avatar that was changed by this action then it changes some one else s avatar.

This problem is not related only to photos that are loaded from the user it also effects the preloaded photos!

Ok just thought of something while I was typing this I have added different photos to the avatar file replacing the existing photos using the same file name 1-57 or what ever the number goes up. is it possible that the photos I loaded are not of the same size requirements that dolphin needs. for example when you load a photo it needs to be cropped to fit what ever spot it needs to be in on the screen. so is it possible that the size of the avatar photos I loaded need to be resized also at the same time as you can see in this post that my crop tool was not working and when those other photos were loaded while the crop tool was not working also need to be resized.

Any help would be Great!

Quote · 23 Jun 2012

Can anyone help me .

my avatar module is not working for some reason the website has added an additional /m/ to the website address I.e : website.com/m/m/avatar this happens when you press the accept button to save your avatar that you have cropped, an I'm not sure how to fix this!! I also have a few other problems on the site which I really need help with including auto membership update after purchase.

Please help as my members are becoming disgruntled !

Thankyou

Chris

 

All for one and one for all....ah sod it who am i kidding!
Quote · 7 Feb 2013

Issue resolved - gave up and rebuilt website on 7.1

 

thanka everyone for your time

All for one and one for all....ah sod it who am i kidding!
Quote · 26 Apr 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.