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.
New installation ...
Mark / All
Just wanted to congratulate you on some awesome software! Thank you!
My company (laveron.com) just re-launched the website for Scottish Ballet (here) and we used Vanilla for the forum. Unfortunately I had to hack around a bit to cover some changes the clients were looking for. Just small things (!) like making the category view the default, etc. and a few changes to the registration process. The hacks (there's nothing elegant about what I did) were quite simple, even for me -- a complete novice with php -- due to the excellent layout and design of the code.
Maybe if I ever get the chance, I can redo some of the changes as extensions so I can update the base code at some other point ...
Again, thank you!
Just wanted to congratulate you on some awesome software! Thank you!
My company (laveron.com) just re-launched the website for Scottish Ballet (here) and we used Vanilla for the forum. Unfortunately I had to hack around a bit to cover some changes the clients were looking for. Just small things (!) like making the category view the default, etc. and a few changes to the registration process. The hacks (there's nothing elegant about what I did) were quite simple, even for me -- a complete novice with php -- due to the excellent layout and design of the code.
Maybe if I ever get the chance, I can redo some of the changes as extensions so I can update the base code at some other point ...
Again, thank you!
0
This discussion has been closed.
Comments
Here's a list of the changes I made:
- Made the categories page the default view: renamed index.asp --> comments.php and renamed categories.php --> index.php
- Added a couple of extra tabs
- Added a new property called Location to the user object:
- Added the new field to the regitration and account admin pages
- Added a new field to the user db table
- Show the value beside the user's username in a message
- Removed the "why do you want to join the forum" box
- Removed the requirement to view the Ts & Cs pop-up before registering
I think that covers it.That "Why do you want to join" box is a bit unnecassary for users running an open forum. Might be cool to have it toggled on and off depending on the type of forum you're running.