Archive for the ‘Branding’ Category
Feature Stapling
In this article I will describe that What is feature stapling and how to implement in SharePoint. Introduction:- Causes the attachment of a Feature to all new instances of sites that use a given site definition, without modifying the site definition or creating code routines to activate the Feature on each site. Also known as […]
March 15, 2012
·
Infoyen ·
2 Comments
Tags: Feature Stapling and the FeatureActivated Event, Introduction to SharePoint Feature Stapling, MOSS, SharePoint, Stapling Features to Site Definitions · Posted in: Branding, MOSS, SharePoint
Custom link in site action menu of sharepoint
In this article I will describe that how to add custom link on site action menu. Requirement:- Some time we require to add custom link on site action menu which redirect to our own custom page. To do so we no need to write any custom c# code. It’s all xml file. Detail:- Create your […]
March 14, 2012
·
Infoyen ·
No Comments
Tags: Adding actions to Site Actions menu, Custom Action Menu under Site Actions, How to add a custom Site Actions Menu Link, Modify the User Interface Using Custom Actions, MOSS, SharePoint · Posted in: Branding, MOSS, SharePoint
SharePoint custom Master Page Do Not Print
Issue: When using Microsoft custom Master Pages, print preview pages dont show any content in the body of the page. Reason: Sharepoint use core.css file in which they write few classes where they says that this class should not be use for print/media. Solution:- While customizing make sure not to use those classes on top […]
March 12, 2012
·
Infoyen ·
No Comments
Tags: custom master page, Master page, MOSS, Moss 2007, SharePoint, Using Microsoft Custom MasterPages I don't see content in Print Preview · Posted in: Branding, MOSS, SharePoint