Closed (fixed)
Project:
Mailhandler
Version:
6.x-1.9
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Aug 2010 at 21:23 UTC
Updated:
28 Dec 2011 at 01:01 UTC
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
Comment #1
cor3huis commentedMake 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.
Comment #2
danepowell commentedNo reply, going to assume this is fixed.