Created
April 19, 2013 16:04
-
-
Save sorenmalling/5421328 to your computer and use it in GitHub Desktop.
Gravatar with TypoScript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 = COA | |
10 { | |
10 = TEXT | |
10 { | |
value = http://www.gravatar.com/avatar/ | |
} | |
20 = TEXT | |
20 { | |
value = [email protected] | |
hash = md5 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At the moment my template looks like this.
But have to assign the avatar image if no image in tt_address? tried ifEmpty.field = image but don't know where to asign the gravatar too? i have not image option here as I understand the manual.
Actually i think i would be really fast and easy to implement it in PHP =) But TypoScript is fine by me if posible. =)