View Full Version : Comment avatars
Big Island
12-03-2007, 01:23 PM
How does the user add these? If we use the vb login system, can we grab their avatar from there?
Or delete it altogether...
apocan
12-04-2007, 10:50 AM
I think only admin can upload avatars to users. users cant do it by themselves.
Big Island
12-04-2007, 01:48 PM
I think only admin can upload avatars to users. users cant do it by themselves.
That's funny...I've yet to see that. So what's happened with the gravatar thing?
Support for Gravatar is active by default.
Big Island
12-05-2007, 02:51 AM
Support for Gravatar is active by default.
Hmmm...it seems to "disappear" though if you enable the vb login bridge?
Big Island
12-06-2007, 02:45 AM
Can anyone shed some light on how to fix these?
boccio
12-06-2007, 10:07 AM
If vBulletin bridge is active, Gravatar is disabled / vBulletin avatars are used, and vice versa.
Big Island
12-20-2007, 03:19 AM
If vBulletin bridge is active, Gravatar is disabled / vBulletin avatars are used, and vice versa.
Are you sure that the vbulletin avatars are used? I disabled caching and have the bridge enabled, and we're definitely getting the gravatar avatars now.
shketuljko
12-20-2007, 09:39 AM
If you use vBulletin bridge, gravatar is disabled because you are using another template for comments with vBulletin avatars.
Big Island
12-20-2007, 05:49 PM
If you use vBulletin bridge, gravatar is disabled because you are using another template for comments with vBulletin avatars.
That's weird...we are using the bridge and the gravatars were appearing. No doubt about that. They seem to be gone tonight though? Very strange...
Big Island
12-21-2007, 12:20 AM
They're also not pulling from VB either... :confused:
shketuljko
12-21-2007, 08:37 AM
If I understand you, problem is related with all templates where you use comments.
In this case (default version of Vivvo) you need to change two templates.
First template is VIVVO_TEMPLATE_DIR/box/latest_comments.tpl and second template is VIVVO_TEMPLATE_DIR/box/comments.tpl
You need to remove this line from both templates: `<img src="{comment.get_gravatar}" alt="avatar" />` or <img src="{comment.get_gravatar|24}" alt="avatar" />
Try with this.
Big Island
12-22-2007, 04:05 AM
If I understand you, problem is related with all templates where you use comments.
In this case (default version of Vivvo) you need to change two templates.
First template is VIVVO_TEMPLATE_DIR/box/latest_comments.tpl and second template is VIVVO_TEMPLATE_DIR/box/comments.tpl
You need to remove this line from both templates: `<img src="{comment.get_gravatar}" alt="avatar" />` or <img src="{comment.get_gravatar|24}" alt="avatar" />
Try with this.
Will this force the avatars to be pulled from VB then?
shketuljko
12-22-2007, 01:19 PM
I'm sorry.
I wasn't understand you ...
When I read your ticket on support I understand everything what you want.
User who posted comment can be Vivvo user (or vBulletin user) or guest.
Guest is not Vivvo user, consequently we can't save ID of user, so email address is unique for this comment.
We stored email address in comments table, so Vivvo system can't change it.
As you see, this is not the problem.
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.