Hello Robbo, just wanted to know if you can get rotating ads on the upcoming version, currently the ads only show one under the other and since I only want the ads to appear in one place. This limits me to show only 1 ad.. Thanks!
You mean JS rotating ads? There are plans to enhance how they are shown I just have to get a heap of other things done first like a new website to sell the add-ons properly.
When you load the page it will grab all the ads from the cache. Then if random views is set those ads will simply be 'shuffled'. If it isn't random then a table will be loaded which is ad_id and last_time_viewed, it is sorted by the last_time_viewed. I then sort the cached ads I grabbed by the last time they were viewed. Then it goes into the process of showing ads in certain positions with certain criteria, first ad that meets all requirements is shown and since it is ordered this way it essentially means it is rotated.