My b2evolution Version: 1.10.x
using 1.10.3
I have noticed that any posts published via Windows Live Writer (using Metaweblog API) don't have a link to post comments.
Per the instructions in this post (http://forums.b2evolution.net/viewtopic.php?t=13377)
I have ensured that anonymous comments are allowed and that comments are always allowed on all posts.
In the evo_posts table, I saw that the field post_comment_status was set to 'disabled' for all the Windows Live Writer posts.
My guess is that the xmlrpc.php file is disabling the comments for the post. Does anyone know how I could force all posts from an offline writer to have the comments enabled?
Thanks
MATT
Hi Matt,
In ../conf/_advanced.php find around line 557:
and turn the logging on.
If you have written a few posts have a look at the log files and see if something turns up there.
Good luck