yii2mod / yii2-comments

Comments module for Yii2
MIT License
159 stars 64 forks source link

Do comment moderation is? #26

Closed i-coder closed 8 years ago

i-coder commented 8 years ago

Do comment moderation is? To comment moderation were initially

disem commented 8 years ago

Comments management section setup

To access the comments management section, you need to add the following code to your application configuration:

  'controllerMap' => [
      'comments' => 'yii2mod\comments\controllers\ManageController'
  ]  

Basically the above code must be placed in the admin module

You can then access to management section through the following URL: http://localhost/path/to/index.php?r=comments/index

If you have added this controller in the module admin, the URL will look like the following http://localhost/path/to/index.php?r=admin/comments/index