Colabora en los FAQ. Ayudarás a la comunidad y esta te lo agradecerá.
...string getProfileImage ( [int $size] )Devuelve la URL de la imagen del perfil del usuario. El parámetro opcional size permite indicar el tamaño de la imagen; los valores admitidos son:? phptuenti::BIG_SIZE, 500 pixeles de ancho.? phptuenti::MEDIUM_SIZE, 200 pixeles de ancho.? phptuenti::SMALL_SIZE, 75 pixeles de ancho.? phptuenti::MINI_SIZE, 30 pixeles de ancho.Ejemplo: $img = getProfileImage(phptuenti::MEDIUM_SIZE);...