By rayray on
Hello, I'm trying to add Avatar support to the chameleon theme. I can't find any .theme files that do this so I'm trying to figure it out from scratch, but I don't know which variables are by default exposed to such a theme, or how I should be referring to this. Can anyone help me?
Comments
re: How to refer to Avatar image from .theme like chameleon?
yes, did anyone ever figure this out? I am using chameleon and want to have avatars in nodes and comments.
re: How to refer to Avatar image from .theme like chameleon?
ok, after looking around some more, I found that someone had posted a solution here: http://drupal.org/node/7195#comment-12529 (thanks, marky!)
you might have to change $comment->avatar to $comment->picture to make it work, depending on what drupal version you are running...