XenForo
Administrative
- Thread starter
- Admin
- #1
Is there a way to display a specific notice without the wrapper?
I have this in my Listener.php
PHP:
Read more
ادامه مطلب...
I have this in my Listener.php
PHP:
Code:
public static function noticeSetup(\XF\Pub\App $app, \XF\NoticeList $noticeList, array $pageParams)
{
$visitor = \XF::visitor();
$templater = $app->templater();
$noticeList->addNotice('install_app_invite', 'bottom_fixer',
$templater->renderTemplate('public:earl_testpad_installapp', $pageParams),[
'dismissible' => true,
//...
Read more
ادامه مطلب...