yii2mod / yii2-comments

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

questions / request #20

Closed fourclub closed 8 years ago

fourclub commented 8 years ago
  1. Сделать полный перевод расширения, включая кнопки "Удалить" и "Ответить" (которые в данный момент нельзя перевести i18n)
  2. Как правильно подключать свой вид на yii2-advanced пробовал: ставлю - 'commentView' => '@frontend/views/comments/index' получаю - Invalid Parameter – yii\base\InvalidParamException

-- Google Translate ---

  1. Make a full translation of the expansion, including the "Delete" button, and "Reply" (which at the moment can not translate i18n)
  2. How to connect your view of the yii2-advanced I tried: use - 'commentView' => '@frontend/views/comments/index' I get - Invalid Parameter – yii\base\InvalidParamException
ihorchepurnyi commented 8 years ago

Как правильно подключать свой вид на yii2-advanced пробовал: ставлю - 'commentView' => '@frontend/views/comments/index' получаю - Invalid Parameter – yii\base\InvalidParamException

Can you paste the full message of your error?

ihorchepurnyi commented 8 years ago

Сделать полный перевод расширения, включая кнопки "Удалить" и "Ответить" (которые в данный момент нельзя перевести i18n)

Resolved by commit d698654

fourclub commented 8 years ago

Спасибо за перевод нужный., обновился.

По ошибке, так пойдет? Invalid Parameter – yii\base\InvalidParamException The view file does not exist: W:\domains***\frontend\views\comments\index.php

ihorchepurnyi commented 8 years ago

Invalid Parameter – yii\base\InvalidParamException The view file does not exist: W:\domains***\frontend\views\comments\index.php

Hi, i tested this extension on the yii2-avanced tempalate without any errors. Are you sure that you create the view file(@frontend/views/comments/index)? This error tells that the view file does not exists in your folder.

fourclub commented 8 years ago

I'm sorry , did not notice the missing letter in the name, it's my fault . Fixed, I checked again and everything works.

Close this issue