I’m trying to write an extension to modify the comments form so I can add a rating as well.
I’ve so far created an extension that adds a field to the comments table to hold my rating.
I have a series of radio buttons on the form for the rating, so I need the form to submit the rating at the same time as the comments are submitted.
Which hook should I be using?
Thanks.
There are quite a few hooks in the comments module.. check out http://ellislab.com/expressionengine/user-guide/development/extension_hooks/module/comment/index.html.
You probably also want to look through modules/comment/mod.comment.php to get an idea of what stage the hooks are running at.
Cheers
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.