PDA

View Full Version : How to Display Banner Only on Forum Index Page


Dotti
02-22-2012, 12:24 PM
I used the following before the upgrade to 4.1.10. I cannot get it to work on 4.1.10. Please help.

< if condition="THIS SCRIPT == 'index' ">
< !-- banner code here -->
< /if>

No spaces after <

Placed in common templates/ header section. Replaced banner code here with html for top of message board.

Thank you.

Dotti's Weight Loss Message Board (http://www.dwlz2.com/forum/)

kh99
02-22-2012, 02:03 PM
Try this:

< vb:if condition="THIS SCRIPT == 'index' ">
< !-- banner code here -->
< /vb:if>