Hello.
I see some difference between the users items and total items in my admin dashboard.
I have no flagged ads for antyhing.
Any ideas what that could be?
Thanks !
Hi.
Those inconsistencies come from other plugin you have, it is a known issue.
Use this:
https://www.valueweb.gr/forums/osclass-free-plugins/osclass-free-user-items-counter-plugin/
Thanks, but even after installing the plugin, i see the same results.
Thanks, but even after installing the plugin, i see the same results.
The plugin works with Daily CRON. Once a day. If you need to run it Hourly, open the plugins index.php and change the Cron:
## HOOKS
// init_admin = run counter stats update instantly on every admin page load (for testing)
// cron_hourly = run counter stats update every hour
// cron_daily = run counter stats update every day
// cron_weekly = run counter stats update every week
osc_add_hook('cron_daily', 'user_items_counter_update');
Still running it every hour is overkill imho.
Thanks, works just fine.