- Posts: 10
COMMUNITY FORUM
update the number of votes K2
- Adrien
-
Topic Author
- Offline
- New Member
Less
More
10 years 8 months ago #133251
by Adrien
update the number of votes K2 was created by Adrien
hello,
I would like to manually update the number of votes and the number of visitors articles K2, is it possible for the database or other?
Thank you.
I would like to manually update the number of votes and the number of visitors articles K2, is it possible for the database or other?
Thank you.
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Platinum Member
Less
More
- Posts: 8743
10 years 8 months ago #133252
by Lefteris
Replied by Lefteris on topic Re: update the number of votes K2
Hi. Yes it is possible but you need to edit directly the database using a database management tool like phpMyAdmin.
Please Log in or Create an account to join the conversation.
- Adrien
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 10
10 years 8 months ago #133253
by Adrien
Replied by Adrien on topic Re: update the number of votes K2
Hi,
ok with phpMyAdmin
do you know what tables update ?
Thanks
ok with phpMyAdmin
do you know what tables update ?
Thanks
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Platinum Member
Less
More
- Posts: 8743
10 years 8 months ago #133254
by Lefteris
Replied by Lefteris on topic Re: update the number of votes K2
Yes. The hits is stored on the column 'hits' of the #__k2_items table . The rating is stored in the table #__k2_rating table.
Please Log in or Create an account to join the conversation.
- Adrien
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 10
10 years 8 months ago #133255
by Adrien
Replied by Adrien on topic Re: update the number of votes K2
Thank you, it's ok :)
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Platinum Member
Less
More
- Posts: 8743
10 years 8 months ago #133256
by Lefteris
Replied by Lefteris on topic Re: update the number of votes K2
You are welcome.
Please Log in or Create an account to join the conversation.