This module adds functionality and has basic design for first entry http://i.imgur.com/QUdmvLL.png. Before activating/deactivating module, please follow the instructions in README
Add code to config/_defaults.php and add code only to Rules
'admin/setting/basic' => 'logicenter/customs/basic',
'user/auth/login' => 'logicenter/popup/login',
And change urlFormat:
'urlFormat' => 'path'
If you disable module you need to delete the line below:
'admin/setting/basic' => 'logicenter/customs/basic',
'user/auth/login' => 'logicenter/popup/login',
instruction about how to restart the module if migrations were updated
-
- disable module
-
- Delete all tables and records created in migration, example http://i.imgur.com/hzEdifg.png -> http://i.imgur.com/rxFYho1.png(chose delete) and http://i.imgur.com/mlm8b8R.png. And delete the record itself in migration table http://i.imgur.com/u6chz2B.png -> http://i.imgur.com/3PMuLil.png
-
- Make module pull
-
- Run module
-
- Check the all records and tables created in migration.