When I enable openID selctor for drupal my site name is in the first slot on the login page.
How do I change that so that it will be my logo that I entered in on the admin site theme or site information pages?
How do I also change the icon used in the user login block? Right now it is a small drupal logo?
Comments
Comment #1
andriy_gerasika commentedto change site name used in OpenID Selector for Drupal, define short_site_name variable in settings.php or use /admin/settings/openid_selector_drupal URL that arrived in recent DEV version
using site logo is not good, because image must meet certain size contains: not bigger than 100x60px
about user login block: OpenID Selector for Drupal is using site favicon
Comment #2
andriy_gerasika commentedis this ok for you? or you are keen on using site logo vs (short) site name in OpenID Selector for Drupal?
Comment #3
socialnicheguru commentedI would like to use site logo.
Comment #4
andriy_gerasika commentedComment #5
gateone commentedI'd like to comment on this. Probably it was not really intended to be working this way, but I was able to add an image tag instead of the short site description (in text form) into the settings field at admin/settings/openid_selector_drupal - of course, as you say, it must be not larger than 100x60px.
So I made a small icon representing my site, and added
into the settings field, saved and flushed caches, and it worked like a charm.
Yet, as I said, I am probably misusing that field here as this was most likely not intended to be done. But maybe this is a good starting point for further development here?!
Kind regards, Stephan
Comment #6
andriy_gerasika commentedjust fixed in dev version
http://drupalcode.org/project/openid_selector.git/commit/3ef95e6
wait for 12 hours for dev download to refresh