PDA

View Full Version : Help For Notices


hexor
03-30-2009, 06:53 AM
Hello ,

I am wanting to show the notices to users only when they are on the home page ..i dont want it to show when they go into forums ..

is there any possible way i can do this??

if so , please help me . help is greatly appreciated.

thank you.

Seven Skins
03-30-2009, 09:10 AM
Find in navbar template:
<if condition="$show['notices']">

Change it to:
<if condition="($show['notices']) AND (THIS_SCRIPT == 'index')">

.