Module: Gravatar
This module makes it possible to add Gravatars (www.gravatar.com) to your forums and user profiles. Features: o Installs without template modification, however provides template variables for Admins...
View ArticleRe: Module: Gravatar
I've only recently figured out what gravatars are and might play around with this in the next week or so. I currently use the User Avatar mod, so either there would have to be a way for the user to...
View ArticleRe: Module: Gravatar
QuoteRobert Angle I currently use the User Avatar mod, so either there would have to be a way for the user to choose, or a template statement I could implemement. I have been meaning to take a close...
View ArticleRe: Module: Gravatar
Any more thoughts about making this module work with other avatar support? e.g. another per-user default option to use avatar configured elsewhere (or opt-out) maybe with a system wide setting to...
View ArticleRe: Module: Gravatar
I haven't gotten very far with figuring out the right strategy. I wrote the gravatar module in such a way that it is oblivious to user_avatar. In retrospect, perhaps I should have mod-ed user_avatar...
View ArticleRe: Module: Gravatar
I say make an option so that you have to do a template customization. This way we could code the template like this... {IF USER->gravatar} <!--code to insert gravatar image--> {/IF} And then,...
View ArticleRe: Module: Gravatar
Your idea should already be supported by gravatar module. By default, the module automatically inserts the gravatar into phorum output, without any template changes. But if you want to modify your...
View ArticleRe: Module: Gravatar
There we go, solution works for me :-) I hadn't downloaded this yet, but saw that line that said no template changes needed and thought that it was all done without changes.
View ArticleRe: Module: Gravatar
I see how that line is misleading... I re-phrased it to indicate both modes are available. Thanks for pointing that out! -phil.
View ArticleRe: Module: Gravatar
Gravatar 1.0.4 has just been posted. Only one feature change, to add the new 404 option to the possible defaults supported for gravatars. Also updated the README to included new information about...
View ArticleRe: Module: Gravatar
It's possible to avoid the top avatar at left of the posts avatar? Aclaration: [foro.eswindev.com]
View ArticleRe: Module: Gravatar
Hmmm, I see there is a bug in the placement of the gravatar when the read view display is set to flat. If you don't want to wait while I fix that, you could change the Gravatar module settings to not...
View ArticleRe: Module: Gravatar
Module has been updated to version 1.0.5 to fix a formatting bug reported by Lord_ZealoN and to add the option to display gravatars in the header template topic.
View ArticleRe: Module: Gravatar
I'm having trouble with this module. I'm using the emerald template, and phorum 5.2.16. When reading a message, the gravatar is shown three times, then the text of the authors name : name " alt="name...
View ArticleRe: Module: Gravatar
If you have autoinsert enabled for read views, the following template code to render gravatars is used: <img src="{Gravatar->url}" style="float:left;margin-right:10px;"...
View ArticleRe: Module: Gravatar
Thanks for your assistance. I made the mistake of announcing the module before I had it ready, and my users just can't wait. Would removing title and alt prevent the gravatar from being shown three...
View ArticleRe: Module: Gravatar
Yeah, we can try removing the alt and title attributes from the ./mods/gravatar/templates/emerald/gravatar_img_read.tpl template and see if that works. I attached a replacement template which removes...
View ArticleRe: Module: Gravatar
It's a definite improvement. The name is fine, but the gravatar image is shown twice.
View ArticleRe: Module: Gravatar
Which mode of gravatar integration are you using? Auto-insert? Template customization? Both? If you are using both, then make sure that auto-insert is disabled for each view which is using template...
View Article