thyseus / yii-user-management

a user management module collection for the yii framework
185 stars 122 forks source link

How to configure avatar #88

Closed sevenbitsharsha closed 11 years ago

sevenbitsharsha commented 11 years ago

Hi,

 How can i  configure avatar field to profile or where is browse button for avatar in user profile .( i have installed user-management successfully) .
thyseus commented 11 years ago

There is a 'avatar' submodule for avatar management

sevenbitsharsha commented 11 years ago

Hi,

Thanks for your quick reply , i m  new to yii  so  i don't know how to use this sub-module, can you provide me step how can  this sub-module will work  and what i need to add in configure  file to show avatar in user profile or upload avatar.

Thanks again , harsha agravat

mandavister commented 11 years ago

you add something like 'user' => array( [...] ), 'avatar' => array( 'enableGravatar' => true, 'avatarPath' => 'images/user', ), 'usergroup' => array( [...] ), to your main.php in the protected/config folder. Take a look at possible options in avatar/AvatarModule.php