How can I remove the ‘Personalize this Page’ option in WSS 3.0? I’d like to do it in code with a feature at the web application level if possible.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s a permission and can be accessed in the web UI of WSS:
Site Settings > People and Groups (under Users and Perms) > Site Permissions (left quick launch bar) > Settings > Permission Levels
Under each Permission Level there is a long list of permissions to include. At the bottom uncheck the items under Personal Permissions (mainly ‘Manage Personal Views’).
I’m doing research on how to do it in code but our project requires custom user group administration so we just won’t give them the option to Manage Personal Views.