Closed (won't fix)
Project:
Paging
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 Feb 2008 at 14:45 UTC
Updated:
9 Jun 2008 at 20:23 UTC
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.