Basic Joomla vote plugin:
/plugins/content/vote/vote.php
Does anybody know where and how votes of article are updated?
I have found a MySQL table called #__content_rating
.
So, I do not understand, when somebody votes for article, how does this script ..vote/vote.php
update data in table #__content_rating
?
Anybody know? I tried to find it but was unsuccessful.
p.s. I am using Joomla! 2.5.0 Stable. Thank you in advance.