code to rotate banners

I'm trying to figure out what code to use to rotate premium banners in an ad zone.

I tried using this but it didn't work.
<a href="{$url}" onclick="out(this,'{$username}');"><img border="0" src="{$premium_banner_url}" class="premium-img"></a>

Thank you.
 

Mark

Administrator
Staff member
No such option, to rotate premium banners you should make a plugin to handle that. I thought there was one of these floating around but not sure, its quite an easy one to start learning plugin development.
 
Top