Avatars in modules gk_js_members

GK User
Fri Mar 25, 2011 7:55 am
Hi! How I can level avatars in modul gk_js_members?
1_2011-03-25.jpg


My settings:
2.jpg
User avatar
Fresh Boarder

GK User
Wed May 04, 2011 5:48 am
Im getting the same problem. Anybody found a solution yet??
User avatar
Fresh Boarder

teitbite
Thu May 05, 2011 5:39 pm
Hi

Have You updated Jomsocial, template and module to the latest version ? This fix was available some time ago.
User avatar
Moderator

GK User
Fri May 06, 2011 1:47 am
Hi, I think i'm having the same problem. I used the 1.5 quick install. Memebers mod is version 1.3.

The pages feature is also not working.

members mod.jpg
User avatar
Fresh Boarder

teitbite
Sat May 07, 2011 2:58 pm
Hi

There is no an update to the latest version of JomSocial. Developers are busy with building the new template, so please meanwhile downgrade the component to the previous version while waiting for this update.
User avatar
Moderator

GK User
Sat May 07, 2011 7:12 pm
Hi,

Are you saying downgrade the jomsocial component? Is there a way to manually resize the photo's for now

Thank you

:)
User avatar
Fresh Boarder

GK User
Sat May 07, 2011 9:09 pm
Im not a programmer but I think I have found a quick solution!

1. Select your avatar size and take note of the 'width'


In your FTP find file:

/modules/mod_latestmembers/tmpl/default.php


then add width"......" (the dots signify the width of you avatar images)

so mine looks like this

<img src="<?php echo $avatarUrl; ?>" width="150" height="<?php echo $this->config['avatar_height']; ?>" alt="<?php echo $member->name; ?>" />


hope it works for you

Respect!!!
User avatar
Fresh Boarder

teitbite
Tue May 10, 2011 1:33 pm
Hi

Sure it can be made that way. If I'm not wrong the update will be based on removing the width at tall. You can also set the image dimensions with css.
User avatar
Moderator


cron