Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    now I can reply comments using “parent” parameter. But was needed to make a little change in plugin source code:

    Version: 1.1.1
    File: wp-content/plugins/json-api/models/comment.php

    Line number: 52

    Old Line: $_POST[‘parent’] = $_REQUEST[‘parent’];

    New Line: $_POST[‘comment_parent’] = $_REQUEST[‘parent’];

    Do you can try this solution?

    Hi,

    It’s great solution.
    Is it possible to work simultaneously?
    I must be able to submit a comment to Poat and to comment_parent.

    any idea?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘New comment: Specify parent’ is closed to new replies.