Page 1 of 1
How do you remove Help menu in Admin
Posted: Mon Nov 07, 2011 10:07 pm
by Psmeg
Hi,
I'm in the process of setting up a couple of Open Cart shopping sites for clients, and I need to remove the Help menu from the admin as the links point back to the Open Cart web site.
What files do I need to edit to remove the Help menu completely?
Thanks in advance.
Paul C
Re: How do you remove Help menu in Admin
Posted: Tue Nov 08, 2011 1:07 am
by SXGuy
admin/view/theme/common/header.tpl
delete all lines with the word help. just search for the word in the file.
Re: How do you remove Help menu in Admin
Posted: Wed Nov 09, 2011 5:49 pm
by Psmeg
Lovely stuff, thanks very much

Re: How do you remove Help menu in Admin
Posted: Sat Jul 22, 2017 12:34 pm
by amitkorba1
i want to remove help ,documentation and forum link below the user profile in admin menu.but i am stilled failed after lots of try .
link is
admin/view/template/common/header.php
please help me to remove those links and text .its my client wish .
Re: How do you remove Help menu in Admin
Posted: Sat Jul 22, 2017 9:14 pm
by amitkorba1
given suggestion is not working .i am using the latest version of open cart
Re: How do you remove Help menu in Admin
Posted: Sun Jul 23, 2017 9:23 am
by IP_CAM
well, why then publish this here in the 1.5 Section ?
And in the (latest) OC-3 Versions, it's no longer a
xxx.tpl file, but a
xxx.twig File.
Ernie
---

Re: How do you remove Help menu in Admin
Posted: Wed Dec 06, 2017 12:54 am
by applejukes
Hi, I have removed this line : .
Code: Select all
<li role="separator" class="divider"></li>
<li class="dropdown-header">{{ text_help }}</li>
<li><a href="http://www.opencart.com" target="_blank"><i class="fa fa-opencart fa-fw"></i> {{ text_homepage }}</a></li>
<li><a href="http://www.opencart.com" target="_blank"><i class="fa fa-file-text-o fa-fw"></i> {{ text_documentation }}</a></li>
<li><a href="http://www.opencart.com" target="_blank"><i class="fa fa-comments-o fa-fw"></i> {{ text_support }}</a></li>
I am following your suggestion. but still the link still there, anything i need to do after reuploading "header.twig" file ?
Looking forward to get your help
Thanks
Re: How do you remove Help menu in Admin
Posted: Wed Feb 28, 2018 1:23 pm
by asp_oc
Hello
Any one here im also facing this same problem.. Need help to solve this issue..
Thank you