Closed sevenbitsharsha closed 11 years ago
There is a 'avatar' submodule for avatar management
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
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
Hi,