E easiii Well-known member Licensed customer Jan 25, 2020 #1 Hey guys, Quick question, I have a small widget that I would like to include in a Notice system. I've used the widget-key code but it doesn't render. Is there any way to make a widget render inside a notice?
Hey guys, Quick question, I have a small widget that I would like to include in a Notice system. I've used the widget-key code but it doesn't render. Is there any way to make a widget render inside a notice?
Mr Lucky Well-known member Licensed customer Feb 3, 2026 #2 get the notice id number and in template: notice_macros add the widget key under {$contentHtml|raw} e.g. Code: {$contentHtml|raw} <xf:if is="$notice.notice_id =='xx'"> <xf:widget key="your_widget" /> </xf:if> Upvote 0 Downvote
get the notice id number and in template: notice_macros add the widget key under {$contentHtml|raw} e.g. Code: {$contentHtml|raw} <xf:if is="$notice.notice_id =='xx'"> <xf:widget key="your_widget" /> </xf:if>