Hi, the hack works fine, except for the parametersettings!
This must be done hardcoded!
One option I like to have is bannerrotation. You can rotate banners with Artbanners but when you having 5 banners and the countparameter is set to 5 the banners don't rotate anymore. I want all 5 to be visible and rotate!
The code is now like:
$count = (@$params->count > 0)?$params->count:"4";
$banners = (@$params->banners)?$params->banners:"";
$categories = (@$params->categories)?$params->categories:"";
$categories = "3";
if ($categories != "" || $banners != "") {
$start = "<font></font><table width=\"120\" cellspacing=\"2\" cellpadding=\"0\" align=\"center\" style=\"border:0px solid black;\"><td>";
$end = "</td></table>";
$content .= substr(showBanner( $categories, $count, $start, $end, $banners ), 6);
Anyone got a clue
