Closed (fixed)
Project:
Disqus
Version:
6.x-1.7
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Mar 2011 at 22:43 UTC
Updated:
12 Apr 2011 at 13:31 UTC
Jump to comment: Most recent file
When nodes are created programmatically using node_save like for example from feedapi module disqus_status will not be set and hence the node will come up with disqus disabled even though Disqus might be enabled for the specific content type.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1107398-fix-disqus-not-enabled-programmatic-node-creation.patch | 719 bytes | zyxware |
Comments
Comment #1
zyxware commentedThe following patch adds a presave case for disqus_nodeapi and this should fix the problem.
Comment #2
robloachThanks! Committed to 6.x-1.x.