XF 1.3 Disable notices on registration page

jgas

Active member
Hello!

I'd like to know if it's possible to disable notices on the registration page, and on "pages" created within the "node section" of admin cp.

Thanks!
 
Thanks Jake!

SO following your inputs I modified page_container like this:

<xen:if is="{$contentTemplate} != 'register_form'">
<xen:hook name="page_container_notices">
<xen:include template="notices" />
</xen:hook>
</xen:if>

And it worked!
 
Top Bottom