View Single Post
  #4 (permalink)  
Old 06-03-2008, 01:54 PM
grusha's Avatar
grusha grusha is offline
Pligg Donor
 
Join Date: Jul 2007
Posts: 224
Quote:
Originally Posted by graphicsguru View Post
installed works great

my only suggestion would to change to small avatars or not at all
the large avatars take up to much real-estate
I did not play around or try to tweak it yet


very kind of you to make this and offer it free to all of us
If you want small avatars ...change

Code:
$imgsrc = my_pligg_base . User_Upload_Avatar_Folder . "/" .$users->user_login. "_30.jpg";
to

Code:
$imgsrc = my_pligg_base . User_Upload_Avatar_Folder . "/" .$users->user_login. "_15.jpg";
And change

Code:
$imgsrc = my_base_url . my_pligg_base . Default_Gravatar_Large;
to

Code:
$imgsrc = my_base_url . my_pligg_base . Default_Gravatar_Small;
Reply With Quote