I'm trying to have posts via email be added as comments/replies in a forum topic. But when I send them it is overwriting the original topic instead of adding as a comment after it. Any ideas? These are the commands I have now...

nid: 239
type: comment
status: 1
promote: 0
format: 3

I have tried with the tid: of the forum and comment: 2 but doesn't help.

Comments

cor3huis’s picture

Status: Active » Postponed (maintainer needs more info)

Make sure your post go to the correct forum via

tid: 123

(where 123 is you forum ID, look at the URL when you link to your forum e.g http://www.example.com/forum/1 then you should replace 123 with 1

If you have set up drupal and user rights correctly you do not need the following only tid must be enough:

type: comment
status: 1
promote: 0
format: 3

Q: Let us know if it worked for you.

danepowell’s picture

Status: Postponed (maintainer needs more info) » Fixed

No reply, going to assume this is fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.