5
I'd like to see block exclusion too (i.e. All Pages except xxxx). Banners aren't blocks but a less than elegant workaround for either is to capture the pagetitle and if/then to place a banner/blocks or not.
==============
<{if $xoops_pagetitle <> 'Your page title'}>
<{$xoops_banner}>
or other code / block call etc.
<{/if}>
===============
This isn't a pretty solution but does work. It gets complicated when you have pages within a module that change the pagetitle. You then have to wrap the if/then to catch the whole module... Wait, maybe there is a module name variable you can trap instead of pagetitle. Just thinking off the top of my head.