You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 3, 2025. It is now read-only.
Enable any app (i.e. Blog). View the App settings.
Note: The default comment setting for every node type is "No comments".
Choose ANY source (other than "No comments") and Save.
Create a new post (i.e. a blog post).
On the node edit form, scroll to the bottom.
Note: In Comment Settings, there should be a single on/off checkbox for the selected comment source.
Save the node with comments enabled.
Add a comment on the node view page.
Go to App Settings and change the comment source to ANY other source (including "No comments").
Load another blog node edit form.
Test: This node edit form shows the new comment source.
Go back to the node you just commented on.
Test: The previous comment is still displayed.
Edit the node.
Test: The node edit form still shows the previous comment source.
Original description
Selecting a new comment system affects existing nodes and their comments
I've enabled comment_sources and selected disqus. Then I create a new page and add comments using disqus. If I change the comment system to facebook social, the disqus comments are no longer available. This applies to drupal comments and fb social as well - any time I switch comment systems I lose the previous system's comments.
I believe the specifications indicated that once a node had comments, those comments would stick around regardless of the comment source selected.