I have an image gallery in which I want to get feedback. I was thinking of provide a "Provide feedback" link from the gallery page.(Which is outside the forum)
How could I create a new topic inside a specific forum or reply to an existing topic in this way?
I want it to be pretty seemless. the important part is that the Gallery name and/or ID be displayed in the topic subject so people will know what gallery the comment was about.
I would need to create the topic if it doesn't exist first(Which would require a method_type=TOPIC) but if the post already exists for that particular gallery, I want to post a reply.
Being that the galleries are created dynamically(but have galleryID) I would need a dynamic way to implement this) I have several hundred galleries that I would need to implement this on.