XenForo
Administrative
- Thread starter
- Admin
- #1
Hi,
I'm currently working on a self-made addon that extends the Userupgrade class. I added a custom input field on the ACP user upgrade edit page (following the Let's Build an Addon guide) and on the step where I need to extend the save process I get an error:
This is the code in my foo\addon\XF\Admin\Controller\UserUpgrade.php
PHP:
Read more
ادامه مطلب...
I'm currently working on a self-made addon that extends the Userupgrade class. I added a custom input field on the ACP user upgrade edit page (following the Let's Build an Addon guide) and on the step where I need to extend the save process I get an error:
This is the code in my foo\addon\XF\Admin\Controller\UserUpgrade.php
PHP:
Code:
class UserUpgrade extends XFCP_UserUpgrade
{
protected function upgradeSaveProcess(\XF\Entity\UserUpgrade $upgrade)
{...
Read more
ادامه مطلب...