Avatar

Level 2

Hi Rahul,

I am kind of stuck trying to achieve #2 as per your previous response. Request you to help me out on this.

The fourm.js model event that gets triggered on click of "Post" button in "New Post" form is an operation and not a function.

createOperation: "social:createForumPost"

If I extend the OOTB forum.js in my custom component and make 'createOperation' a function, then I get 'Bad Request' error.

createOperation: function() {

     SCF.Forum.prototype.CreateOperation

     // ajax calls to update:subscriptions

}

I am not sure where to make ajax calls. Please guide me.