Log in

View Full Version : Forum Active: NO message location


Joey805
02-12-2006, 08:23 AM
What code would I need to change in order to change the location of the message that comes across the forum when you have your forum set to ACTIVE: NO

I would like to place this message below my navbar rather than at the very top of my forum. It messes up my logo.

I found that if I place the following code below the navbar template, it makes the message show all the time that the forum is off. I need it to only appear when I have the forum turned off. How would I do this?

<div align="center" style="color: red; background-color: white; border: 1px solid black; padding:2px">$vbphrase[alert_board_off]</div>

Thanks,

Joey