From: Michael de B. <mi...@de...> - 2002-12-31 19:47:52
|
On Tue, 31 Dec 2002 13:15:10 +0530, "Ram Prasad" <ra...@pa...> said: > Is it possible to have a counter which shows how many times a particular > slice/view has been viewed ? You probably know there is a flag in the 'item' table that counts the number of times an item is viewed. That is a special field in the Admin->Fields. I have never tried to count how many times a view has been viewed. Why not just use standard HTTP logging and count the number of times a .shtml page that includes the view has been viewed? > > - Ram > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Apc-aa-coders mailing list > Apc...@li... > https://lists.sourceforge.net/lists/listinfo/apc-aa-coders > Michael de Beer mi...@de... |