*

Izzyboi

  • ***
  • 59 posts
How to disable number of views in Beta theme
« on: April 03, 2021, 12:27:48 PM »
Hello, please how do I disable the number of views in beta theme

Or is there a way to automatically increase it

Marked as best answer by frosticek on April 04, 2021, 02:02:16 PM
*

MB Themes

Re: How to disable number of views in Beta theme
« Reply #1 on: April 03, 2021, 03:30:12 PM »
You can increase it in database only, t_item table, i_view column.
To disable, you must remove osc_item_views() in item.php of theme
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Izzyboi

  • ***
  • 59 posts
Re: How to disable number of views in Beta theme
« Reply #2 on: April 04, 2021, 01:31:27 PM »
Thank you