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.
Stripping Vanilla
Ok just wondering how hard would it be to strip vanilla o the core, say keep the template system, mysql classes, everything needed to make extensions work but remvoe the forum and all so something new could be written.
0
This discussion has been closed.
Comments
Typically when I start a new app with the framework, I:
1. Copy the appg/ folder and make the necessary changes in appg/settings.php.
2. Create a library folder and get copies of the People and Framework folders in there.
3. Create a new library folder named after my new application that will hold classes and controls specific to that app.
4. Copy the necessary dictionary entries into a languages folder
5. Create a conf directory & files for my specific installation
6. Create a themes directory and get all of the non-vanilla theme files in there.
7. Copy the people.php file into the root.
8. Create a new php file in the root and start writing my app.
I haven't worked it all out yet. My notion is that you'll be able to throw the swell files into vanilla (and vice versa) and they'll just work together.