10 Oct
2000
10 Oct
'00
12:17 p.m.
It would be really nice to know how many people are downloading the products. This would also be a great feature to add to the actual Zope distribution. I know you could get this from the logs (easily) but you could also add a small counter to the product 'view' method, something along the lines of what is in the Simple Url products (BTW one of my favorites) and make it something you can turn on or off for your products. <dtml-call "REQUEST.set('hitcount', hitcount + 1)"> <dtml-call "propertysheets.public.manage_editProperties(REQUEST)"> <dtml-call "RESPONSE.redirect(url)"> Thanks, J