[RSS Feed/News] Custom fields code events

Status
Not open for further replies.

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:
  • XF\Repository\AbstractField::getFieldTypes
  • XF\Repository\AbstractField::getMatchTypePhrases
  • XF\Admin\Controller\AbstractField::fieldSaveProcess
And any other that may be required to add new custom field types.

Currently, the only way to add new types is to find each instance of each repository and controller and extend...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom