Active
Project:
Disqus
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Plan
Assigned:
Unassigned
Reporter:
Created:
14 Oct 2021 at 00:44 UTC
Updated:
15 Oct 2021 at 19:31 UTC
Jump to comment: Most recent
Plan what needs to be included in the next stable release for Drupal 7.
Comments
Comment #2
damienmckennaA key thing to decide on is a direction for modifying the identifier as there are three competing approaches available, each with a working patch.
Comment #3
wstocker commentedTested 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.