Maurits
Results 1 - 1 of 1
byMaurits, October 12, 2009
Works fine for me, great work, and it looks good as well. (The description works fine with "display_description" instead of "show").
One question nevertheless: is it possible to reset the hit-stats?
Thanks!
One question nevertheless: is it possible to reset the hit-stats?
Thanks!
Owner's reply
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

