Forum Moderators: rogerd
TIA
Hope this helps
Cheers
Richard
I wonder how hard it would be to use PHPBB or something that already exists and just set up a script that starts a new thread when the visitor clicks and goes to an existing thread when it doesn't already exist. Knowing what I know now, I can't imagine that that would be difficult.
As to how you would go about it i can see two ways:
1) Add a News ID field to the topics table and use that to reference to the news posts table or whatever you use.
2) Make some sort of reference in the topic title but this could be problematic as you would have to stop people editing the title if they edited their post and so on.
I'm sure theres a few other solutions out there but number 1 i am sure would be feasable.
EDIT: to add to what i put previously, option 3 would be to have a Topic ID field in your news table and reference it that way. Not sure which would be easier without looking at the specific example.
Hope this helps
Cheers
Richard