XenForo
Administrative
- Thread starter
- Admin
- #1
I am trying to add new field to my addon when create thread but when i try to extend Thread\Creator like below:
PHP:
I got this error
PHP:
and i already add Base class name XF\Service\Thread\Creator and Extension class name shqawe\Demo\XF\Service\Thread\Creator in ACP
So where is the problem in my code?
ادامه مطلب...
PHP:
class Creator extends XFCP_Creator
I got this error
PHP:
XFCP_Creator not found
and i already add Base class name XF\Service\Thread\Creator and Extension class name shqawe\Demo\XF\Service\Thread\Creator in ACP
So where is the problem in my code?
ادامه مطلب...