I love the idea of this mod and I hope we can use it on 3.8.
I'm testing this out on vB 3.8.0 beta2.
It half works for me. Or maybe it's working twice as well.
My problem is that every time an attachment is clicked on, it is getting counted twice.
I checked the entries in phpMyAdmin and I see that each time an attachment is clicked, two rows are being added to my attachment_limit table.
For example, I set the attachment limit to be
5.
The first time an attachment is clicked, it adds two rows to the attachment_limit table.
The second time an attachment is clicked, it adds another two rows to the attachment_limit table.
The third time an attachment is clicked, it adds a row (the fifth row) and then puts up the message:
Code:
You have reached your download limit. You will be able to download again on 11-14-2008 at 11:53 PM.
Abe1 or anyone else notice this behavior while testing in 3.8 ? Or can suggest how to correct the double entries for each attachment download?
Thanks,
James