As requested here: http://xenforo.com/community/threads/file-hashing-info-for-attached-files.33760/
This addon will show the md5 sum in the attachment data section..
After the installation you could also delete the ragtek\amds folder, because this addon doesn't include any files..
The install file is only required to check if tms is installed while the addon installation
Attention, requires TMS till http://xenforo.com/community/threads/template-hooks.7909/page-10#post-337421 gets implemented
If you prefer manual template edits:
open template attached_files
search for
replace with
Github Repository: https://github.com/ragtek/AMDS
This addon will show the md5 sum in the attachment data section..
After the installation you could also delete the ragtek\amds folder, because this addon doesn't include any files..
The install file is only required to check if tms is installed while the addon installation
Attention, requires TMS till http://xenforo.com/community/threads/template-hooks.7909/page-10#post-337421 gets implemented
If you prefer manual template edits:
open template attached_files
search for
Code:
<dl><dt>{xen:phrase views}:</dt> <dd>{xen:number $attachment.view_count}</dd></dl>
Code:
<dl><dt>{xen:phrase views}:</dt> <dd>{xen:number $attachment.view_count}</dd></dl>
<dl><dt>{xen:phrase md5_sum}:</dt><dd>{$attachment.file_hash}</dd></dl>
Github Repository: https://github.com/ragtek/AMDS