Cognifide Blog
It can be easily done in admin mode with a tool called 'Plug-in Manager' which can be found on the 'Config' tab.
The way of hiding the tabs is slightly different for various versions of EPiServer. I tested it in with 5.1.422.256 and 5.2.375.133 versions.
Hiding 'Workflow' tab:
- in 5.1.422.256 version - choose 'EPiServer.WorkflowFoundation.UI' plugin, switch to 'Overview' tab and deselect 'Workflow (EditPanel)' option in the 'User Interface' section.
- in 5.2.375.133 version - choose 'EPiServer User Interface' plugin, switch to 'Overview' tab and deselect 'Workflow (EditPanel)' option in the 'User Interface' section.
I you need to hide 'Statistics' tab (in both versions) choose 'EPiServer User Interface ' plugin, switch to 'Overview' tab and deselect 'Statistics (EditPanel)' option in the 'User Interface' section.
It can be slightly different in the version of the EPiServer which you use, but the general rule is the same.
May 19, 2009 at 11:52 AM
May 19, 2009 at 1:52 PM
May 19, 2009 at 6:18 PM
http://labs.episerver.com/en/Blogs/Anders-Hattestad/Dates/2009/5/Hiding-tabs-based-on-roles/
May 20, 2009 at 9:36 AM
@Marek I created a solution that hides Categories tab based on Anders code. You can download it here http://marasm.pl/resources/resource.php?EditModeTabsAdapter.zip. The only thing that you need to do (beside including this class into your project) is to add a line
<adapter controlType="EPiServer.UI.Edit.EditPanel" adapterType="Marasm.PlugIns.EditModeTabsAdapter" />
to the *.browser file to the <controlAdapters /> section of the default browser.
May 20, 2009 at 12:05 PM