Warning: The author of this contribution does not provide support for it anymore.

Welcome on index

How do I resize the avatar in index page? - Welcome on index

How do I resize the avatar in index page?

by Ishwor Shrestha » Thu Oct 18, 2012 5:59 pm

I am currently trying this mod and it seems like the avatar is exactly the same dimension as it is on viewtopic. But I would like to resize the avatar on the index page. How do I achieve this?
Ishwor Shrestha
Registered User
Posts: 43
Joined: Mon Sep 03, 2012 6:26 am
Contact:

Re: How do I resize the avatar in index page?

by Stoker 4.0 » Thu Oct 18, 2012 8:01 pm

Open index.php

Find:

Code: Select all

'USER_AVATAR'               => get_user_avatar($user->data['user_avatar'], $user->data['user_avatar_type'], $user->data['user_avatar_width'], $user->data['user_avatar_height']),

Replace With:

Code: Select all

'SMALL_USER_AVATAR'   => ($user->data['user_avatar']) ? get_user_avatar($user->data['user_avatar'], $user->data['user_avatar_type'], ($user->data['user_avatar_width'] > $user->data['user_avatar_height']) ? 50 : (50 / $user->data['user_avatar_height']) * $user->data['user_avatar_width'], ($user->data['user_avatar_height'] > $user->data['user_avatar_width']) ? 50 : (50 / $user->data['user_avatar_width']) * $user->data['user_avatar_height']) : '', 
User avatar
Stoker 4.0
Registered User
Posts: 1487
Joined: Sun Feb 13, 2011 1:33 pm
Location: Funen, Denmark
Name: Ulrik Christensen
Contact: