jibon57 / Joomla_API

Joomla API for mobile apps (Android, iPhone/iPad & External site)
https://hoicoimasti.com
GNU General Public License v2.0
25 stars 20 forks source link

Joomla Star Rating form #4

Closed umh closed 7 years ago

umh commented 7 years ago

Hi,

Can you please guide or update your repository with joomla rating system. Love your API!

jibon57 commented 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.

umh commented 7 years ago

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.

jibon57 commented 7 years ago

@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 :)