home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / FAQ / cgi-bin / discus4_00 / source / bd-instr.tmpl < prev    next >
Text File  |  2009-11-06  |  5KB  |  109 lines

  1. # FILE: bd-instr.tmpl
  2. # DESCRIPTION: Getting Started instructions
  3. # Copyright (c) 2002, DiscusWare, LLC, all rights reserved
  4. # -------------------------------------------------------------------------------------------
  5.  
  6.     This is the template that generates the instructions section for your board.
  7.  
  8.     You can find more about the use of this template in the Discus Support
  9.     Center at the following URL:
  10.     
  11.         http://www.discusware.com/support/resources/uitemplate/
  12.  
  13. <!--BEGIN-->
  14. <#simple variables#>
  15.  
  16. <p>
  17. Welcome to this discussion board!  This document gives you the basic knowledge 
  18. that you need to use this board effectively.  If you experience any difficulties 
  19. with the board, please
  20. <A HREF="$script_url/board-contact.$cgi_extension">contact a moderator</a>.
  21. </p>
  22.  
  23. <UL>
  24. <LI><A HREF="#read">Reading Discussions</A>
  25. <LI><A HREF="#contrib">Contributing to Discussions</A>
  26. <LI><A HREF="#search">Searching the Board</A>
  27. <LI><A HREF="#account">Getting an Account</A>
  28. <LI><A HREF="#further">Where to get further information</A>
  29. <LI><A HREF="#rules">Rules and "Netiquette"</A>
  30. </UL>
  31.  
  32. <A NAME="read"><P><FONT SIZE=+1><B>Reading Discussions</B></FONT></P></a>
  33. <P>
  34. Anyone with WWW access can read discussions on this board.  To read discussions, 
  35. navigate to the discussion of interest by single clicking on the links from the 
  36. list of topics and subtopics.  You can navigate backwards using the navigation 
  37. bars at the top of each page.
  38. </P>
  39.  
  40. <A NAME="contrib"><P><FONT SIZE=+1><B>Contributing to Discussions</B></FONT></P></a>
  41. <P>
  42. To post a message to an existing discussion, fill in the "Add a Message" box at 
  43. the bottom of the page.  You may use
  44. <A HREF="$script_url/discus.$cgi_extension?pg=formatting">formatting codes</A>
  45. or basic HTML tags to improve the appearance of your post.  At the 
  46. discretion of the moderators, the discussion may allow public posting or may 
  47. require a user account (username and password). Follow the instructions on the 
  48. form to supply the necessary credentials for posting.
  49. </p>
  50.  
  51. <P>
  52. Where available, you may click on a "Create New Conversation" button to start a 
  53. new discussion.  This will add a subtopic with the subject you specify and start 
  54. a conversation with the initial message that you specify.  After filling in the 
  55. subject line, post a message as described above.
  56. </p>
  57.  
  58. <A NAME="search"><P><FONT SIZE=+1><B>Searching the Board</B></FONT></p></a>
  59. <P>
  60. This discussion board can be searched by time of post and keyword from the
  61. <a href="$script_url/search.$cgi_extension">Search screen</a>.  This searching
  62. mechanisms provide convenient methods to locate discussions of interest.
  63. </p>
  64.  
  65. <A NAME="account"><P><FONT SIZE=+1><B>Getting an Account</B></FONT></P></a>
  66. <P>
  67. Having a user account on this discussion board gives the following benefits:
  68. </P>
  69. <UL>
  70. <LI>Ability to specify your full name and e-mail address to be included on your post
  71. <LI>Ability to enable e-mail notification of all posts to topics you select
  72. <LI>Ability to change your own password
  73. <#if pro#>
  74.     <LI>Ability to specify miscellaneous preferences for operation of the board, and to give more information about yourself that others can view
  75. <#endif#>
  76. </UL>
  77. <p>
  78. <#if pro && $GLOBAL_OPTIONS{allow_selfreg} == 1#>
  79.     To obtain a user account, go to the
  80.     <a href="$script_url/board-profile.$cgi_extension?action=register">User Registration</a>
  81.     screen.
  82. <#else#>
  83.     To obtain a user account,
  84.     <a href="$script_url/board-contact.$cgi_extension">contact a moderator</a>.
  85. <#endif#>
  86. </p>
  87.  
  88. <A NAME=further><P><FONT SIZE=+1><B>Where to get further information</B></FONT></p></a>
  89. <P>
  90. For additional information on using this system, read the
  91. <A HREF="$script_url/discus.$cgi_extension?pg=formatting">Formatting document</A> and the
  92. <A HREF="$script_url/discus.$cgi_extension?pg=troubleshooting">Troubleshooting document</A>.
  93. If you have additional questions or concerns, post them to an appropriate area on the
  94. discussion forum, or contact one of the moderators or the board administrator from the
  95. <A HREF="$script_url/board-contact.$cgi_extension">contact page</A>.
  96. </P>
  97.  
  98. <A NAME=rules><P><FONT SIZE=+1><B>Rules and "Netiquette"</B></FONT></p></a>
  99. <P>
  100. When writing your messages, please use the same courtesy that you would show when speaking
  101. face-to-face with someone. Flames, insults, and personal attacks will not be tolerated.
  102. It's fine to disagree strongly with opinions, ideas, and facts, but always with respect
  103. for the other person. Great minds do not always think alike, and that's where the fun is!
  104. Also, note that messages express the thoughts of the writers, not the board or its
  105. moderators. 
  106. </P>
  107.  
  108. <!--END-->
  109.