Category: webpart

Hide column titles from SharePoint lists and libraries with a small line of CSS

Show a message when your Content Query Webpart has no results

Find out what frond end server you are using in SharePoint

Hide SharePoint WebPart header menu dropdown arrow and selection checkbox

Working on a dashboard page for users with limited possibilities, I had to disable the close and minimize webpart functionality. Instead of just hiding the functions, I chose to have a minimalistic view and hide SharePoint WebPart header menu dropdown arrow. The webpart header consist of following parts: tr class =ms-WPHeader (which is the header) td …


Change the site logo on a webpart page

At a client we designed a custom homepage for their intranet, containing news in categories and a flashy Silverlight picture rotator. We had a problem with the site logo however. On every site the custom logo would appear, but on this page, which was a webpart page, it still showed the old SharePoint logo. In SP …


Write html code in SharePoint via Calculated Columns

UPDATE: Find the 2010 version here !! Struggling to find a good way to display a url in a list (output generated by the codeplex listsearch project), I found this solution from PathToSharePoint. Normally, when you use a calculated column to create a dynamic link, you get the full url, like “http://www.test.com?id=9876”, when you want …