Hi There,
Has any one have information on how to hide the Users & Groups from Content Server 9.7.1 Global Menu?
Thanks
If you have ActiveView 2.0 installed, you can apply a Top Menu override (either Globally or to specific locations) that will remove the "Users & Group" option from the Enterprise dropdown as well as the quicklinks bar under it. The XML code for this would look like:
<?xml version="1.0" encoding="ISO-8859-1" ?> <overrides> <override type="topmenu"> <commands menutype="Enterprise"> [/* Remove Users & Groups command from the Enterprise menu */] <deletecommand oldcmd="Users & Groups" /> <changequicklink oldcmd="Users & Groups" newcmd="" newurl="#" newimg="[LL_REPTAG_SUPPORTDIR /]spacer.gif" /> </commands> </override> </overrides>
Instead of just removing "Users & Groups" from the quicklinks, you could edit the "changequicklink" attributes above to add a different command/url to that quicklink location instead of having a blank spot. Let me know if you want more info.
Thanks,
Jordan