Kareylo / CakePHP-Comments

A fully customizable Comments plugin for CakePHP 3.
MIT License
8 stars 3 forks source link

Reply function not working #5

Open phamxuancan opened 6 years ago

phamxuancan commented 6 years ago

Hi, I am using this plugin for cakephp3, i click to button reply in view comment but, it seem has some error, it doesn't work. Please help me. Or if it is not a error, please help to guide for using reply function. Thank you so much!

Kareylo commented 6 years ago

When you load the helper, do you put the loadJS option ?

$this->loadHelper('Kareylo/Comments.Comment', ['loadJS' => true]);
sasilen commented 6 years ago

I am loading and same problem, reply doesn't do anything.

AppController.php public $helpers = ['Kareylo/Comments.Comment' => ['loadJS' => true], ..

phamxuancan commented 6 years ago

ok Thank you @Kareylo

NhaiTeddyBear commented 6 years ago

Help!!! I am in same issue, try to load helper and call 'loadJS' => true also, but it seems still wrong. Till now, I cannot use reply comment.