MOSS Forum

 
Home » Forum » MOSS       Ask a questionRSS Feeds

Different look and feel in Moss 2007

  Asked By: Sally Townsend         Date: Nov 12, 2009      Category: MOSS      Views: 276
 

I want to have different look and feel for a particular SharePoint 2007 site depending on different group of users. I don't want to create different pages.

If anyone has any idea please let me know.

Tagged:              

 

4 Answers Found

 
Answer #1       Answered By: Virendar Bahudur          Answered On: Nov 12, 2009       

provide code behind for ur master page and load the css file to literal control which you will place in master page

 
Answer #2       Answered By: Sierra Beck          Answered On: Nov 12, 2009       

Instead of writing code behind for Master Page and then having a PAGE PARSER Path, you can create a simple user control that will identify the user and his group either SPUserProfile property or what ever logic you want and then change the CSS file or class accordingly, that should change the appearance of PAGES.

 
Answer #3       Answered By: Elisabeth Walsh          Answered On: Nov 12, 2009       

Can someone give me any link which will help me.

 
Answer #4       Answered By: Bhavesh Doshi          Answered On: Nov 12, 2009       

This link will help you get started but this is not the solution to your problem, basically this will help you understanding adding a user control to the Master Page (that will generate the link for CSS (custom file, that is user dependant) in the Master Page.

www.helloitsliam.com/.../sharepoint-%E2%80%93-user-control-in-master-page-page-footer.aspx

 
Didn't find what you were looking for? Find more on Different look and feel in Moss 2007 Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].