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

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to