News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

Headers on specific boards....

Started by hurricanenick, August 13, 2009, 11:56:23 AM

Previous topic - Next topic

hurricanenick

Does anyone know how to add a header banner to just one board, not all of them?

I downloaded the Global header and footer mod and it's for the entire site. Is there a mod that lets you pick the boards you can have the header show on?

Kays

The board number is there so you can use something like this index.template.php of the theme you are using.:


if(!empty($context['current_board']) && $context['current_board'] == 1)
echo '<img src="path_to_new_banner" alt="" />';
else
echo '<img src="path_to_old_banner" alt="" />';



If at first you don't succeed, use a bigger hammer. If that fails, read the manual.
My Mods

Advertisement: