Topic: WRITTING integration with custom site
I have a site where I can post various articles and users can comment on them. So far the site is up and running and is doing well. The site has no authenticated users, so there is no users database.
Now, I want to add a forum to the site. The forum would not be integrated with the site. All I want is this:
Whenever I add a new article to the site, I need to also add a new topic to the forum, under a board previously added and under a user previously added. So for the forum users', this would look like a normal user on the forum adds a topic.
Do you have any idea about the easiest way to obtain this?