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.
Phorum or Vanilla?
Phorum seems nice. Haven't had time to research it much, but it seems very flexible and easy to adapt to your own needs. What are your thoughts on Phorum compared to Vanilla? What are their strong and weak points compared to each other?
0
This discussion has been closed.
Comments
Haven't quite figured out how their add-ons work either.
OO = Object oriented. In short it means you have separate bits of code that deal with logical units. And bits that can inherit functionality from other bits. MVC is short for Model-View-Controller, which is a design pattern where you separate the parts of an application into three parts, the model (data), the view (the interface) and the controller (the stuff between the two).
Edit: Gnah, too late.
I guess u don't have to understand everything to work with VAnilla.
All i know about MVC is that its used by Rudy on Rails and hence its fancy. Fancy is always good