Its main feature is that it allows a user to post messages as well as post replies to existing messages. WebBBS keeps track of which messages are posts and which ones are replies and displays them in a hierarchical tree-like fashion. Posts that start new topics are at the top of each tree, and the replies are shown indented beneath the original posts. WebBBS is also fully integrated with the user authentication library discussed above. Additionally, it allows a user to restrict the number of messages through a variety of query mechanisms. The user can conduct a keyword search and display only those messages that satisfy the search. The user can also select a range of dates within which the viewed messages were posted. For example, a user could choose to see only messages posted between 6/1/96 and 6/10/96. In addition, the user can select a range of posts based on age in days, and choose to see, for example, only those messages posted between two days ago and four days ago.
|