boji: (Shiny too)
boji ([personal profile] boji) wrote in [community profile] getting_started2009-05-05 05:59 pm
Entry tags:

re User icons

Does anyone know why the coding for user icons (in their comment space where one usually credits) don't show up properly when you click view thumbnails, unless the user listed is coded according to dreamwidth options?

i.e. by [user name="boji"] shows up but [site name="livejournal.com" user name="boji"] doesn't.
trickster: ((uru) shy)

[personal profile] trickster 2009-05-05 05:08 pm (UTC)(link)
Really? It's working for me.

I'm using [lj site="livejournal.com" user="namehere"]. Does that work better?
forthwritten: stained glass spiral (Default)

[personal profile] forthwritten 2009-05-05 05:14 pm (UTC)(link)
Try <user name="boji" site="livejournal.com"> instead - I think it might be the extra "name" that's not working.
phoenixsong: An orange bird with red, orange and yellow wings outstretched, in front of a red heart. (techchick)

[personal profile] phoenixsong 2009-05-05 05:36 pm (UTC)(link)
AFAIK, "site" isn't a stand-alone sort of thing, that's the part that has to be defined. [site=livejournal.com user name=boji] would work, because it's just reordering the elements "user", "name=boji", and "site=livejournal.com". In coding terms, "site name=livejournal.com" is very different from "site=livejournal.com".

In other words, "name=" is always going to refer to an account/individual, not a domain. If you try to set name=domain.com, the site doesn't understand what you're trying to tell it.