Reviewed & tested by the community
Project:
disqus_backup
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Apr 2011 at 01:13 UTC
Updated:
21 May 2011 at 09:03 UTC
Jump to comment: Most recent file
Comments
Comment #1
tancI've just finished testing and I think this module is excellent. It does what it sets out to do very nicely. I've attached a simple code cleanup patch, nothing major in there, just some comment blocks added and spacing removed. The js file wasn't being included so I deleted it and added the js inline.
I'd like to see a release of this module and some more feedback from the community.
One question, why did you choose to create a new table to store comments in rather than the Drupal comments table? The only reason I ask is because if a site admin chooses to migrate back to Drupal based comments they'll have to migrate from disqus_backup table to the comments table.
Comment #2
Haehnchen commentedthx. put comments back to drupal core would be nice. but i see some hard parts:
-need a good solution, to find comments that already imported (disqus id != drupal id)
-tree handling of comments
because i want a fast way to get my comments back i on page to moved them out of drupal.
i will commit your patch by time...
Comment #3
Haehnchen commented