dira: Bucky Barnes/The Winter Soldier (Default)
Dira Sudis ([personal profile] dira) wrote2009-04-24 03:27 pm

Not crossposted to LJ.

So I just refreshed my reading list, and the posters' names disappeared off all the posts. While it makes for a fun game of 'how well do you know your reading list's icons?' it's a bit disconcerting. Anyone else having this problem, before I figure out how to report it as a bug?
montanaharper: close-up of helena montana on a map (Default)

[personal profile] montanaharper 2009-04-24 08:51 pm (UTC)(link)
I suspect it has to do with the latest code push conflicting with your style in some way. I know that I'm still getting the old LJ-style icons on pages that aren't in the default DW style, for instance, though I do still have user names on my reading list. *g*

ETA: I take it back; it just took a bit for the them to propagate/the cache to expire/something. I now have the new tiny icons.
Edited 2009-04-24 20:52 (UTC)
fox: technical difficulties: please stand by. (technical difficulties)

[personal profile] fox 2009-04-24 09:35 pm (UTC)(link)
I don't even have icons, but I think I see why here:
we fixed an issue where the "friends" terminology was still hanging around, and replaced it with "read". This caused the logic on the reading pages of some ported styles to not work right.

The most common manifestation of this is that usernames of entry posters on the readpage disappear, making the page look like your recent entries page.

Quick fix, look for:

$p.view == "friends" (or $.view == "friends", or $p.view != "friends", etc)

And replace with:

$p.view == "read" (or $.view == "read", or $p.view != "friends", etc)
fiamaya: (Default)

[personal profile] fiamaya 2009-04-25 12:40 am (UTC)(link)
Thanks! I had the same problem, and this fix worked.
monanotlisa: (rock - vm)

[personal profile] monanotlisa 2009-05-02 10:33 am (UTC)(link)
Rock ON! Thank you.