Plan what needs to be included in the next stable release for Drupal 7.

Comments

DamienMcKenna created an issue.

damienmckenna’s picture

A key thing to decide on is a direction for modifying the identifier as there are three competing approaches available, each with a working patch.

wstocker’s picture

Tested out Released Disqus 7.x-1.13-beta1 on Drupal core 7.82
There was an issue in disqus.module line 186 the js file path needed to be updated:

'data' => $module_path . '/js/disqus.js'
Instead of
'data' => $module_path . '/disqus.js'

Once that was updated, the test was successful and I was able to post comments.