*

Daniel PM

  • ****
  • 111 posts
Increase 'Viewed'
« on: June 21, 2016, 02:56:08 AM »
Just a question: Is there a way to increase the 'Viewed:' in item and search page? ie. if in reality the ad has 10 views, that automatically the next click on the ad triplicate the number?

Thanks Frosticek.
Daniel PM

Marked as best answer by frosticek on June 21, 2016, 05:40:50 PM
*

MB Themes

Re: Increase 'Viewed'
« Reply #1 on: June 21, 2016, 07:55:21 AM »
@Daniel PM
Clicks are calculated by osclass, not by theme.
When showing vies, you can find:
Code: [Select]
osc_item_views()
and change to:
Code: [Select]
osc_item_views()*3
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Daniel PM

  • ****
  • 111 posts
Re: Increase 'Viewed'
« Reply #2 on: June 21, 2016, 04:17:53 PM »
Thanks frosticek, works great! :D :D
Daniel PM