The module works great (so thank you!), except: When I import posts with comments, the comments go into the database, but comment_count in node_comment_statistics doesn't seem to be updated to reflect the actual number of comments. So the user sees "Add new comment" instead of "12 comments" or whatever.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | import_typepad-326180.patch | 1.14 KB | traviscarden |
Comments
Comment #1
miss-susan commentedI also see this problem. However, it looks like if you unpublish then publish the comments they are picked up in the comment count.
Comment #2
traviscarden commentedIt looks like someone was trying to update the comment count and such with
_comment_update_node_statisticson line 505 ofimport_typepad.modulebut commented it out because it wasn't working—because they were passing it the wrong variable. Replace line 505 with the following and it should work:Here's a patch.
Comment #3
berenddeboer commentedVersion 5 no longer maintained. Sorry.