Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
Under ControllerAdmin\BbCode[PHP]return $this->responseRedirect( XenForo_ControllerResponse_Redirect::SUCCESS, XenForo_Link::buildAdminLink('bb-codes') . $this->getLastHash($dw->get('bb_code_id')) );[/PHP]Should be[PHP]return $this->responseRedirect( XenForo_ControllerResponse_Redirect::SUCCESS, XenForo_Link::buildAdminLink('bb-codes') . $this->getLastHash('bb_code_' . $dw->get('bb_code_id')) );[/PHP]
Under ControllerAdmin\BbCode
[PHP]return $this->responseRedirect(
XenForo_ControllerResponse_Redirect::SUCCESS,
XenForo_Link::buildAdminLink('bb-codes') . $this->getLastHash($dw->get('bb_code_id'))
);[/PHP]
Should be
XenForo_Link::buildAdminLink('bb-codes') . $this->getLastHash('bb_code_' . $dw->get('bb_code_id'))
We use essential cookies to make this site work, and optional cookies to enhance your experience.
See further information and configure your preferences