Sadly, life tends to find ways to stamp out nearly all of my leisure time right when I thought I had some.
A very brief update: I’m sketching out some design patterns as they come to me. If anyone reading this has an idea, send me a picture, scan, or whatever (ASCII art would be really impressive) and I’ll check it out. The more ideas the merrier. Also, if anyone has any colors or color schemes they like, comment or send me an email or PM. In terms of coding, I haven’t gotten much done, though tonight I’m going to start working on a basic forum system. I’ve decided that I’m leaving user authentication until the very end.
That’s all. Cheerio.
Theme change that is. I’d like to say that this is the last one, but it’s hard to say.
Anyway, I’m going to finish coding the view pages tomorrow for the Articles, do a bit of virtual housekeeping (the stylesheets are a mess right now) and then get started on a User Authentication system. There are a few premade ones available, so I’ll check those out first. If they integrate well, then I’ll take the shortcut, but I don’t think it’ll be too hard. If that goes quickly, I’ll start working on a simple forum - just threads and posts for now.
Finally, one feature I left out of the last post is a style-switcher, and I plan to port (eventually) every skin I’ve made to be available. I know a lot of people were fond of the green one especially. So once those are all done, that’ll make five skins by my count, which will hopefully suit everybody’s tastes 
Here’s a quick mind-dump of things I’d like to do:
- Auto repeat IP detection on registration
- Better spam control - to the point of not having to manually validate new members
- Better tracking of tasks - quickly access recent moderation activity
- Find all posts by member (sorely lacking in IF)
- New report system - clicking report adds an item to a queue that staff can see. When the staff have dealt with it, they check it as completed. This way we have a log and we know everyone will get the reports.
- Move most moderation tasks to inline functions - moderators with power in the current page will see the corresponding links. I want to try to get rid of the Admin Control Panel altogether and simply have an extended pane on every screen for admins.
- Keep BBCode support.
- Mark posts as “quality” - members with, say, 25 quality posts will be considered for the title of quality poster, which will give them a few perquisites. No idea what they could be, though. Perhaps just a warm, fuzzy feeling.
- Better polls. The ones right now let you vote for every option unless you go with the first choice. I’d like to amend that
Comment with more!