I decided I wanted to replace the “sign the Guestbook” function attached to this personal web page here with a message board where people could read threads they are interested in, reply (with or without quotes), and so forth, and perhaps most importantly not require me to create static web pages for each posting submitted.
Of course shelling out for vBulletin was out of the question. And although there are free php based bulletin boards you can create and deploy, I decided that since in my other online presence I do purport to be a database geek, I really ought to write my own.
Therefore:
It is, for the moment, hosted for free, putting me in the beggars-should-be-choosy position of accepting their security structure, which precludes providing logon-free guest access, as I’d originally intended. So for read-only no-posting-privs access, Account is “FmGuest” and password “guest”. (Then click FmBoard on the next screen)
Things not implemented yet but shall be:
• Search function. For this, at least, I should be able to outdo vBulletin, or at least the SDMB’s incarnation thereof. It won’t be true boolean search language but it should at least support phrases, concurrent search terms, omit terms, wild cards, etc…
• Edit post function.
•Info about the poster/user, next to their posts. Including home pages, email, IM, etc
• text formatting like italics, bold, etc.
Things not implemented and probably never will be:
• Smilies. At least not unless FileMaker 9.5 or 10.0 rolls out with support for calculation field of result type “container” that let you concatenate text with graphic elements. There sure isn’t any elegant way to do it now.
I think it’s pretty close to usable and servicable for a low-volume deployment like what I’ve got in mind. All the material from the original “Sign the Guestbook” has been redeployed as the “Main Board”. I added two other forums but they don’t really have any content to speak of yet.
Anyway, I’m feeling rather pleased with myself in an insufferably geeky way…