jgas Active member Apr 13, 2014 #1 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!
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!
Jake Bunce Well-known member Apr 13, 2014 #2 When adding/editing a notice in the Admin CP there is Page Criteria, but that criteria is inclusive and not exclusive. A template edit gives you more control over the criteria if you want to go that route, but that is no longer within the notice system: http://xenforo.com/community/threads/remove-notice-when-clicking-register.24667/#post-300944 Upvote 0 Downvote
When adding/editing a notice in the Admin CP there is Page Criteria, but that criteria is inclusive and not exclusive. A template edit gives you more control over the criteria if you want to go that route, but that is no longer within the notice system: http://xenforo.com/community/threads/remove-notice-when-clicking-register.24667/#post-300944
jgas Active member Apr 15, 2014 #3 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! Upvote 0 Downvote
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!