Kako resetirati hitove za neki artikl?

Autor Nikola63, 22. Srpanj 2013, 09:10

0 Članovi i 1 Gost pregledava ovu temu.

Nikola63

Ako netko zna kako resetirati hitove za neki artikl?

ikiK

Citat:
Run SQL query/queries on database (your database name):
If however you only wanted to reset one article's hits, run the below command:

UPDATE `#_content` SET `hits` = 0 WHERE `id` = *

Replace the '#' with your table prefix AND replace the '*' with the article ID number.
...

Nikola63