Yii Gravatar ¶
Yii Gravatar is simple widget allows you to display a Gravatar images on your web sites
Installation ¶
Extract the yii-gravatar from archive under protected/extensions
To use this widget, you may insert the following code in a view:
<?php $this->widget('ext.yii-gravatar.YiiGravatar', array(
'email'=>'malyshev.php@gmail.com',
'size'=>80,
'defaultImage'=>'http://www.amsn-project.net/images/download-linux.png',
'secure'=>false,
'rating'=>'r',
'emailHashed'=>false,
'htmlOptions'=>array(
'alt'=>'Gravatar image',
'title'=>'Gravatar image',
)
)); ?>
Resources ¶
Gravatar images API documentation
Change Log ¶
July 19, 2011 ¶
- Initial release;
Duplicate?
Any advantages over this extension?
@samdark
CGridview
Can this be used in a CGridView and if so how?
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.