whats the difference between a FORUM THREAD and a FORUM POST ????
robbartn - August 11, 2008 - 04:14
| Project: | Flexiforum |
| Version: | 5.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
what are the differences between:
threads, posts, and comments
thanks!

#1
THREAD is the initial *starting* post.
POST is a reply to a THREAD or a reply to a post within a thread.
POST is a form of COMMENT - they are mutually exclusive:
With the core Forum module, comments (from the core Comment module) are posts. Flexiforum allows you to use Node Comments instead of Comment for forum posts, allowing them to be nodes instead of comments. If you are using this behaviour then POST replaces COMMENT. Otherwise POST does not exist and you are using COMMENTS instead. You cannot have both.