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 @@ ], ]); ?> - comments) . ' отзывов', $user->getLink('review'), [ 'class' => 'link-to-comm' ]) ?> + comments) . ' мнений', $user->getLink('review'), [ 'class' => 'link-to-comm' ]) ?>
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 @@ ]); ?>
-
interlocutor->comments) ?> отзывов
+
interlocutor->comments) ?> мнений
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 @@ } ?>
- Отзыв от: + Мнение от: getAuthor(' (Гость)'); ?> diff --git a/frontend/views/company/_company_team_review.php b/frontend/views/company/_company_team_review.php index 52284cc..a663306 100644 --- a/frontend/views/company/_company_team_review.php +++ b/frontend/views/company/_company_team_review.php @@ -29,11 +29,11 @@ user_id )) { ?> -
Отзыв от: author ?>
+
Мнение от: author ?>
-
Отзыв от: user_name ?>
+
Мнение от: user_name ?>
diff --git a/frontend/views/company/common.php b/frontend/views/company/common.php index ae6ff22..4a7c04d 100755 --- a/frontend/views/company/common.php +++ b/frontend/views/company/common.php @@ -258,7 +258,7 @@
-
Отзывов: totalCount ?>
+
Мнений: totalCount ?>
$commentProvider, @@ -273,7 +273,7 @@ ]); ?>
- $company->id, 'type' => ( !empty( $this->params[ 'type' ] ) ) ? $this->params[ 'type' ] : NULL, diff --git a/frontend/views/company/team.php b/frontend/views/company/team.php index 4c59e7d..1b68f77 100755 --- a/frontend/views/company/team.php +++ b/frontend/views/company/team.php @@ -37,7 +37,7 @@
-
Отзывов: totalCount ?>
+
Мнений: totalCount ?>
$comments, 'itemView' => '_company_team_review', @@ -50,7 +50,7 @@ ], ]) ?>
- $company->id, ]) ?> diff --git a/frontend/views/search/_customer_list_view.php b/frontend/views/search/_customer_list_view.php index bc22d2c..e314b43 100644 --- a/frontend/views/search/_customer_list_view.php +++ b/frontend/views/search/_customer_list_view.php @@ -60,7 +60,7 @@ ?>
- comments) ?> отзывов + comments) ?> мнений userInfo->city )) { echo ", {$model->userInfo->city}"; diff --git a/frontend/views/search/_performer_list_view.php b/frontend/views/search/_performer_list_view.php index 4aa2f17..87c4f2d 100644 --- a/frontend/views/search/_performer_list_view.php +++ b/frontend/views/search/_performer_list_view.php @@ -73,7 +73,7 @@ ]); ?>
-
30 отзывов, userInfo->city ?>
+
comments)?> мнений, userInfo->city ?>
diff --git a/frontend/views/search/performer.php b/frontend/views/search/performer.php index cc993d0..6e283b0 100755 --- a/frontend/views/search/performer.php +++ b/frontend/views/search/performer.php @@ -133,7 +133,7 @@ field($model, 'additional_parameters') ->checkboxList([ 'with_portfolio' => 'Только с портфолио', - 'with_comments' => 'Только с отзывами', + 'with_comments' => 'Только с мнениями', 'only_free' => 'Только свободные', ], [ 'item' => function($index, $label, $name, $checked, $value) { diff --git a/frontend/views/tender/view.php b/frontend/views/tender/view.php index 9205f25..4983a3c 100755 --- a/frontend/views/tender/view.php +++ b/frontend/views/tender/view.php @@ -74,7 +74,7 @@ ]); ?>
-
user->comments) ?> отзывов
+
user->comments) ?> мнений
user->userInfo->social_fb}", [ 'target' => '_blank' ]) ?> user->userInfo->social_t}", [ 'target' => '_blank' ]) ?> -- libgit2 0.21.4