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.
Expanding User Account Information (The LUM_User Table)
I've recently inherited administrator responsibilities for a Lussumo Vanilla Community which maintains information for a professional organization. I would like to expand user information to include elements such as: "Dues Payment Method" and "Date Dues Paid". I'm a novice at PHP scripting, but I notice that fields can be added using the "PredefinedAttributes" add-on. However, can't I accomplish the same task by using the mysql "Alter Table" command? It seems to me that adding additional fields to the predefinedattibutes element will complicate database searches.
I am overlooking something? Are there benifits or pitfalls that I am not aware of?
Thanks....
0
This discussion has been closed.
Comments
Vanilla already lets users add custom info to their profile. The Predefined Attributes extension will let you specify some that should always be there.