Maurits
One question nevertheless: is it possible to reset the hit-stats?
Thanks!
My plugin only displays the weblinks in a alternate way
Reseting Hit-stats is nog possible in the weblinks component, the easiest way is to do this in SQL via PHP_MYSQL
UPDATE `jos_weblinks` SET HITS = 0

