MyBB Community Forums

Full Version: Restting views and clicks on "my advertisements plugin"
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a way to reset the views and clicks on the banner ads?

Thanks
there is no setting available. you can run SQL query like below
UPDATE `mybb_myadvertisements_advertisements` SET `clicks` = 0

see this guidance if required --> Common SQL queries and how to run them
Thanks again M.

This stuff is really out of my league though. Ill have to leave it for now.

Thanks again