Hello,

Thanks for this great module, for our needs we have change 1 line in your module in order to respect rights defined in the node access module. At the line 244 we have change the code as follow

- if (node_access('view', $node)) {
+ if (node_access_access('view', $node)) {

It will be interesting to implement it in testing if the node access module is activated to call the good function.