The information in this article applies to:
SUMMARYThis article describes which files and processes are needed to administer a FrontPage Discussion Web and offers tips for keeping a Discussion Web functioning correctly. MORE INFORMATION
The following main components provide the foundation for the FrontPage
Discussion Web, assuming you selected the Use Threaded Replies option when
you created the Discussion Web by using the Discussion Web Wizard.
All of these items will work only when used with the FrontPage Server Extensions. If any of these components are damaged or configured incorrectly, you may experience one or more of the following symptoms:
What Happens When an Article Is Submitted?When you submit an article, the WebBot Discussion component does the following:
What is Tocproto.htm?The Tocproto.htm file is located in the _disc# folder. Note: This is only true if the discussion folder was not renamed. It has a specific architecture that is maintained by the WebBot Discussion component and changes every time an article is posted. For example, the HyperText Markup Language (HTML) code for the article structure initially looks similar to this:
After the first article is posted, the Tocproto.htm file will reflect the
changes as follows.
NOTE: To conserve space, only the body of the file is shown. The asterisks indicate the additions to the file. The position of a new thread is indented only once, and replies to that thread are indented even further.
Notice below how the addition of another article (the reply) to that
posting is indented.
A new thread posted to the discussion group will begin at a new indention
and replies to that posting will appear indented under the new thread as
shown above. This structure will continue throughout continuous replies
and with replies to a reply.
What Components Make the Tocproto.htm Work as it Does?The Tocproto.htm file is comprised of three components:
where <DT> denotes Designated Term, <DD> denotes Designated Definition, and <DL> denotes Designated List. Note that each of these elements requires an ending tag (</DT>, </DD>, and </DL>). These tags provide the formatting information that displays the threads correctly. "FormInsertHere" (with the quotation marks): The point at which the new article is inserted.s-repliesto=x: This is an argument for the FormInsertHere component. It instructs the particular instance of the component to accept replies to posts of a specific article number. disc#_toc.htm or disc#_tocf.htm (framed)The disc#_toc.htm file is used as the contents page of your discussion Web. The disc#_tocf.htm file is created when you use a frameset to create the discussion Web.Disc#_tocf.htm: This file is used as the contents page of your discussion Web. The body of the Tocproto.htm file (described above) is included in this page using the WebBot Include component.Disc#_toc.htm: This file is used as the contents page of your discussion Web. The body of the tocproto.htm file, is included in this page using the WebBot Include component. Unlike disc#_tocf.htm, this file also includes _private/disc1_head.htm (header) and _private/disc1_foot.htm (footer). What is Service.cnf?The Service.cnf file is a configuration file located in the _vti_pvt folder in the current Web. This file contains information about the Discussion Web as well as other FrontPage Web specific configuration information. The section of this file that the Discussion Web directly relates to contains the article number variable. For example, if your discussion group is called "_bob", the configuration information will be stored in the _vti__bob_articlenumber key. The number will increment each time an article is submitted. If you change this number, you can alter the next article number. However, if you change this number so that it is less than the number of articles you have, newer articles will be appended or added to an existing article.NOTE: If you rename or modify a file in FrontPage Explorer, all subsequent links and configurations will be updated automatically. Because experimenting with the structure of your Discussion Web could cause it to function incorrectly, you should make these types of adjustments to a test Web first. When you have attained the desired results, check and recheck your Web before you implement the changes on your primary Web. REFERENCESFor additional information, please see the following articles in the Microsoft Knowledge Base: Q154675 FP: How to Edit/Delete Articles in a FrontPage Discussion Web Q169835 FP: Discussion Web Message Won't Keep Formatting after Posting Q152097 FP: Files in Discussion Web Are Overwritten Q143101 Using FrontPage Without the Server Extensions Q176927 FP: Newest to Oldest Order Doesn't Work in Discussion Web Additional query words: 97 98 discussion Web functionality
Keywords : kbdta fpexp fpedit fphtml |
Last Reviewed: January 17, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |