[RSS Feed/News] How to remove notice wrapper?

Status
Not open for further replies.

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:

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

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