Topic: Unusual punbb implementation
I need to setup a bulletin board-esque system for use by a bunch of senior citizens (in conjunction with their 50th class reunion). The intent here is for them to be able to post and reply to comments as well as post images. Because they're elderly, many of them are (more than) a little technophobic, so this needs to be a 1-page deal, and as simple to use and minimalistic as humanly possible. I'll want to strip out as many features, links, etc. as I possibly can. Less is more for old fart technophobes! The good news is, I'm plenty comfortable editing the php and css code. The bad is that it's not always so easy to find!
I'd like the login to be non-verified and allow instant access, but I also want people to be recognized when they return. (No big deal - enable cookies, but disable the password mechanism - but is that possible?) Of course, I'd like to prevent bots if there's any good way to do so, but obviously I'm eliminating some of the main tools for doing so! Likewise, some sort of system needs to be used for posting (preferably not challenge/response image-text verification since that will confuse many of them - not to mention eyesight issues.) I will supplement anti-bot measures by moderating the forum regularly.
So my questions are...
1. Can anyone point me to a similar implementation of punbb? If someone has done this, I'd love to take a look.
2. Any suggestions as to the best way to pull this off?
3. If I manage to pull this off, should I post it somehow for others to use? (As a mod? As a custom "full" install?) Or has someone already done this? (I can always hope! )