komentify / meteor-comments-ui

Simple templates for comment functionality in your Meteor App
MIT License
76 stars 40 forks source link

Comments.config Drops an exception, and the custom templates are not working as well #102

Closed JefferyHus closed 8 years ago

JefferyHus commented 8 years ago

when I try to set some configurations to the package as follow: `// Comments config server side

Comments.config({ replies: false, onEvent: (name, action, payload) => { // e.g send a mail console.log(name, action); } });` it drops an error which says that the comments object has no 'config' object or function.

one more thing is the custom templates, when I create templates on my view and then call {{> commentsBox }} by passing a custom teplate name to textareaTemplate="myArea" it does not use it and keeps loading the original design.

matteodem commented 8 years ago

cannot reproduce this, please give me a reproduction repository if this problem keeps persisting.