Page 1 of 1

remove Gravatars from comments sidebar plugin

Posted: Sat Apr 01, 2006 10:47 am
by Matthias
Seredipity 0.91
comments plugin 1.3
Gravatar plugin 1.3

Is there a way that Gravatars will not be shown in comments sidebar plugin?

Re: remove Gravatars from comments sidebar plugin

Posted: Sat Apr 01, 2006 8:52 pm
by garvinhicking
Yes, you can hide them easily via CSS:

Code: Select all

.serendipitySideBarItem .gravatar,
.serendipitySideBarItem .favatar {
  display: none;
}
HTH,
Garvin

Posted: Sun Apr 02, 2006 1:04 pm
by Matthias
It works fine, thank you very much!!

Posted: Sun Apr 02, 2006 1:38 pm
by Matthias
Can both, Gravatars and Favatars, be enabled so if there are no Gravatar Favatar will be shown?

Posted: Mon Apr 03, 2006 10:20 am
by garvinhicking
Hi!

Yes, exactly, that will happen if both are enabled.

Regards,
Garvin

Posted: Mon Apr 03, 2006 10:08 pm
by Matthias
Sorry, I don´t exactly understand.
I just can chosse one: Gravatar or Favatar and if one isn´t available in comments the other one isn´t shown? I cannot install this plugin twice with spartacus.

Posted: Mon Apr 03, 2006 10:17 pm
by garvinhicking
Yes, you set the preferred state - if you set to use "Gravatar", then if a gravatar is not available, s9y will check for a Favatar. If you set to use Favatar, then the gravatar will only be used as fallback. :)

Best regards,
Garvin