1
Say I have 4 banners H1, H2, F1, F2.
In XOOPS these benners are shown with random rotation.
I need to show only H1, H2 in header(with rotation) and
only F1, F2 in footer(with rotation).
NB: In postnuke benner showing function has a parameter. Say I saved H1, H2 with a banner ID 0 and in header I echoed "Banner(0)" , then all banners with 0 ID wil be rotated in header.
I did not find way to assign a custom banner ID. So how it is done in Xoops?