Cache most likely.
I had similar probs (not necessarily this mod but in general) with some avatars not updating on the index and threads (I added a mini avatar to quoted replies - modded class_bbcode.php to show proper avatar). I had to to setup a small plugin for hook location 'profile_updateavatar_complete' with the below to fix the issue. I also run geeky default avatar in addition to this mod.
$vbulletin->db->query_write("TRUNCATE TABLE postparsed");
$vbulletin->db->query_write("TRUNCATE TABLE cache");
|