Copy plugins/my/
- classes/fieldtype_dropdown_phpcode.php
- Include in application_top.php
- require(‘plugins/my/classes/fieldtype_dropdown_phpcode.php’);
- define(‘TEXT_FIELDTYPE_DROPDOWN_PHPCODE_TITLE’,’Dropdown list phpcode’);
includes/classes/fields_types
- public static function get_types_for_filters()
- ‘fieldtype_dropdown_phpcode’,
- $fieldtypes[TEXT_FIELDS_TYPES_GROUP_LIST] = array(
- ‘fieldtype_dropdown_phpcode’,