I'm using pathauto exclusively to build the url's for my site. So when I view a node directly, the correct commendt count -indeed the whole disqus thread- appears as expected. When viewing the node in a view and using the node-comment count field, though. I only get "0 comments" I'm assuming that the disqus module builds this field using the non-aliased (i.e. node/nid) uri for the node as opposed to the aliased uri. If this is ineed the issue can there be a switch somewhere to toggle this behavior? Can I somehow hack the comment count to build off the aliased uri?

Comments

jakemonO’s picture

So I see that "views integration" seems to mean Drupal's built-in blog view. How to I expose the comment count to views built with the views module?

jakemonO’s picture

Status: Active » Closed (fixed)

Natch. just pasted the Disqus javascript into an overridden style output theme and it works like a champ. Gonna close this issue, but would appreciate any future module that uses the Disqus API to wire comment count into the comments module functionality.