Actually it could be accomplished quite easily here.
1. We need a header line for every post, but since there's already the "subject" line, and all new threads need subjects, a little JavaScript code can be used to generate "Re: subject" and "Re: Re: subject" etc.
2. Add a threading mechanism to the database. I think one field will do.
3. Create a template for the format.
1. We need a header line for every post, but since there's already the "subject" line, and all new threads need subjects, a little JavaScript code can be used to generate "Re: subject" and "Re: Re: subject" etc.
2. Add a threading mechanism to the database. I think one field will do.
3. Create a template for the format.
Comment