If you are using advanced forum 2.0 and nodecomments, whenever you update your signature it doesnt appear to have changed when you view threads you've posted in. Which is because nodecomments is displaying cached data and the cache needs to be cleared before the updated signature is shown. So basically when a user updates their signature the nodecomment cache needs to be cleared and it will work fine.

http://drupal.org/node/982604

Comments

crea’s picture

Subs

dunx’s picture

From the link to Michelle's post, it sounds like this is a nodecomments issue... so what's the nc call (or is a views function) that needs to be made whenever a user updates their profile to clear the nodecomment cache?

I don't know anything about Drupal caching, but presumably we want to clear everybody's cache (for nc or views or however) so everybody sees the user's new signature; it's not just a case of clearing the current user's cache - unless we don't mind everybody else having to wait.

Anyway, more useful than a "+1", but only just.