Constantine Anikin

Results 5 comments of Constantine Anikin

Look my instruction to add custom field to user profile. 1. Create our plugin (`php artisan plugin:create Author.MallExtend`). 2. Create migration to add `phone` field to User model: `/plugins/author/mallextend/updates/table_users_add_phone_field.php` ```php

If i replace TbEditableColumn.php and TbEditableField.php from old version(2.x), it work.

My problem in file widgets/TbEditableColumn.php in line 82: ``` php if (!$this->_isScriptRendered) { $script = $widget->registerClientScript(false); //use parent() as grid is totally replaced by new content Yii::app()->getClientScript()->registerScript(__CLASS__ . '#' ....

My problem fixed by commit c7e5366542dd7f3f795587b0b1416ecc7d07b063 and task #787. Why you don't update this bug in file yiibooster-3.1.1.zip? I download this file from you main page yiibooster-3.clevertech.biz, this is release...

Как пример формы добавления товаров — добавление товаров в промо-блок.