Loading...
 
Features / Usability

Features / Usability


Re: avatar resizing

posts: 3665 United States

> i know that when users upload avatar they are resize to something like 45x45. I would like to know if there is a way to make them resize to something bigger like 60x60.


You'll need to edit the tiki-pick_avatar.php file. Look for the lines:

  • $tscale = ((int)$size_x / 45);


and

  • $tscale = ((int)$size_y / 45);



I think it may be as simple as changing it to 60.

-Rick
Coming soon: TikiWiki for Dummies Smarties — A beginner's reference guide to ))TikiWiki((.

There are no comments at this time.