Thursday, July 22, 2010

Applying custom Master Page for perticular page inside a site

Issue:

Quick Launch should not appear only for perticual list pages(NewForm.aspx, EditForm.aspx etc)


Solutions:

Step 1) Create Custom Master Page (xyz)

Step 2) Apply this Custom Master Page to the List Forms


Step1:Create Custom Master Page (xyz):


1) Open Sharepoint site (http;//madhunomula/rnd/) in Sharepoint Designer

2) Browse for Master page Catalog( _Catalogs -- Masterpage --- MadhuMasterPage.master (your master page))

3) Copy and paste the Master pages in same location and rename it ( _Catalogs -- Masterpage --- CustomMadhuMasterPage.master )

4) Remove quick launch menu from thsi custom master page)



Step2: Apply this Custom Master Page to the List Forms

1)Browse for Lists --- Customlist ---NewForm.aspx


2) In the menu bar of Designer Format---Master Page --- Attach Master Page ----Specific Master page ---Browse for custom Master page (CustomMadhuMasterPage.master)

3)Ok

Done

No comments:

Post a Comment