tribbyBoard readme

tribbyBoard is released under the GPL version 2 license.

Installation:

  1. Open boardtemplate.html, messagetemplate.html and posttemplate.html with a text editor and modify them as you please to customize the board. See the guide below for help with customizing.
  2. Open index.php with a text editor and make the following changes to lines 3 thru 8:
  3. Create a folder called board or whatever on your webserver.
  4. Upload index.php, boardtemplate.html, messagetemplate.html, posttemplate.html and faq.html into the folder.
  5. Create a MySQL table in the database which you specified in step 3 using the board.sql schema. Depending on your webhost, this can be accomplished varying ways.
  6. Thats it! You can now use your message board by accessing the index.php file. Note that since the message board starts out with no messages, the index.php file may start out looking fairly blank (depending on how much you modified the boardtemplate.html file).

Customizing

Customizing tribbyBoard is as easy as writing HTML! There are three files which you need to modify in order to customize the board -- boardtemplate.html, messagetemplate.html, and posttemplate.html. boardtemplate.html is the template for the main board, messagetemplate.html is the template for the appearence of the messages themselves, and posttemplate.html is the template for the message which appears after a user has posted to the board.

Instructions for modifying boardtemplate.html:
  1. Put <!--MBNAME--> into the file wherever you want the message board name to appear.
  2. Put <!--THREADS--> into the file wherever you want the actual message threads to appear.
  3. Thats it! You can modify the template in any way that you like, but make sure that the form for posting messages keeps the same <input> tags.
Instructions for modifying messagetemplate.html:
  1. Put <!--MBNAME--> into the file wherever you want the message board name to appear.
  2. Put <!--SUBJECT--> into the file wherever you want the subject of the message to appear.
  3. Put <!--NAME--> into the file wherever you want the name of the person who wrote the message to appear.
  4. Put <!--EMAIL--> into the file wherever you want the email address of the author to appear.
  5. Put <!--DATE--> into the file wherever you want the date the message was posted to appear.
  6. Put <!--MESSAGE--> into the file wherever you want the message itself to appear.
  7. Put <!--THREADS--> into the file wherever you want the thread tree to appear.
  8. Put <!--QUOTE--> into the file wherever you want the quoted message to appear (this should be kept inside of the <textarea> tags in the reply form).
  9. <!--MES_THREAD--> and <!--MES_ID--> need to stay where they are.
  10. <!--BACK--> is for linking back to the board from the message. You should probably leave it where it is.
  11. Thats it! Like with the other template, the <input> tags of the form need to stay in tact.
Instructions for modifying posttemplate.html:
  1. Put <!--MBNAME--> into the file wherever you want the message board name to appear.
  2. <!--MES_ID--> is for linking to the message ID which a user has just posted. Leave it inside of the <a> tag.

Thats all you need to know to install tribbyBoard! Enjoy!

tribbyBoard v1.31 (2001-07-29) is copyright © 2001 Jeremy Tribby. all rights reserved. http://www.tribby.com/board/