Quote:
Originally Posted by Mark.B
Looking at Andreas's diff file:
PHP Code:
$thread['lastpost_avatar'] = fetch_avatar_url($thread['lastposterid']);
$thread['post_avatar'] = fetch_avatar_url($thread['postuserid']);
That's from
packages/vbforum/search/result/thread.php
|
vBulletin 4.1.2 does not have that variable populated for thread lastpost_avatar and post_avatar when I did the vardump. Am I missing something?