Hi,
I am currently building a Comic page in SilverStripe and I wish to handle reader comments via the Forum module.
I have a ComicPage and AFAIK it is the onAfterWrite() function I should use to create the initial forum thread, with a check to make sure I only create one thread per ComicPage.
I haven't succeeded in creating a post, though. Is there a simple way of doing this?