Here is a little tweak that replaces the upload and download text with icons within the postbit. You can see the number of uploads or downloads when you mouse over the icon. I credit post
3394 for the if statements so they only show when there is an upload or download.
Upload the attached icon files to your images/misc directory and replace everything in your downloads_memberinfo_postbit template with the following code.
Code:
<if condition="$post[downloads]>0"><img border="0" src="images/misc/16_icon_download.gif" width="16" height="16" alt="{$vbphrase['ecdownloads_downloads']}: $post[downloads]"></if>
<if condition="$post[uploads]>0"><img border="0" src="images/misc/16_icon_upload.gif" width="16" height="16" alt="{$vbphrase['ecdownloads_uploads']}: $post[uploads]"></if>