Needs review
Project:
Statistics Advanced
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 May 2009 at 14:45 UTC
Updated:
28 Nov 2010 at 14:43 UTC
Jump to comment: Most recent file
Comments
Comment #1
klonosme wants it too ;)
Comment #2
ddorian commented+1
Comment #3
pcambraI'm attaching a patch for this, it adds a node autocomplete for reseting only that info from node_counter table.
Be aware that this patch adds a dependency with ctools as drupal 6 does not have built in autocomplete for nodes.
If you don't want to add this dependency, just take the hook_menu and the autocomplete from ctools (content.menu.inc file)
Comment #4
pcambraCorrected some formatting issues.
Comment #5
pcambraAgain, I had missed one comented line
Comment #6
pcambraChanging status to needs review
Comment #7
ThePeach commentedtested the patch and works fine. (with latest D6 and updated modules)
I've had to install ctools, and I wonder if that would be mandatory by the module or it will be embedded somehow.
kudos :)