ecommdev Posted June 1, 2014 Share Posted June 1, 2014 (edited) Hello, In the 1.6.0.6 backoffice throughout, on the right hand side bar includes a graphic that says "Help" I can't find instructions for either removing the graphic and links or disabling that function. Can someone please provide instructions where to find the file for editing & instructions for editing? I imagine many people would find this post helpful and if its already been posted before, please provide link to the post. Thank you for your time. Edited June 2, 2014 by ecommdev (see edit history) Link to comment Share on other sites More sharing options...
ecommdev Posted June 2, 2014 Author Share Posted June 2, 2014 reply needed Link to comment Share on other sites More sharing options...
dioniz Posted June 2, 2014 Share Posted June 2, 2014 Open yourdomain/youradmin\themes\default\template\page_header_toolbar.tpl and remove this code: {if isset($help_link)} <li> <a class="toolbar_btn btn-help" href="{$help_link|escape}" title="{l s='Help'}"> <i class="process-icon-help"></i> <div>{l s='Help'}</div> </a> </li> {/if} Link to comment Share on other sites More sharing options...
guruz Posted July 26, 2014 Share Posted July 26, 2014 Open yourdomain/youradmin\themes\default\template\page_header_toolbar.tpl and remove this code: {if isset($help_link)} <li> <a class="toolbar_btn btn-help" href="{$help_link|escape}" title="{l s='Help'}"> <i class="process-icon-help"></i> <div>{l s='Help'}</div> </a> </li> {/if} Hi, Is it possible to disable it for all other employee roles and make it visible only for "super-admin" role ? Link to comment Share on other sites More sharing options...
vekia Posted July 26, 2014 Share Posted July 26, 2014 only with modificaiton you have to add there if condition to check who is logged to back office and if it is admin - display help, if not - hide it. Link to comment Share on other sites More sharing options...
Recommended Posts