Update custom fields for saving custom field data
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 28 Mar 2017 17:53:43 +0000 (13:53 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 28 Mar 2017 17:53:43 +0000 (13:53 -0400)
commitdae297a5dcc6a823df760a49bec71a9db7e1a381
treedb828afb5352afd2e943257b8d1cd4033bb463db
parente9e9a82f7065444ceab13c8e65e49df3d0b8b63c
Update custom fields for saving custom field data

Custom field plugin now will create custom fields with three types:
text, textarea, and checkbox.
All field data stores into text fields.
13 files changed:
classes/customFieldPluginSupport.php [new file with mode: 0644]
classes/data/dataCustomFields.php [new file with mode: 0644]
config/plugin.ini
index.php
models/admin/management/fields.php [new file with mode: 0644]
models/admin/memberinfo/fields.php [new file with mode: 0644]
setup/adminHooks.php
setup/adminTabs.php
setup/databaseScripts/create_database_V0.0.1.sql
setup/databaseScripts/dbVersions.php [new file with mode: 0644]
setup/validActions.php
views/admin/management/fields.html [new file with mode: 0644]
views/admin/memberinfo/fields.html [new file with mode: 0644]