Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Web Developer Resource Index adds Vanilla
I just wanted stop in and say that the Vanilla forum is really a refreshing change from the millions of others out there. I won't name any names. Nice work! Nice enough that I added it to the PHP section of my developer index.
Wow, no tables, semantic XHTML, full, extensible CSS, separated behavior (Javascript)...thumbs up!
One suggestion: preview your post. ~d
0
This discussion has been closed.
Comments
For a starter, names on forms should be unneccessary. The only place that ever used a form name was javascript, and that can access them via an id now.
Regarding XHTML Strict:
I felt the same way at first, but I was surprised to find that moving from transitional to strict, and then to 1.1, was really not that difficult. I can give you a hand with it you'd like. The trickiest part is probably the Javascript stuff. document.write() is a big no-no, but I doubt you're using that (I haven't had the chance to look at the code yet). Name attributes are fine, just make sure you also use id with the same value.
Regarding Vanilla:
I did a manual install on my site this morning. I suppose I could have used the install script, but I like the low-level stuff. Very easy. I'm impressed Mark. This beats you-know-who, hands down.
I prefer to keep HTML disabled for posts. Markdown is just fine by me. I noticed right off the bat that you're using Michel's PHP port (also listed on drx). I'd suggest a link to John Gruber's Markdown syntax page for folks that aren't familiar with it.
So, come on over, sign-up, and post a message on loadaverageZero! ~d