I've created a custom user with an image_upload field. Now I can't find the way to reach the position of its Thumb1 and use it to obtain the image path. My code is:
Hi Randy and thanks for your answer, unfortunately it's not exactly my case, cause I know how to use the Thumb of an Item, but I don't know to do it if the image is inside a user profile.
try doing var_dump($user->get('image_field')), this should tell you which properties exist in the field. Could be the problem is thumb1 should be e.g. thumb0