if you want to see avatars in module from "sebasvos" , you have to define your own way to avatars, so if i suggest u use generic install path, edit lines 96-105 in mod_fb_flex_login to generic path like :
| Code: |
$jr_avatar = ' path to avatar file ';
//$jr_avatar = ' path to avatar file ';
}
else
{
$jr_avatar = ' no photo path to pic ';
//$jr_aprihlvatar = ' no photo path to pic ';
|
and here is some basic css styling if you want to make it horizontal : letss suggest you use 100x100 default avatar :
| Code: |
#fb-avatar.loginelement {width:100px; float:left}
#name.loginelement {width:100%; font-size:12px; margin-bottom:5px;}
#links.loginelement {float:left;}
#links.loginelement a {color:#000;}
#links.loginelement a:hover {color:#666;}
|
..but please, solve that PM issues...
