Tagged Questions
0
votes
1answer
20 views
Possible to restrict the removal of web parts based on permission groups?
As per title. I want to grant only certain permission groups/users the rights to removing a web part from a page. Is this possible?
0
votes
3answers
48 views
Can't allow visitors to add user webpart on some pages only
In a corporate intranet portal, I want to allow any visitor (any authenticated user) to customize some pages with user web parts.
I want to restrict this customization only on some pages.
By now, I ...
1
vote
1answer
907 views
Programmatically to list the groups of the current user in a web form sharepoint 2010 foundation
How me in web form to list the groups the current user checkboxes to select one or more groups? What would then set the permission to a document on the basis of chosen groups?
I'm doing it right:
...
0
votes
0answers
56 views
SharePoint OOTB Search Web Part Needs Tweaking
I have a SharePoint search web part on my page. I was under the understanding that security trimming is automatically incorporated into the query in but all users can see certain pending documents.
...
1
vote
1answer
229 views
Note board Web Part Security Permissions
I have a note board web part sitting on the default.aspx page of a site. I have both farm and site admin rights over the site and against each comment I can see a delete link - both for my own posts ...
0
votes
0answers
28 views
Progrmatically Change the Request Access
We have implemneted a bulk site creation tool and in that i am wondering how can we set access request progrmatically for the whole site collection . i know that we can set the request access for ...
0
votes
3answers
294 views
Site Collections <target user> is a member of
There is already a webpart for this but it shows subsites etc, which is not the requirement.
What I need is a webpart that will list the Site collections a target user is a member of, and it must be ...
1
vote
1answer
52 views
Document viewing according to permissions/login
We would like to see if there is a document library web-part that can have security based on specific users.
Say there are two doctors, Dr. Jay and Dr. Jack. We would like Dr. Jay and Dr. Jack to ...
0
votes
1answer
168 views
“Allow Close” and a couple other options grayed out while trying to edit my custom web parts?
I have a few custom web parts on my home page. When I add users to the members group (contribute permissions) they seem to be able to delete them as well. I want them to be able to interact with them ...
0
votes
2answers
1k views
How to tailor permissions so users of the Contribute group are not able to delete web parts?
As of now when I add users to the OOTB Sharepoint 'Members' group with contribute permissions they are able to delete web parts as well.
I tried two suggestion I found online:
Go to site ...
1
vote
2answers
359 views
Icon-based menu that dynamically changes based on permissions
We're trying to create an square grid, icon-based menu that is permission trimmed (certain icons appear based on your specific SP permission group), that dynamically rearranges the icons based on your ...
0
votes
3answers
363 views
Access Denied for SPUserCollection.remove()
Works for administrator but not working for a normal user.
I even tried it with "SPSecurity.RunWithElevatedPrivileges(delegate() {});" after breaking RoleInheritance, and even tried ...
0
votes
1answer
110 views
Is there a way to set permissions so that a content editor part can be edited but not removed from the page?
I have a client scenario in which users need to be able to edit content within a content editor web part placed on a page via site template, but they need to be prevented from removing the web part ...
0
votes
2answers
436 views
How can I make a task list show different tasks for different groups?
I've added a Tasks web part to the homepage of a Sharepoint 2010 site and I want it to show "My Tasks" for some groups (e.g. the employees), "All Tasks" for others (e.g. the managers), and would like ...
0
votes
1answer
64 views
Portal page with web part - access issue
We have a page which displays some data based on list items which are stored in another site collection. Many of those items have custom permissions set up.
Story goes like this: when user has ...
1
vote
1answer
2k views
“Add Web Part” permissions?
Where/how do I edit/influence the permissions which dictate which Web Parts users see when they choose to add a web part to one of their pages in SharePoint 2010?
1
vote
1answer
708 views
“Web part references an untrusted XSL file” error
We're getting this error on a SharePoint 2010 web site when inserting a content query web part (CQWP) that uses a custom XSL file:
The web part references an untrusted XSL file. Only XSL files ...
1
vote
4answers
1k views
ContentEditor WebPart Edit Permissions
I have a publishing site. A user is in the visitors group. On a certain page I have given the user Full control. They can edit the body of the page but cannot edit the content of a ContentEditor ...
2
votes
3answers
528 views
SharePoint 2007: Site owner can add/delete content query web part but cannot modify it
This is a hair pulling defect that I cant figure out.
Out intranet has an extended content query web part that is widely used. After our last deployment site owners were unable to modify these web ...
1
vote
2answers
128 views
CEWP on homepage to hide quick launch working with site collection admin only
I have a homepage where I have created a Conent Editor WebPart and inside the html I've placed the css code to hide the quick launch. After that I've created a subsite in which I wanted to show the ...
4
votes
2answers
310 views
Contributors can't seem to save personalisable web part properties?
I've using the following code to save the week a user is currently looking at, for next time they view the web part:
private string _week = null;
[WebPartStorage(Storage.Personal)]
public string ...
0
votes
1answer
78 views
Sharepoint Server Standard 2010 - Teamsite Assistance
We are creating a simple, clean, functional teamsite on our intranet using SharePoint Server Standard 2010, using shared documents library for various folders and subfolders.
In a few of these ...
0
votes
1answer
2k views
Sharepoint 2010 publishing page personalization - Error “Add and Customize Pages permissions”
I'm trying to enable users to customize the home page of my publishing site. For testing purposes, i have changed the "Read" role to allow "Add/Remove Personal Web Parts" and "Update Personal Web ...
1
vote
3answers
286 views
Access Denied on Web Part
I followed this article to display sub-sites on site collection's home page. I works fine when user have contribute access. But user with read or view only gets Access Denied. What are my options so I ...
1
vote
2answers
808 views
Personalizable web part custom property not shown for users with Contribute permission level
I've create the Web Part for SharePoint 2010, which contains simple custom property with PersonalizationScope.User.
Web part inherited from the System.Web.UI.WebControls.WebParts.WebPart
private int ...
1
vote
2answers
2k views
Can't add web parts to a page as a user with Full Control
As a site collection admin, when I go into subsites and choose "Edit Page", and the "Insert" tab, I see a long list of categories for web parts in the left hand panel. However, when I log in as a ...
