Quote:
Originally Posted by dwerden
I like the banner rotating system! I'm getting to know it so I can figure out the best way to use it.
Is there a way to clear the clicks for any/all banners I have built?
Thanks.
|
You can do this only by using a query, like:
Code:
UPDATE rbs_banners SET clicks=0
Eventually you also need to clear the rbs_hits table with
Code:
TRUNCATE TABLE rbs_hits