Closed umh closed 7 years ago
@umh, Sorry for late response. Will you please explain little bit more? I don't think you are facing any problem with the extension.
Hi, There is no issue for the features the extension offers, however i would like to add default Joomla voting plugin support for it, so that we get current rating of the article, submitting a vote and updating the article rating after submission.
@umh If you check this method: components/com_content/models/article.php line 266
public function storeVote($pk = 0, $rate = 0)
You will understand how to do that. Just make a new public method in Hoicoi Api & call storeVote method for counting vote :)
Hi,
Can you please guide or update your repository with joomla rating system. Love your API!