XenForo
Administrative
- Thread starter
- Admin
- #1
Would be nice to have a couple of code events to make creating new custom field types possible.
To name a couple of methods that needed to be hookable:
Currently, the only way to add new types is to find each instance of each repository and controller and extend...
Read more
ادامه مطلب...
To name a couple of methods that needed to be hookable:
- XF\Repository\AbstractField::getFieldTypes
- XF\Repository\AbstractField::getMatchTypePhrases
- XF\Admin\Controller\AbstractField::fieldSaveProcess
Currently, the only way to add new types is to find each instance of each repository and controller and extend...
Read more
ادامه مطلب...