| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 4 months |
| seen | Sep 5 '12 at 6:00 | |
| stats | profile views | 104 |
|
Aug 23 |
comment |
SP 2010: Set RSS settings for a web application with powershell Hi Per, Thanks for the clarification! |
|
May 16 |
comment |
SharePoint 2010: Set a fixed upload location Is it possible to do this only for one specific site collection? |
|
May 16 |
comment |
SharePoint 2010: Set a fixed upload location Thanks Deepu, Is there no option to put this in a feature/solution and overwrite the default "Upload File" behavior? (Hide the original upload button and replace it with a custom one with code behind that starts from a copy of the RteUploadDialog.aspx") |
|
Mar 8 |
comment |
SP2010 Hide elements on the Site Settings Page This is a nice workaround. Thanks Fox! Noticed that some links are indeed depending on the permission level the user is logged in as well |
|
Feb 21 |
comment |
SP2010 Show lists and libraries from a top site in subsites Seams to work fine for 2010 to... I only wonder how to get the filter bar etc. in my xslt? Copy the normal document library appearance when added as a web part to a page? |
|
Feb 21 |
comment |
SP2010 Show lists and libraries from a top site in subsites Deepu, I'm looking for a 2010 solution only. In the past you had an option in SPD to add a content source from your root site in a site collection to your subsites. This option no longer exists in SPD 2010 |
|
Feb 21 |
comment |
SP2010 Show lists and libraries from a top site in subsites Hi Krishna, my goal is less complex. Document library, Announcements, and discussion board from my root site in my site collection should be displayed on the home page of my subsites (so all in one site Collection) A requirement is also to have the default OTB webpart behavior when added the three components to a page through the add web part option... So the outcome should look like in Laura's video |
|
Feb 21 |
comment |
SP2010 Show lists and libraries from a top site in subsites Stefano, I like to avoid using the object model for the moment... Using Laura's technique works for one web part on the page when you add several native ones the page generates errors sometimes = instable |
|
Jan 25 |
comment |
SP2010 Activate feature through code Removing the AllowUnsafeUpdates and adding Microsoft.SharePoint.Utilities.SPUtility.ValidateFormDigest(); did the trick! Thanks Bernd! |
|
Jan 25 |
comment |
SP2010 Activate feature through code site.Update(); generates the following in VS: 'Microsoft.SharePoint.SPSite' does not contain a definition for 'Update' and no extension method 'Update'.... |
|
Jan 25 |
comment |
SP2010 Activate feature through code It didn't solve the issue but the error logging changed: The security validation for this page is invalid. Click Back in your Web browser, refresh the page, and try your operation again. (See Updated Code) |
|
Jan 25 |
comment |
SP2010 Activate feature through code It didn't solve the issue but the error logging changed: The security validation for this page is invalid. Click Back in your Web browser, refresh the page, and try your operation again. (See Updated Code) |
|
Jan 11 |
comment |
Custom default page - edits not saved in content editor web part I see the initial/previous content. E.g. I add more text, I click on stop editing I see my text update but than when I refresh the update is gone and my initial text is shown again... |
|
Nov 22 |
comment |
SP2010 Delete a site through code Thanks a lot Sig, this solved the issue! |
|
Nov 22 |
comment |
SP 2010 Custom Access Denied Pages - 403 error There's no custom code (behind) in the page. I'm redirected to my configured page |
|
Nov 21 |
comment |
SP 2010 Custom Access Denied Pages - 403 error Unfortunatly this didn't resolve the problem! |
|
Nov 21 |
comment |
SP 2010 Custom Access Denied Pages - 403 error I don't understand your question so well. I didn't configure any redirection, just applied the above PS statement |
|
Nov 21 |
comment |
SP2010 Update Site Title and Description - Security problem The solution for the initial question was the location of the SPSecurity clause. After putting it outside the using statements it worked fine! The purpose was to update the Root Web but the remark of James is very valid as well! |
|
Nov 21 |
comment |
SP2010 Update Site Title and Description - Security problem Dave, this was my problem. After putting the SPSecrurity statements outside of my using clause it went fine. |
|
Oct 24 |
comment |
SP2010 Update Site Title and Description - Security problem Alexander, my page is doing more than just adjusting title and description but only fails on this particular part of code... And needs to be run by a non site collection admin! |