Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
What is simplest way to update a counter for a each page what inherits masterpage?
I guess i should add a sort of magic macro to the masterpage template, but i dont know what macro should be.
Also i suppose i should not add ViewCounter datatype to the page for it.
Hi,
I listed the available methods for ViewCounter in your first topic -
http://our.umbraco.org/projects/website-utilities/refactored-content-views/developer-questions/26080-List-of-most-visited-pages
You can call the ViewCount.Increment(int nodeId, category) from any XSLT or Razor macro...
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Simplest way to update a counter
What is simplest way to update a counter for a each page what inherits masterpage?
I guess i should add a sort of magic macro to the masterpage template, but i dont know what macro should be.
Also i suppose i should not add ViewCounter datatype to the page for it.
Hi,
I listed the available methods for ViewCounter in your first topic -
http://our.umbraco.org/projects/website-utilities/refactored-content-views/developer-questions/26080-List-of-most-visited-pages
You can call the ViewCount.Increment(int nodeId, category) from any XSLT or Razor macro...
is working on a reply...