The most excellent Gavin of Kode Koan just got me an incredibly simple one-liner fix for MTLJPost, an MT plugin that cross-posts MT to LiveJournal (MT 3.x broke it.) If you read me there, you can see it works again! This fix is cake – in your MT install, edit this file: [MT […]
The most excellent Gavin of Kode Koan just got me an incredibly simple one-liner fix for MTLJPost, an MT plugin that cross-posts MT to LiveJournal (MT 3.x broke it.)
If you read me there, you can see it works again!
This fix is cake – in your MT install, edit this file:
[MT Root]/plugins/MTLJPost/MTLJPost.pl
Change this line:
$t->param(‘TRACKBACKCOUNT’, $entry->trackback_count);
to
$t->param(‘TRACKBACKCOUNT’, $entry->ping_count);
And that’s it. It should start working.
Thanks, Gavin!