Jump to content

Recommended Posts

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 by ecommdev (see edit history)
Link to comment
Share on other sites

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

  • 1 month later...

 

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

×
×
  • Create New...