You're confusing file views with thread views. The view with the attachments only applies if they download the attachment (activate the download.php script). The view count for the topic is at the bottom of the showtopic page. That incriments on their first visit to the topic. But may be delayed if you are caching topic views.
To remove the view counter for the file download script.
There are about 23 occurances of this in showtopic.php - you'd simply have to remove it.
Code:
{$files[$x]['file_downloads']} {$lang_str['FILE_VIEWS']}

Feel Better, Feel Younger, Sleep Better - Trans-D Tropin
Visit www.BuyTransD.com - use coupon code 1004 to save $20 |
Edited by JoshPet on 05-13-08 03:39 PM. Reason for edit: No reason given.