Hi,
WP-Bannerize seems to be very useful plugin so far. But i'd like to count not only clicks but general shows(impressions) too.
How to make it?
Thanks,
Dimitri
Hi,
WP-Bannerize seems to be very useful plugin so far. But i'd like to count not only clicks but general shows(impressions) too.
How to make it?
Thanks,
Dimitri
I'm finding wp_bannerize to be a good starting point for a banner system, but there are a lot of features it needs to be something you can use for a serious business. At minimum you need to add start and end dates and an impressions counter. Unfortunely I can't wait for the next release for feature requests.
To add impressions you need to :
1) add an impressions row to the wp_bannerize_a table
2) add code to the bannerize function in the front end to increment impressions
3) add a column to the edit table to view the impressions
Its not difficult if you know how to code php.
This topic has been closed to new replies.