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.
Suggestion: One database prefix configuration variable
I'd love to see in a future version of vanilla: ONE variable in the config file for the database prefix.
If you have more than one installation of vanilla running in the same database it's nasty to change the db prefix in different files...
Actually I have to change it 1) for the LUM_User, 2) any other tables, 3) setup file, 4) mysql.php for creating the tables...
If you have more than one installation of vanilla running in the same database it's nasty to change the db prefix in different files...
Actually I have to change it 1) for the LUM_User, 2) any other tables, 3) setup file, 4) mysql.php for creating the tables...
0
This discussion has been closed.
Comments
I look forward the next version
I was thinking, why not hardcode the prefix into the appg/database.php file's $DatabaseTables variable like you do with LUM_User, this way you can override the table names with whatever you like! Surely that is more advantageous than hardcoding it, it isn't confusing either.
Adam.