DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Gravatar Comments

Author:Kasper Skårhøj
Created:2002-11-01T00:32:00
Changed:2009-04-14T14:31:30
Classification:comments_gravatar
Keywords:comments, gravatar, acqal, forAdmins, forBeginners
Author:Michael Cannon
Email:mc@acqal.com
Info 4:
Language:en

img-1 img-2 Gravatar Comments - comments_gravatar

Gravatar Comments

Extension Key: comments_gravatar

Language: en

Keywords: comments, gravatar, acqal, forAdmins, forBeginners

Copyright 2000-2009, Michael Cannon, <mc@acqal.com>

This document is published under the Open Content License

available from http://www.opencontent.org/opl.shtml

The content of this document is related to TYPO3

- a GNU/GPL CMS/Framework available from www.typo3.org

Table of Contents

Gravatar Comments 1

`Introduction 3 <#1.1.Introduction|outline>`_

What does it do? 3

Screenshots 3

`Administration 4 <#1.2.Administration|outline>`_

FAQ 5

`Configuration 6 <#1.3.Configuration|outline>`_

Reference 6

`Known problems 7 <#1.4.Known%20problems|outline>`_

`To-Do list 8 <#1.5.To-Do%20list|outline>`_

`ChangeLog 9 <#1.6.ChangeLog|outline>`_

Introduction

What does it do?

Screenshots

  • Comments with Gravatar icon and default no Gravatar icon
  • img-3

Administration

  • Install extension comments_gravatar from TER
  • Include static template "Comments, Gravatar" to TYPO3 template

img-4

  • Edit template constants as needed
  • img-5 Add gravatar tag to your comments template
    • Add marker ###GRAVATAR### to your comments template
    • Or, copy the res/pi1_template.html template over your default comments template
  • Clear all caches
  • Gravatars or the default icons should show up now on your comments list

FAQ

Problem or question?

Email support@acqal.com

Configuration

Reference

((generated))
TypoScript Constants
enable

Property

enable

Data type

boolean

Description

Enable extension

Default

1

rating

Property

rating

Data type

options[g,pg,r,x]

Description

Maximum allowed Gravatar rating to show. G is safe, X is sex.

Default

g

style

Property

style

Data type

string

Description

Specific CSS styling to the gravatar icon

Default

defaultIcon

Property

defaultIcon

Data type

string

Description

No Gravatar Icon Path; Full URL path required, including http

Default

iconSize

Property

iconSize

Data type

Int

Description

Gravatar Icon Size

Default

48

[TypoScript Constants]

Example

Change icon size to 32:

plugin.comments_gravatar.iconSize = 32

Known problems

Use this section for important warnings about bugs, problems or performance issues. This is where you should explain shortcomings of the extension, so people are properly warned. Be honest.

Target group: Mostly Developers

To-Do list

  • A wish list of things you want to add or fix. This includes smaller problems/bugs which are best described as a todo item.
  • Visions for what the extension could become with more development.

ChangeLog

  • 2009-04-14 Tuesday 14:26 cannon
  • * alternate template
  • 2009-04-14 Tuesday 14:10 cannon
  • * Inital import of "res/pi1_template.html" file
  • 2009-04-14 Tuesday 14:09 cannon
  • * use res directory
  • 2009-04-14 Tuesday 14:09 cannon
  • * Inital import of "res/nopic_50_f.jpg" file
  • 2009-04-14 Tuesday 14:05 cannon
  • * Mark as stable
  • 2009-04-14 Tuesday 14:03 cannon
  • * Inital import of "doc/manual.sxw" file
  • 2009-04-14 Tuesday 14:02 cannon
  • * update CHANGELOG
  • 2009-04-14 Tuesday 14:02 cannon
  • * add new stuff, check in old
  • 2009-04-14 Tuesday 12:42 cannon
  • * try to grab and show email
  • 2009-04-14 Tuesday 12:36 cannon
  • * Move "class.tx_comments_gravatar.php" to
  • "class.tx_commentsgravatar.php"
  • 2009-04-14 Tuesday 12:19 cannon
  • * add new stuff, check in old
  • 2009-04-14 Tuesday 12:13 cannon
  • * update CHANGELOG
  • 2009-04-14 Tuesday 12:13 cannon
  • * Inital import of "CHANGELOG" file
  • 2009-04-14 Tuesday 12:13 cannon
  • * Removal of "ChangeLog"
  • 2009-04-14 Tuesday 12:12 cannon
  • * Initial comments_gravatar source checkin
  • 2009-04-14 Tuesday 12:12 cannon
  • * Initial revision

9