-
Здравствуйте.
Установил по инструкции
Захожу броузером:
Undefined variable: tree
1. in /home/kolex/www/skeeks.local/frontend/templates/default/widgets/TreeMenuCmsWidget/menu-top.php
Как попра…
-
could you plz add read me how to use this template and can we use this template instead of yii2 basic template?
-
Создаю новую форму. http://joxi.ru/Y2LQDXqine3LDA
Захожу в "Управление" -> "Добавить элементы".
http://joxi.ru/KAxJMz5i4qWqLm
При попытке добавить свойство всплывает экран http://joxi.ru/D2PdyDBid1…
-
It should be possible to select a language of the custom page. The page should then only be displayed in the respective language.
luke- updated
11 months ago
-
Просматриваю некоторые наработки в вашей cms. Нечто похожее пишу для себя.
Часто возникает вопрос показывать флеш-сообщение после той или иной операции, включая ajax запросы.
Для своей cms я написал н…
-
my configuration is as follow:
'bootstrap'=>['assetsAutoCompress'],
'components' => [
'assetsAutoCompress' =>
[
'class'=>'skeeks\yii2\assetsAuto\AssetsAutoCompressCompone…
-
При создании контент элемента не учитывается заданная дата начала публикации (published_at), контент создается всегда с текущей меткой времени
Maxpl updated
4 years ago
-
if app set theme after render yii display
``` php
Invalid Parameter – yii\base\InvalidParamException
The view file does not exist: /home/wwwroot/com.yii/backend/views/site/index.php
```
-
In my AssetBundle I can set the "async" attribute for javascript tag adding:
```
public $jsOptions = [
'async' => 'async',
];
```
But when the javascript is compressed, the async attribute d…
-
How to remove var plugin_path line without breaking javascript?
` var plugin_path = 'assets/plugins/';`