Once installed you can place php code in your .tpl files.
Now it should be a simple matter of putting
- Code: Select all
<?php if (forum_id != XX){ echo 'HERE GOES YOUR BANNER CODE'; } ?>
You should replace XX with the id of the sub-forum where you don't want the banner to show.
Make sure to only replace the text between the ' ';