Hi, I noticed that this module replaces the default comment counter in Views right out of the box, which I think is impressive. I'm wondering if anyone has figured out how to make it work similarly for the Advanced Forum module so that the default comment counter & last post date for the "Replies" & "Last post" columns get replaced properly? The following are links to show what I'm talking about:

1) http://discography.by/blog -> This is a View, and I was very happy to notice that the comment counter correctly shows the counter for Disqus comments straight out of the box.
2) http://discography.by/forums/general-discussion -> In this Advanced Forum module, the "Replies" & "Last post" columns incorrectly show the comment counter & last post date for Drupal instead of Disqus comments.

Comments

jay.lee.bio’s picture

Issue summary: View changes
jay.lee.bio’s picture

Issue summary: View changes
jay.lee.bio’s picture

Update: I stumbled upon a similar issue post (https://drupal.org/node/1065846, #4) and solved the problem for the "Replies" column, which now properly shows the counter for Disqus comments.

P.S. It looks like Disqus is thinking I'm spamming, so it hid all my newest comments (but the counters still show correctly at the moment).

jay.lee.bio’s picture

It looks like a field handler needs to be created that captures the time of the last Disqus comment in the disqus.views.inc file.