- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi Rahul,
I was able to achieve the required functionality with Implementation approach 1 - client side customization as suggested.
I got the user input values through jquery and extended forum.js to get success handler of post created, as below.
addCommentSuccess: function(response) {
// get post id from response and make ajax calls to update subscription with the user input values
SCF.CommentSystem.prototype.addCommentSuccess.call(this, response);
}
Thank you for the insights.
-Asha G
Views
Replies
0 Likes
Total Likes