Active
Project:
Signatures for Forums
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Dec 2010 at 00:19 UTC
Updated:
28 May 2011 at 21:47 UTC
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.
Comments
Comment #1
crea commentedSubs
Comment #2
dunx commentedFrom 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.