Trying to determine if I can access entries in the xf_user_option (user preferences) table through the ACP and add them that way, instead of manually adding columns to the database...
My guess is that it would be a support nightmare giving non-developers direct access to make changes to tables. Custom user fields is as close as you are going to get.
My guess is that it would be a support nightmare giving non-developers direct access to make changes to tables. Custom user fields is as close as you are going to get.
I was thinking this would be an ACP category similar to permissions or custom user fields, with the ability to add new options and specify their type. When I'm adding one via SQL it's usually just a boolean option, such as "receive alerts for x" yes/no. From there it's up to the developer to leverage the option in the back-end code in their addon.