This plugin display how many time an item is viewed.
Copy the above code and save to NP_Views.php
Upload to plugin directory
Install from plugin admin menu
Config the plugin options
Add <%Views%> skinvar to item template. ie Viewed: <%Views%> times. For silent mode (which does not return view count, for use w/
NP_MostViewed), simply put <%Views%> somewhere in the item template
The skinvar can also be called with <%Views(skipcount)%> to allow skipping count when used in main index template
v1.1
v1.2
use sql_table
Added silent mode (configure via option) to support NP_MostViews
Added Cleanup upon uninstall option
Added “just number” minimalist mode
Added supportsFeature
V1.2a
V1.3
V1.3a
V1.3b
V1.3c
V1.4
V1.5
Added views_log table and changed plugin performance to check for unique visits by IP address.[gRegor]
Added option to set the length of time before re-counting hits from the same IP address (default: 2 hours) [gRegor]
V1.6
Added plugin menu to display all view count, w/ counter reset function
Delete view counter and log for deleted item
V1.8
V1.9
V1.9.1