8
to delete the part "other files by ..."
open this file in a text editor
modules/wfdownloads/templates/wfdownloads_singlefile.html
scroll at the bottom and delete this part of the code
<div>
<b><{$smarty.const._MD_WFDOWNLOADS_OTHERBYUID}> <{$download.submitter}>b>
<ul>
<{foreach item=download_by_user from=$downloads_by_user}>
<li>
<a href="<{$xoops_url}>/modules/wfdownloads/singlefile.php?cid=<{$download_by_user.cid}>&lid=<{$download_by_user.lid}>">
<{$download_by_user.title}>
a>
(<{$download_by_user.published}>)
<{/foreach}>
li>
ul>
div>