Log in

View Full Version : Notices


PinkDaisy
08-16-2009, 05:47 PM
I am using the notices on my board.

Is there a way to make them just show up on forum home and NOT on like when you are reading threads, etc.

Thanks in advance!

HMBeaty
08-16-2009, 05:55 PM
In your navbar template, find:
<if condition="$show['notices']">
And change to:
<if condition="$show['notices'] AND THIS_SCRIPT == 'index'">

PinkDaisy
08-16-2009, 06:28 PM
Thanks so much!

HMBeaty
08-16-2009, 06:30 PM
No problem :)

Daisyboo
08-25-2009, 07:51 AM
Thanks from me too!