![]() |
|
sfGravatarPlugin - 0.0.1Gravatar Plugin |
|
![]() |
24
users
Sign-in
to change your status |
Lets you easily use Gravatar from http://www.gravatar.com with a caching system |
Lets you easily use Gravatar from http://site.gravatar.com. Currently supports:
symfony plugin-install http://plugins.symfony-project.com/sfGravatarPlugin
symfony cc
Create a directory named g_cache in web/uploads and add full rights to it (note : you can change the directory's name but don't forget to change it in config file).
app.ymlgravatar_default.png in your cache directory or create yours <?php use_helper('Gravatar') ?>
<?php echo gravatar_image_tag($email, $gravatar_rating = null, $gravatar_size = null) ?>
More information about rating and size on the gravatar website.
You can set some default option that are common for all of your gravatar in your app.yml:
all:
gravatar:
default_size: 80
default_rating: G
default_image: gravatar_default.png
cache_dir_name: g_cache
cache_expiration: 3 days # refer to strtotime() php function for more infos, but you can write 1 week, 1 year, whatever you want
The gravatars will be saved in cache under Symfony's upload dir, according to the setting of your Symfony's setup.
For the full copyright and license information, please view the LICENSE file that was distributed with this source code.
The plugin is being developed by Mickael Kurmann (mickael.kurmann <
| Name | Status | |
|---|---|---|
|
|
lead |
Copyright (c) 2006-2007 Andrey Okonetchnikov
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.