Topic: Anyone done this?
Hi all,
I run a blog and want to channel all user comments into my punBB forum. I basically need a snippet that automatically creates a new topic in the proper forum when clicking on a "Comments(0)" link displayed at the bottom of my blog post.
The snippet should fetch the subject heading from the blog post and insert the blog post content as the first post. The user should then be automatically redirected to start writing his comments in a second post. After posting, the blog post link should change to "Comments(1)".
Of course, when "Comments(1)" or more the first step should be skipped and the user be immediately redirected to create a new post (2,3,4 etc) in the current topic.
One more thing, the initial forum post (with the blog post content) should have a fixed height with overflow scrollable and also a link back to the original blog post created automatically.
Has this or anything similar been done by anyone?
Mats W.