Вопрос: после того как я проделал все телодвижения, описанные в шапке, на престе 1.7.6.3 страница Module Manager выглядит вот так:
То есть, все модули поисчезали из разделов.
В то же время, при выборе категорий моделей, они все теперь кучкуются вот так:
Вопрос - так и задумано изначально было? Или у меня что-то пошло не так?
You need edit more files for show modules:
I collect and later share it to complete the edit.
Ok, go...
The guide that I have followed for the previous steps is of
@fortuner post.
EDIT BACK OFFICE FOR CLEAN WORK
The first thing is to delete all the marketing modules from the backoffice.
1º Elimination of "HOME"
Delete ads in the admin panel.
Open the file (Your own folder admin_xxxxx)
\adminxxxxx\themes\default\template\controllers\dashboard\helpers\view\view.tpl
- Find the code: Delete the id
calendar
<div id="calendar" class="panel">
………
</div>
DELETE IT
FIND CODE: Delete all hook "hookDashboardZoneOne"
<div class="row">
<div class="col-md-4 col-lg-3" id="hookDashboardZoneOne">
…………
</div>
DELETE IT !!!
THE RESULT IS:
Код:
<div id="dashboard">
<div class="row">
<div class="col-lg-12">
{if $warning}
<div class="alert alert-warning">{$warning}</div>
{/if}
<div id="calendar" class="panel">
</div>
</div>
</div>
<div class="row">
</div>
</div>
2º CLEAN OF “MODULES”
REPLACE FILES:
/src/PrestaShopBundle/Resources/views/Admin/Module/manage.html.twig
Replace with file in Pack.
3º Cleaning of “list of modules”
REPLACE FILES:
/scr/PrestaShopBundle/Resources/views/Admin/Module/includes/menu_top.html.twig
/scr/PrestaShopBundle/Resources/views/Admin/Module/includes/grid_manage_recently_used.html.twig
/scr/PrestaShopBundle/Resources/views/Admin/Module/includes/modal_addons_connect.html.twig
/scr/PrestaShopBundle/Resources/views/Admin/Module/includes/grid_manage_empty.html.twig
/src/PrestaShopBundle/Resources/views/Admin/Common/recommendedModules.html.twig
Replace with file in Pack.
4º Various Cleanings
CLEAN ADDONS PAGE
/src/PrestaShopBundle/Resources/views/Admin/Improve/Module/addons_store.html.twig
CLEAN THEMES PAGE
/src/PrestaShopBundle/Resources/views/Admin/Improve/Design/ThemesCatalogPage/addons_store.html.twig
This file in the pack: addons_store.html(for themes).twig must be renamed to: addons_store.html.twig all move it to your folder.
Replace with file in Pack.
Captures with the final result:
Files pack BACKOFFICE.ZIP for replace.
Make a backup before modifying anything !!!
Grettings.