Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Displaying total number of forum views?
Vaz
New
Hi guys,
I'd like to display the total number of forum discussion views.
(example: This forum has had xxxxxx number of views since '06)
Does anybody know how I could do this? I do have the nuggets extension enabled (if needed).
0
This discussion has been closed.
Comments
Another option is to display the result of this SQL: SELECT COUNT(*) FROM LUM_UserDiscussionWatch;
Although that won't be a perfect result--it doesn't count guest views and only counts once per user-discussion--i.e. if a single user reads the discussion a dozen times, it only counts once--their latest visit.