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.
1 site, 1 login, many vanilla forums

How to implement it?
www.coffeeshopinthecornerofthestreet.com
0
This discussion has been closed.
Comments
Why?
Every different forum you have gets it's own set of files and it's own configuration variables. Then in the conf/database.php file, they will all be assigned to the same database name, but different prefixed tables. The only table that is the same in every configuration is the LUM_User.
>> conf/database.php file, they will all be assigned to the same database name, but different prefixed tables. The only
>> table that is the same in every configuration is the LUM_User.
Has anybody been able to install multiple Vanilla's in the same database. I seem to have a problem with the second install where it does not pick up the updated table prefix setting.
I have updated the $Configuration['DATABASE_TABLE_PREFIX'] = 'LUM_'; setting in both the conf/setting.php and conf/database.php of the second install, but it does not seem to pick it up. I just get the following error: Any thoughts ...
In addition to $Configuration['DATABASE_TABLE_PREFIX'] setting in appg/settings.php, there is also $DatabaseTables['User'] setting in appg/database.php which must be changed too (otherwise Vanilla itself will use LUM_User database table).