Skip to content

A simple gravatar module for Chyrp blogging engine.

Notifications You must be signed in to change notification settings

ipadavic/gravatar-chyrp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gravatar-chyrp

================================

gravatar-chyrp is a simple gravatar module for Chyrp blogging engine.

Module is based on Gravatar class by Lance Kidwell.

Installation:

Create Folder gravatar inside modules folder and copy files there.

Usage:

Inside your twig template

    {% if enabled_modules.gravatar %}
    <div class="author_photo">
        <img src="${ post.author.email | get_gravatar }" />
    </div>
    {% endif %}

After installing Module, in Chyrp admin settings you can adjust:

  • Gravatar size
  • Gravatar rating
  • Gravatar fall-back image
  • Gravatar safe connection (https)

About

A simple gravatar module for Chyrp blogging engine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages