By ph4nt0m-1 on
Hi
I was wondering if someone with experience of the code behind the book module can help me out. I use the node counter module to display the number of times a node has been read - and it works well. However the book module creates links to the book pages in the following manner:
book/view/[nid]
This does not increase the node count on that page. In order to do that the book module needs to create the links thus:
node/view/[nid]
And this will increase the node count on that page. Can someone let me know what I need to change in the code in order to achieve this? I would really link the counts on my books to increase to show how many people read them.
Thanks very much.