Lorellas Posted May 5, 2016 Share Posted May 5, 2016 Hello everyone, I need to delete the item from BO: Recommended Modules and Services that is located at the top right, someone tell me how I could do. Thanks so much. Link to comment Share on other sites More sharing options...
Lorellas Posted May 5, 2016 Author Share Posted May 5, 2016 A help !!! Link to comment Share on other sites More sharing options...
Lorellas Posted May 5, 2016 Author Share Posted May 5, 2016 There is no one so good and kind that I can help, thank you so much !!! Link to comment Share on other sites More sharing options...
tuk66 Posted May 5, 2016 Share Posted May 5, 2016 Try to remove this code from /admin/themes/default/template/page_header_toolbar.tpl {if (isset($tab_modules_open) && $tab_modules_open) || isset($tab_modules_list)} <script type="text/javascript"> //<![CDATA[ var modules_list_loaded = false; {if isset($tab_modules_open) && $tab_modules_open} $(function() { $('#modules_list_container').modal('show'); openModulesList(); }); {/if} {if isset($tab_modules_list)} $('.process-icon-modules-list').parent('a').unbind().bind('click', function (){ $('#modules_list_container').modal('show'); openModulesList(); }); {/if} //]]> </script> {/if} 1 Link to comment Share on other sites More sharing options...
Lorellas Posted May 6, 2016 Author Share Posted May 6, 2016 I followed your instructions, now by clicking the item: Recommended Modules and Services or the icon of the modules no longer opens the pop-up, I would say that this solution is good enough, even if the top would be to wipe out both the icon the text under the icon. Sorry for my english !!! Thank you so much for your help, you have been very kind. Link to comment Share on other sites More sharing options...
danplant Posted November 16, 2016 Share Posted November 16, 2016 Hi, i would like too to remove both icon and related links: Modules and services recommended (?) Help in BO located in upper right side Version: PS 1.6.1.7 Thanks a lot Link to comment Share on other sites More sharing options...
danplant Posted November 18, 2016 Share Posted November 18, 2016 Any help ? Link to comment Share on other sites More sharing options...
ginalin Posted May 29, 2017 Share Posted May 29, 2017 (edited) I also remove this and it work <a id="page-header-desc-{$table}-{if isset($toolbar_btn['modules-list'].imgclass)}{$toolbar_btn['modules-list'].imgclass}{else}modules-list{/if}" class="toolbar_btn{if isset($toolbar_btn['modules-list'].class)} {$toolbar_btn['modules-list'].class}{/if}{if isset($toolbar_btn['modules-list'].target) && $toolbar_btn['modules-list'].target} _blank{/if}" {if isset($toolbar_btn['modules-list'].href)}href="{$toolbar_btn['modules-list'].href}"{/if} title="{$toolbar_btn['modules-list'].desc}"{if isset($toolbar_btn['modules-list'].js) && $toolbar_btn['modules-list'].js} onclick="{$toolbar_btn['modules-list'].js}"{/if}> <i class="{if isset($toolbar_btn['modules-list'].icon)}{$toolbar_btn['modules-list'].icon}{else}process-icon-{if isset($toolbar_btn['modules-list'].imgclass)}{$toolbar_btn['modules-list'].imgclass}{else}modules-list{/if}{/if}"></i> <div{if isset($toolbar_btn['modules-list'].force_desc) && $toolbar_btn['modules-list'].force_desc == true } class="locked"{/if}>{$toolbar_btn['modules-list'].desc}</div> </a> Edited May 29, 2017 by ginalin (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now