Hiding top-level menu items and disabling their links

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
5/17/2009 9:54:25 PM
Gravatar
Total Posts 31
There are 10 kinds of people in the world, those who know binary, and those who don't

Hiding top-level menu items and disabling their links

Is there any way for a particular site to disable and hide the top-links including: Site Map, My Account, Member List, Search, for a particular site only?

Also, is there any way to disable the member list, except for administrators and, perhaps, role managers?

5/19/2009 5:53:10 AM
Gravatar
Total Posts 18439

Re: Hiding top-level menu items and disabling their links

Hi,

Those top links can be removed from the layout.master file of the skin.

There is a Web.config/user.config setting to control who can see the member list:

<add key="RolesThatCanViewMemberList" value="Authenticated Users" />

you could change it to

<add key="RolesThatCanViewMemberList" value="Admins; Role Admins" />

if you only want those roles to view it.

Hope it helps,

Joe

 

You must sign in to post in the forums. This thread is closed to new posts.