diff --git a/common/config/main.php b/common/config/main.php
index 1cfbc9a..19e7e8f 100755
--- a/common/config/main.php
+++ b/common/config/main.php
@@ -12,7 +12,7 @@
'disabledCommands' => ['netmount'], //отключение ненужных команд https://github.com/Studio-42/elFinder/wiki/Client-configuration-options#commands
'roots' => [
[
- 'class' => 'mihaildev\elfinder\UserPath',
+ 'class' => 'mihaildev\elfinder\volume\UserPath',
'path' => '../../storage/user_{id}',
'name' => 'My Documents'
],
diff --git a/common/modules/comment/widgets/views/_project_comment_view.php b/common/modules/comment/widgets/views/_project_comment_view.php
index b22cc8b..e8f5ff0 100644
--- a/common/modules/comment/widgets/views/_project_comment_view.php
+++ b/common/modules/comment/widgets/views/_project_comment_view.php
@@ -100,7 +100,7 @@
],
]);
?>
- = Html::a(count($user->comments) . ' отзывов', $user->getLink('review'), [ 'class' => 'link-to-comm' ]) ?>
+ = Html::a(count($user->comments) . ' мнений', $user->getLink('review'), [ 'class' => 'link-to-comm' ]) ?>
= $model->text ?>
diff --git a/frontend/views/accounts/_blog_form.php b/frontend/views/accounts/_blog_form.php
index d68a7d0..b6133e8 100644
--- a/frontend/views/accounts/_blog_form.php
+++ b/frontend/views/accounts/_blog_form.php
@@ -38,6 +38,7 @@ use yii\helpers\Html;
'editorOptions' => ElFinder::ckeditorOptions('elfinder',[
'preset' => 'full', //разработанны стандартные настройки basic, standard, full данную возможность не обязательно использовать
'inline' => false, //по умолчанию false]),
+ 'allowedContent' => true,
'filebrowserUploadUrl'=>Yii::$app->getUrlManager()->createUrl('file/uploader/images-upload')
]
)
diff --git a/frontend/views/chat/message.php b/frontend/views/chat/message.php
index 59d2f4b..369a845 100755
--- a/frontend/views/chat/message.php
+++ b/frontend/views/chat/message.php
@@ -38,7 +38,7 @@
]);
?>
- = count($chat->interlocutor->comments) ?> отзывов
+ = count($chat->interlocutor->comments) ?> мнений
= Html::a(Html::img('/images/ico-fb.png'), "{$chat->interlocutor->userInfo->social_fb}", [ 'target' => '_blank' ]) ?>
diff --git a/frontend/views/company/_company_common_review.php b/frontend/views/company/_company_common_review.php
index 75f33e5..142cd9e 100644
--- a/frontend/views/company/_company_common_review.php
+++ b/frontend/views/company/_company_common_review.php
@@ -22,7 +22,7 @@
}
?>