Bug Not All Avatars Displaying in Forum Side Block

Status
Not open for further replies.
Is there a pattern to which users are not being displayed, like all in the same usergroup, etc?
 
I think I have it worked out. If you open <forum root>/includes/block/dbtech_review.php

Find on about line 222

PHP:
                $review_userinfo = fetch_userinfo($review_data['userid']);

and replace it with

PHP:
                $fetch_userinfo_options = (FETCH_USERINFO_AVATAR);
                $review_userinfo = fetch_userinfo($review_data['userid'], $fetch_userinfo_options);

That should fix it. Make sure you refresh the block cache as well, otherwise it wont show the change until the cache time has passed :)
 
Status
Not open for further replies.

Legacy DragonByte Reviews

vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
194
Customer rating
0.00 star(s) 0 ratings
Back
Top