comment counter issues
okay, so this is a boring post that everyone should ignore EXCEPT:
a) me, in a couple months when i upgrade movable type again OR
b) anyone else who’s having trouble with their comment counters not incrementing.
to fix it: edit lib/MT.pm and comment out
next unless $fmgr->content_is_updated($index, \$html);
for some reason it won’t rebuilt unless it seems that the content is changed, and it never seems to notice that comments do indeed change the content.
and that is all.