Feeds:
Posts
Comments

Archive for the ‘Branding, Layout, look and feel’ Category

Introduction When in a (localized) variations site, certain “list templates” do not show when trying to create a new list. The “list template” is only available in the master variation with the locale set to English. Including list templates in your SharePoint (Visual Studio) projects can be straight forward. On a list do a “save [...]

Read Full Post »

When using a custom master page and editing a page in SharePoint 2010 I received a dialog box the following error: “You must specify a value for this required field”. This error is caused when you set the contentplaceholder ‘PlaceHolderPageTitleInTitleArea’ to: Visible=”False”. After removing the Visible=False attribute from the contentplaceholder the error disappeared. As a [...]

Read Full Post »

To format data in SharePoint I often use xslt. The default formatting of dates however is pretty useless <xsl:value-of select=”@YourDateParam”/> Results in : 2009-03-23 00:00:00   You can also use a predefined locale like this: <xsl:value-of select=”ddwrt:FormatDate(@YourDateParam, 1033, 15)”/> Results in : Thursay, August 24, 2011 09:00:00 PM   If your required date time format [...]

Read Full Post »

Introduction. In SharePoint 2010 you can use Google Maps without having to download extra webparts or third party tools. In this article I will explain how you can insert “Google Maps” maps in your SharePoint 2011 site with only using standard out of the box SharePoint 2010 features. It’s a generic solution which can also [...]

Read Full Post »

Adding a box or rounded corners around a SharePoint web part can be challenging due to the way that SharePoint renders it’s web parts in a <table> layout. This article explains how to add extra <div> elements around the SharePoint web parts. Then by using the ‘sliding doors’ css technique we can add a flexible [...]

Read Full Post »

The new Ribbon functionality in SharePoint 2010 can cause some frustration when creating custom master pages. The trick is to develop a master page with the ribbon always on top of your page without losing functionality and keep the content scrolling working correctly. Sometimes the scroll bars seems to grow outside the browser window leaving [...]

Read Full Post »

Ran into a curious issue where I was only able to activate my feature only once after deployment. When I deactivate the feature and then try to activate the feature again, I received the following error :  Error: A file specified in the modules section of this template already exists. Resulting in this screen. Luckily [...]

Read Full Post »

I was writing a new web part to search Taxonomies (Managed metadata) in SharePoint 2010. During testing I got an error when using the class FullTextSqlQuery “Microsoft.SharePoint.SPException: Your search cannot be completed because this site is not assigned to an indexer. Contact your administrator for more information. at Microsoft.SharePoint.Search.Query.Query.CreateQueryProxy(SPSite site) at Microsoft.SharePoint.Search.Query.Query..ctor(SPSite site)” while debugging [...]

Read Full Post »

Removing the default search box doesn’t seem so straight forward. This article explains how to remove (or replace) the search box or any other delegate control by using a feature. Prerequisites: – Know how to create a feature and have one ready. – Know how to create an ascx control. (ASP.NET usercontrol) Locating the searchbox. [...]

Read Full Post »

Lost a few hours today by trying to programmatically create a (sub) web based on a template that you saved in the “Site Template” gallery of your site collection. The solution was so simple I could hit myself for not having tried it in the first place. Using the SharePOint 2007 API you can create [...]

Read Full Post »

Older Posts »

Follow

Get every new post delivered to your Inbox.