Welcome to MSDN Blogs Sign in | Join | Help

March 2009 - Posts

Programmatically loop thru Publishing site collection or rather WARMP UP Script for FBA site

I wanted to write a WARMP UP SCRIPT For FBA enabled Publishing site for Sharepoint 2007/ MOSS. REQUIREMENT: We have a web-application set up with FBA and we have some of the sites accessible anonymously and other for only authenticated users. We would
Posted by ketaanhs | 1 Comments
Filed under: , , ,

Check Approval is enabled on Pages Library/List

I was trying to locate how to check if the Approval is enabled on the Pages library or any other list/library, found this infor: listItem. ModerationInformation .Status.Equals( SPModerationStatusType.Pending )
Posted by ketaanhs | 1 Comments

MOSS / Sharepoint 2007 Custom Error Page and Access denied Page

In case if you are interested in creating your own custom error page and custom access denied page instead of the out of the box MOSS / Sharepoint error page (generally the requirements in Publishing internet site). You can use the following HTTPModule
Posted by ketaanhs | 0 Comments

Disable Event handlers during Content Deployment (Sharepoint 2007/MOSS)

When we are doing a content deployment in a publishing site and there are lot of event handlers attached to list/libraries then be aware that by default content deployment tells PRIME not to fire events during import. You can change this setting, but

Javascript RichHTMLField control sharepoint Page Layouts

We are working on a Publishing portal (MOSS / Sharepoint 2007) and we had a requirement to allow the authors to enter Rich HTML content and that can contain javascript to popup some images that appear as small images in the content or just as a link.
Posted by ketaanhs | 0 Comments
Filed under: ,

Running our MOSS sites in IE-7 compat with IE-8

We had worked on some MOSS portal sites and wanted to make sure the rendering is fine in IE-8 also without making any changes to the CSS, so the best thing we did was we added the following tag to our Master Page just below the HEAD html tag and then
Posted by ketaanhs | 0 Comments
Filed under: ,

Presence indicator problem with Custom Master Page scrolling

Problem: I have got a unique problem that when you hover over any contact, the actual presence icon appears several pixels below the actual icon. This only happens when the page is scrolled down and works perfectly when the page is not in scrolled position.
Posted by ketaanhs | 6 Comments
Filed under: ,

CONTENT DEPLOYMENT, CONTENT EDITOR WEB PART, NOT VISIBLE (MOSS 2007)

I was working with Ben {Risher} today and we did a content deployment of our AUTHORING site to the target site i.e. PUBLISHING SITE. Our Authoring site had pages (web part pages) that were using Content Editor web parts (CEWP) with some static HTML contents.
 
Page view tracker