If you look at the code, it's set at three at the moment, you can just change that to whatever number you like,
$output = date(vB::$vbulletin->options['dateformat']) . "<br />\n";
ob_start();
require_once(DIR.'/media/media_functions_hrefs.php');
$medias = vB::$vbulletin->db->query_read("SELECT * FROM " . TABLE_PREFIX . "media ORDER BY dateline DESC LIMIT 2");
while ($media = vB::$vbulletin->db->fetch_array($medias))
{
|