I don't think it's a caching issue because every new photo should be named a new string of random characters. In any case, ctrl + F5 will refresh without cache.
Vanilla makes 3 versions of photos: Profile size (p), preview size (t), and thumbnail size (n). The letter in parenthesis corresponds to the first letter in the file name. Above, you've only linked to the thumbnail and profile versions.
I think you're misunderstanding the photo cropper. It's meant to let you choose what part of your profile picture appears in the thumbnail version (which is what's shown in discussions). What I'm seeing next to your name in this discussion is indeed a cropped version of the tall and thin profile picture you've selected. It seems to be working as intended :)
It looks to me like the cropping is done with jquery, but the jquery plotted point on the "picture" aren't save for future viewing so the jquery crops by default from the top left corner ... as you can see my thumbnail is cropp from lower down the image
The result is my picture gets cropped successfully, but my profile page doesn't display the correctly cropped image
//edit: I see what you're saying now; the thumbnail you're creating is not the same as what thumbnail subsequently appears in discussions. I have no idea why it's doing that.
Comments
Vanilla developer [GitHub, Twitter]
http://vanillaforums.org/uploads/nXQ7X2ZUU66XG.jpg
My picture after cropping
http://vanillaforums.org/uploads/nXQ7X2ZUU66XG.jpg
my profile page here still hasn't updated :( .. but my thumbnail has
My prfile page displays
http://vanillaforums.org/uploads/pXQ7X2ZUU66XG.jpg
as my thumbnail
and
http://vanillaforums.org/uploads/pXQ7X2ZUU66XG.jpg
as my "picture"
I'm guessing the the thumbnail is some jquery magic?
I think you're misunderstanding the photo cropper. It's meant to let you choose what part of your profile picture appears in the thumbnail version (which is what's shown in discussions). What I'm seeing next to your name in this discussion is indeed a cropped version of the tall and thin profile picture you've selected. It seems to be working as intended :)
Vanilla developer [GitHub, Twitter]
It looks to me like the cropping is done with jquery, but the jquery plotted point on the "picture" aren't save for future viewing so the jquery crops by default from the top left corner ... as you can see my thumbnail is cropp from lower down the image
The result is my picture gets cropped successfully, but my profile page doesn't display the correctly cropped image
see here: http://terminaladdict.com/vanilla-profile.jpg
Vanilla developer [GitHub, Twitter]