A more friendly Member's Files in MEMBERINFO:
You'll need to change $vbphrase[ecdownloads_member_files] to the following:
New downloads_memberfiles template:
Code:
<br />
$navigation
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat" colspan="3"><phrase 1="$userinfo[username]">$vbphrase[ecdownloads_member_files]</phrase></td>
</tr>
<tr>
<td class="thead">{$vbphrase['ecdownloads_file']}</td>
<td class="thead">{$vbphrase['ecdownloads_description']}</td>
<td class="thead">{$vbphrase['date']}</td>
<td class="thead">{$vbphrase['ecdownloads_downloads']}</td>
</tr>
$filebits
</table>
$navigation