User items and tota...
 
Notifications
Clear all

[Solved] User items and total items

5 Posts
2 Users
1 Reactions
308 Views
(@dave-dk)
Posts: 5
Active Member
Topic starter
 

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 !

 
Posted : June 12, 2021 23:12
Fulcanelli
(@fulcanelli)
Posts: 29
Eminent Member
 

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/

 
Posted : June 13, 2021 00:14
(@dave-dk)
Posts: 5
Active Member
Topic starter
 

Thanks, but even after installing the plugin, i see the same results.

 
Posted : June 13, 2021 02:08
Fulcanelli
(@fulcanelli)
Posts: 29
Eminent Member
 
Posted by: @dave-dk

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.

 

 
Posted : June 13, 2021 02:22
Dave DK reacted
(@dave-dk)
Posts: 5
Active Member
Topic starter
 

Thanks, works just fine.

 
Posted : June 13, 2021 19:37