Unanswered SSP 2012

  • Friday, March 30, 2012 10:49 AM
     
     

    HI!

     How I can change a downline SSP 2012? It is line, who is situated in down part of Service%20Catalog.aspx page. I want to take off it here.

    Best Regards,

    Alexander.

All Replies

  • Friday, March 30, 2012 2:33 PM
     
     

    I suggest you start of by figuring out in which css class this line is defined. You can use Internet Explorer developer toolbar.
    http://msdn.microsoft.com/en-us/library/ie/gg589507(v=vs.85).aspx

    When I take a quick look I see it is defined in the class "s4-ca s4-ca-dlgNoRibbon and the id MSO_ContentTable. It is defined in the SMPortalCSS.css which is part of a of the SMPortalSharePointSiteFeatures, which you can find on the SharePoint server in the 14 hive:
    c:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\FEATURES\SMPortalSharePointSiteFeatures\CSSModule

    After that it is your basic SharePoint branding, you should check Heather Solomon her blog. She has written a lot of blogs about SharePoint branding\styling.
    http://sharepointexperience.com/csschart/csschart.html

    You can create for instance your own theme next to the basic SMPortal which also uses the SSP specific css classes.

    Hope this helps!


  • Monday, April 09, 2012 2:07 PM
     
     

    Near time I did tried to change Service%20Catalog.aspx page with a Menu-Site Actions-Edit Page with administrative right's. I didn't got a result, but I turned off webpart's on Service%20Catalog.aspx page uses turn off chekboxe's. Now I cannot get a default page. How I can restore it?

     
    • Edited by Alex_PP Monday, April 09, 2012 2:08 PM
    •  
  • Saturday, April 14, 2012 7:14 AM
     
     

    Could you check if the webpart is still on your page? You can check that via the manage web part page maintenance page.
    http://technet.microsoft.com/en-us/library/cc767509.aspx

    It is easy to discover via the url Service%20Catalog.aspx?contents=1

    If the web part is still on your page you can restore it via the maintenance page.

    Otherwise you can add the webpart in a regular SharePoint way. Edit page > Insert Web Part. It can be found in the webparts gallery in the custom categorie.

    Hope this helps!