Tagged Questions
0
votes
1answer
19 views
SharePoint 2010 Publishing - are you able to modify web part?
I have a publishing site and I created a page, which allows publishing, but also allows me to add web parts. When I open this page in Designer it informs me that I can only edit the layout mode and ...
0
votes
1answer
24 views
Add button is missing when I tried to Add a WebPart
I have "People search results (Page Layout)" page with Content Type = "Welcome Page". I need to drop another people search result web part on this page.
I can see the all web parts but Add button ...
2
votes
1answer
160 views
Can I edit a custom page Layout to add 3 new zones
I have a custom branding solution which was written before I started at my current client. Now they want their custom page layout modified, by adding 3 adjacent zones next to eachother. This page ...
0
votes
1answer
163 views
Add WebPart to publishing page in Synchronous ItemAdded Event Receiver
I'm trying to add a webpart to a publishing page after the page is created, so I've created an Event Receiver, the problem is, if I make the Event Receiver Synchronous (As it should be) the code ...
1
vote
0answers
128 views
Declarative WebPart on publishing page
I have made a publishing page layout that has a WebPartZone and a MediaWebPart in the ZoneTemplate.
Example below.
<WebPartPages:WebPartZone runat="server" Title="Fokusøki Media" ...
0
votes
1answer
600 views
Add WebPart to page and lock it down (except for editing)
I'm building out some features for a publishing portal for a client, and I have a requirement to place a Content Editor Webpart on a page and prevent users from deleting, closing, hiding, or moving ...
0
votes
2answers
616 views
Rendering of WebPartZone
How can I prevent a WebPartZone from wrapping with <table>?
For web accessibility we don't want WebParts to be wrapped in tables.
9
votes
4answers
4k views
Replace the Default Page in a SharePoint WebSite
I have been asked to programmatically do the following in a SharePoint 2007 team site collection:
Create a website using the OOTB blank site template. (Please note, for project specific reasons, we ...
