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.
Circle Theatre & Vanilla
We just launched a Vanilla-powered forum for a community theatre company, Circle Theatre.
Several observations:
Several observations:
- Getting the forum tightly integrated into Circle's narrow one-column layout would have been a nightmare with most forum packages. The clean separation of markup and presentation, using DIVs for layout, etc. all made using Vanilla the obvious choice.
- The theming system was not as clean in terms of separating code from UI markup. I'm not a big fan of the echos and PHP code sprinkled throughout. I'd like to see a real templating system (i.e. no more echos) in a Vanilla 2 or 3.
- It seems like Vanilla has a more component-driven approach to the UI, which is interesting given my day job in Java. JSF is going the same route. I have to admit I'm not a big fan of that approach, but maybe it'll grow on me.
- Extensions are excellent, but I have some concerns about performance. Mostly I see page size bloating as more and more CSS and JS files get aggregated on. I'm not sure what could be done about that; maybe there could be some standardization among extension authors on JS libraries (ie. Prototype vs. JQuery vs. Dojo)?
- Kudos to the Vanilla community! Definitely one of the more responsive and helpful open source communities I've participated in.
0
This discussion has been closed.
Comments
And welcome to the comminity
another thing to be aware or the html theme is that is doesn't run as fast as the css version of vanilla, which is expected, but it still works.