For those of us with new sites or less popular sites, is there a way to alter the number of views each time the page is refreshed? For example, normally when you refresh the page it counts as one view. Is there a hook, or a code, or somewhere in the php to change that number from 1 to say... 12? So everytime the page is refreshed it adds 12 views instead of 1.
example video view and video likes
you have to go on your database
look for phpfox_video http://prntscr.com/j6mzqw
click on that
http://prntscr.com/j6n0c9 double click on total_like or total value and change it then click enter http://prntscr.com/j6n0c9
thats all
example video view and video likes
you have to go on your database
look for phpfox_video http://prntscr.com/j6mzqw
click on that
http://prntscr.com/j6n0c9 double click on total_like or total value and change it then click enter http://prntscr.com/j6n0c9
thats all
ok i understand but thats not what i want. is there a hook, or somewhere in the code where i can change '1' to a different number so it automatically counts all future views as several views each time the page is refreshed?
not in the code, there is language phrase example or in the code you need to add 1(total_mamber)= {total} User
you need to change this on database
how do i do this? this sounds like what i want!