Quote:
Originally Posted by Link14716
I would rather modify a table "needlessly" when it is the best option. Using a profile field means that you have to find what field it is in, which requires either a setting or a needless datastore row to keep track of. Adding a brand new table means you either add a query needlessly, or you modify queries, which mean needless file edits.
Modifying the user table is much simpler than either of the two alternate methods you mention. Either way, a hack should include an uninstall script.
|
With an install script it should be easy to fetch the last userfield used and increment that by one??