SharePoint Hit Counter
Hi all,
Was wondering if there is a way to implement a hit counter for a page not using SP Designer.
Does anyone know of another way, possibly using JavaScript?
Any help would be greatly appreciated!
-C
November 10th, 2010 3:14pm
Hi,
Check this link for some inputs
http://hitcounter.codeplex.com/ (Codeplex)
http://sharepointjavascript.wordpress.com/2010/02/18/hit-counter-for-sharepoint/ (using Jquery)
HTH
Thanks,
Skancharla
Free Windows Admin Tool Kit Click here and download it now
November 10th, 2010 3:41pm
There are tons of scripts out there for javascript, most of them would probably work.
-tom daly
November 11th, 2010 12:54am
Probably a stupid question, but I cannot understand how to implement this hitcounter from codeplex on my site.
Like the thread starter, I doesn`t have access to Sharepoint Designer, only the web browser editor
Could someone please guide me how to implement this?
And where to type this code: stsadm -o addsolution -filename HitCounter.wsp ? :p
Free Windows Admin Tool Kit Click here and download it now
August 2nd, 2012 2:34am
You need to run that command on the actual SharePoint server. STSADM is located in the C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN
So if you can't execute it from C:\ then you have to run it from that location or add that location to your system path.
-tom daly
August 3rd, 2012 12:05am