I'm also only getting the date in the latest files widget as well as the most popular files widget. Looking at the PHP code when I click the configure link for the widget, the only thing it looks to be outputting is the date.
Code:
$output = date(vB::$vbulletin->options['dateformat']) . "<br />\n";
Should there be more code in there or is it pulling more information elsewhere?