Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

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.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

How to remove Help Link (SS3)


Go to End


4 Posts   2592 Views

Avatar
cSGermany

Community Member, 37 Posts

3 September 2013 at 12:41am

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

Avatar
Devlin

Community Member, 344 Posts

3 September 2013 at 2:51am

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');

Avatar
cSGermany

Community Member, 37 Posts

3 September 2013 at 4:34am

ok thanks.

Avatar
anselmdk

Community Member, 18 Posts

14 October 2013 at 1:08am

I just figured out that on SS3.1 you can use the yaml configuration:

LeftAndMain:
help_link: 'MYURL'