I have a "# Views" on my node and I noticed that clicking on a node that has been pagebreaked, it increments the counter for each page. I wish there is an option to *NOT* increment the node's counter. I understand that it's the same node, but for stat tracking and sites that publicly show the node counter, it inaccurately biases a node that has many pages.
Comments
Comment #1
sunThat's not possible currently. Paging's intention is to span one content over more pages. However, the content stays the same. Thus, each page requests counts for the same content.
If you don't like that, you should look for a JavaScript based paging method.