I just upgraded and sent out my newsletter. Great job! Just a few comments (I write code for a living myself, so I hope you don't mind the detail. Nothing about your coding prowess is meant by it. I really appreciate what you're doing here!)...
Note: I tried uploading my edited file for you to see, but it was too large.
- In 2_column mode, I find it more convenient to have the featured post as the only item in the left column. I moved the Latest Threads, followed by News to the top of the 2nd column. (I am not using 3-column mode, but that's imbalanced as well)
- The subscribe/unsubscribe link takes one to their control panel, but the default for that page is to show subscribing/unsubscribing options for threads, not the newsletter, which is misleading. For myself, I changed the link to go to profile.php?do=editoptions
In light of this, here are some cool features you might consider:
- Add the "No" designator to the options page.
- Write a script that will change someone's subscription from the Yes designator to the No designator, and then link to that instead of the control panel. (In addition to being more convenient, it's more in line with services like Constant Contact, which allow one- or two-click unsubscribing.)
- Provide a way to configure columns. If you don't mind the code bloat, you could repeat every item in every column within conditionals that switch on their choices, or you could just have an order, and the code just plugs in #1, #2, #3, but then your customers (like myself) might have more trouble editing if we desire... tradeoffs.