The following users do not have e-mail addresses specified: . Alerts have been created successfully but these users will not receive e-mail notifications until valid e-mail addresses have been provided
In SharePoint 2007 or SharePoint 2010, when a user try to subscribe to an Alert, they got the above error.
Problem:
• When you create the user in AD email address not specified
• User got added to SharePoint
• You added user’s email in AD and run the profile import
• You know see user’s email address on mysite page
But when you subscribe to Alerts/emails. You are still getting error.
Solution:
Delete the user from SharePoint and add the user again and that will fix the problem.
Categories: Administration, MOSS 2007, SharePoint 2010 Tags: MOSS 2007, SharePoint 2010
SharePoint 2010: Branding master page manage scrolling on the body
When branding SharePoint 2010, you might want to remove the scrolling which is happening in the main body area. It works but does not look good.
Try adding this styles below and see the difference.
body {
overflow: visible!important;
height: 100%!important;
}
body #s4-workspace {
height:100%!important;
overflow-y:hidden!important;
overflow-x:auto!important;
}
Categories: Branding, SharePoint 2010 Tags: branding, SharePoint 2010
SharePoint 2010 Link Title to the document in Content Query Webpart
SharePoint 2010 comes with a cool feature like content Query Webpart. You can now display multiple columns and do much more than what you could do using 2007.
It is much easy now to display Title from document library using content query webpart and linking it to the document itself.
Add a content query webpart to your page. Open in edit mode and select the location of your list or document library. Open Presentation -> Fields to display
Make the following changes:
Under Link box, enter URL Path [Custom Columns];
Under Title box, enter Title and that’s it. Click Ok
You now have the title displaying from the document library and when you click on that now opens the document
Categories: SharePoint 2010 Tags: