Quote:
Originally Posted by graphicsguru 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;