Re: [PHP] Threaded discussion Phorum algorithm

2001-05-24 Thread Martin Cabrera Diaubalick
Sent: Thursday, May 24, 2001 4:24 AM Subject: [PHP] Threaded discussion Phorum algorithm > I need to implement a custom discussion phorum for a news site. I would > like to know what is the most common algorithm to display the message > list threaded and indented. This to accomplish one task

Re: [PHP] Threaded discussion Phorum algorithm

2001-05-23 Thread Adeline Wong
sorry, should be http://www.phorum.org. - Original Message - From: Adeline Wong <[EMAIL PROTECTED]> To: Michael Stearne <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: php php <[EMAIL PROTECTED]> Sent: Thursday, May 24, 2001 12:22 PM Subject: Re: [PHP] Threaded dis

Re: [PHP] Threaded discussion Phorum algorithm

2001-05-23 Thread Adeline Wong
Try this.. http://www.phorum.net. - Original Message - From: Michael Stearne <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: php php <[EMAIL PROTECTED]> Sent: Thursday, May 24, 2001 11:42 AM Subject: Re: [PHP] Threaded discussion Phorum algorithm > Here's

Re: [PHP] Threaded discussion Phorum algorithm

2001-05-23 Thread Michael Stearne
Here's a paper Jamie Zawinski did on threading, it might be of use, but probably a little more than what you were looking for. http://www.jwz.org/doc/threading.html Michael rodrigo wrote: > I need to implement a custom discussion phorum for a news site. I would > like to know what is the most

[PHP] Threaded discussion Phorum algorithm

2001-05-23 Thread rodrigo
I need to implement a custom discussion phorum for a news site. I would like to know what is the most common algorithm to display the message list threaded and indented. This to accomplish one task: to show the reply to a post directly below the parent post and so on. Thanks in advance. -- *