Hi,
can someone tell me how to remove the "help" link in admincenter?
I tried this http://www.silverstripe.org/general-questions/show/6930#post263444 but it only seems to work for ss 2.x.x
Thx in advance
cSGermany
This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.
Please use forum.silverstripe.org for any new questions
(announcement).
The forum archive will stick around, but will be read only.
You can also use our Slack channel
or StackOverflow to ask for help.
Check out our community overview for more options to contribute.
Hi,
can someone tell me how to remove the "help" link in admincenter?
I tried this http://www.silverstripe.org/general-questions/show/6930#post263444 but it only seems to work for ss 2.x.x
Thx in advance
cSGermany
I've found no clean solution for this, seems the help menu item is hardcoded in LeftAndMain::init().
However, you can hide the menu item with CSS.
LeftAndMain::require_css('mysite/css/admin.css');
ok thanks.
I just figured out that on SS3.1 you can use the yaml configuration:
LeftAndMain:
help_link: 'MYURL'