Guestbook
To add a guestbook to your domain, you need to make a page called 'messages.html' and FTP it to your main 'docs' folder. You need to set the file as 'writable by anyone' - consult your FTP programs help file. The messges.html can be designed however you please, but you need to add a 'form' for adding new messages. IF you don't know what an HTML form is, you are clueless! Here are some example implementation:www.cyclecide.com's guestbook www.freshartnyc.org's guestbook www.thefirsttwins.com's guestbook And lastly, www.monkeybrains.net's guestbook
Okay, here is what you need to do:
Add a special comment in the 'message.html' file and the form for users to add more messages. Here is the comment you need:A new messge will be added to your page where ever that comment is placed. And here is the sample form you need to add to allow users to add their messages:
<!--begin-->
|
|
To add a guestbook to your /~username/ site -- if you don't own a domain name -- your URL will be http://www.monkeybrains.net/~username/messages.html and you need to include a hidden field inside the form:
<input type=hidden name=path value='/~username'> |
You Can also use this trick to put your messages file in another directory. This allows you to have one message board per directory! For example, to start another message board in your /food folder, you would add this line to the form:
<input type=hidden name=path value='/food'> |
CHECKLIST / RECAP