Hello,

I have a CMS that manages article posting, and I would like to integrate a forum into it. This is how I want to integrate it :

/////////// BEGIN ARTICLE PAGE ///////////

Article Title

Blah Blah Blah
Blah Blah Blah
Blah Blah Blah
Blah Blah Blah

Link : "Discuss Article In Forum" <---- When a first user clicks this, a new thread is created on the forum with an identical thread name as the article. ( or if another user already started the discussion, he/she is just taken to the already existing thread ). The thread needs to be displayed both in the forum itself, and right under the Article itself.

Article Discussion

John_Doe : This article suxxors!
Kaiser_Sose : Rulz!
Castor_Troy : Yaaay!

/////////// END ARTICLE PAGE ///////////

So essentially I am using external webpage to write to the forum ( create new thread ), as well as import particular thread from the forum and display on the webpage. Is this possible? Im more or less grounded in PHP and if PunBB has certain variables for threads and posts I can use externally, this could probably be achieved.

Your comments?

peace,

Magomed

Hi guys,

I am trying to create a post publishing system that does not require registration, and would allow users to post a message and fill in their country, and a few other custom required fields. Essentially it is an online manifesto that acts like a guestbook, and allows simple stats for the custom fields. ( For example, "country" is a custom field that is filled in during 'new post' stage, and that I can later use to sort the users by their country, or other custom fields, etc ).

Is this possible with PunBB? Im very fond of the clean CSS that this board outputs, and would like to adapt this program to my needs.

thanks in advance,

M