Great mod, thanks so much Kevin!
A little off-topic but figured you may be able to help -- I have one "notice" like message that doesn't appear in Notices but rather in the navbar template. I am trying to prevent it from showing up on the register and login scripts.
I am trying to do this:
Code:
<vb:if condition="THIS_SCRIPT != 'register' OR 'login' OR 'someotherscript'">
my code here
</vb:if>
but it doesn't seem to work. Do I need to write THIS_SCRIPT for each page that I do it on? I know your mod allows multiple scripts to be defined in the notices manager and thought maybe you could shed some light on how I can do it inside my navbar template.
Thank you.