Is there some kind of configuration that allows to get rid of "Register" tab? I see that in "Manage Display" for content type I can set registration format to either Default, Registration Link, Registration Form or . No matter what I said "Registration" tab still shows up. I would expect that if I select "Link" or "Registration Form" selected tab should disappear, otherwise it is redundant.
Comments
Comment #1
dpiUnfortunately, not at this time.
You could hook_menu_alter.
Comment #2
gintass commentedThank you.
Comment #3
gintass commentedComment #4
jerdavisComment #5
jerdavisFor those wondering here's the code for hook_menu_alter() if you want to remove it from nodes that have registrations enabled, just put this in your custom module.
Comment #6
levelos commented"needs work" is for patches that need additional work. Hopefully this tip will help others and we can consider a setting down the road.