Tagged Questions
0
votes
3answers
47 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
116 views
Custom webpart Personalization properties not saving in Sharepoint 2007
I've inherited a VB.NET / MOSS 2007 Sharepoint application and have been tasked with adding a new custom Webpart.
I've declared a number of public properties to store configuration data for the ...
1
vote
1answer
83 views
How to tell the difference between Edit Mode and Personalized Edit Mode
I have a page where I need to pick a list to store information. This is either a global list for all users, or a personal list for the specific user.
The current practice is to detect edit vs browse ...
1
vote
1answer
177 views
Pass Parameter to specific instance of Web Part with GetLimitedWebPartManager
I'm passing parameters to a WebPart from a textbox to have a better UI experience for a personalizable WebPart which in this case takes the form of a twitter feed.
The problem I have, is in the ...
1
vote
1answer
211 views
Adding web part to person.aspx - WebPartId?
I'm kind of stuck adding a web part to the Person.aspx page....I have a custom web part which I have uploaded but I'm not sure how to add it.
On the masterpage (in SharePoint Designer) I went to ...
1
vote
1answer
415 views
Webpart user scoped personalizable property not working
I'am trying to create a webpart with a personalizable property scoped to the user level.
[ToolboxItemAttribute(false)]
public class TestWebpart : WebPart
{
static int _backColor = 1;
...
2
votes
2answers
665 views
Custom webpart to set and get Property per user (PersonalizationScope.User)
I am trying to create a custom webpart in point to set and get a property per user on page.
To change the background and save it per user.
I'm using code like this:
public static string ...
1
vote
1answer
186 views
Customize “Reset Page Content” confirm message?
The user sees this message when they "Reset Page Content":
You are about to reset all personalized Web Parts to their shared
values and delete any private Web Parts. Click OK to complete this
...
1
vote
2answers
1k views
Sharepoint 2010 Custom Properties via WebPart UserControl
I have a weather UserControl (defaulting to the headquarters location) . I have removed the ability to "Edit Web Part" because of branding and not wanting to have to train users on how to work the ...