the comment_count that views can display is wrong for comments published/ubpublished with this module

CommentFileSizeAuthor
#1 1014776_comment_count_statistics.patch361 bytesgiorgosk

Comments

giorgosk’s picture

Status: Active » Reviewed & tested by the community
StatusFileSize
new361 bytes

I just invoked _comment_update_node_statistics as its done with comment.module itself

its a trivial patch that fixes this thus marking as RTBC

elliotttf’s picture

Status: Reviewed & tested by the community » Needs work

You will probably need to do the same thing in the javascript callback (or rework a few things to use an internal API function both from the form and the javascript callback).

Update the patch with that change and I'll put it in.

giorgosk’s picture

I don't know how to implement this otherwise I would have done it already

elliotttf’s picture

Status: Needs work » Closed (fixed)

Fixed in 6.x-1.0 and equivalent functionality ported to the 7.x branch.