I think a topic view count would be useful (more so than karma IMO).
Perhaps an inteligent counter which considers unique views by logged in users, and ip address for anonymous users.
Not sure if this would be difficult from a data storage point of view (im just getting upto speed with umbraco). If the counter was held as a property of the page and a new version of the page held for each increment, this would not be good.
Maybe using a custom table for views would be more effecient.
I looked at adding a view count, but TBH as you say I think it would need a custom table to be efficient - So at the moment its not something I am adding, however once I have finished v1.2 you can easily add it yourself by downloading the source from codeplex.
Topic View Count
I think a topic view count would be useful (more so than karma IMO).
Perhaps an inteligent counter which considers unique views by logged in users, and ip address for anonymous users.
Not sure if this would be difficult from a data storage point of view (im just getting upto speed with umbraco). If the counter was held as a property of the page and a new version of the page held for each increment, this would not be good.
Maybe using a custom table for views would be more effecient.
Adam
Hi Adam
I looked at adding a view count, but TBH as you say I think it would need a custom table to be efficient - So at the moment its not something I am adding, however once I have finished v1.2 you can easily add it yourself by downloading the source from codeplex.
Cheers
Lee
I support the view count.
Tarek.
have often wondered if some way of automating this would be possible using Google analytics?
is working on a reply...