SharePoint Config

Ari Bakker's thoughts on customising and configuring SharePoint

Archive for the ‘Customisation’ Category

Bulk editing SharePoint Picture Library items

without comments

For some reason certain1 SharePoint lists don’t have the handy “Edit in datasheet” option available to allow bulk editing of items. One of these lists is the MOSS Picture Library which means that although images can be uploaded in bulk, users have no easy way of bulk tagging these items (e.g. adding ‘christmas party’ as a keyword to 20 photos at once). Continue reading Bulk editing SharePoint Picture Library items »

Written by Ari Bakker

January 15th, 2009 at 12:34 pm

Posted in Customisation,MOSS

IA for MOSS article updated

with 2 comments

I’m pleased to say that the article I wrote a few months ago on ‘how we did it: tag driven IA for MOSS’ was noticed and has been re-published on the SharePoint team blog. Continue reading IA for MOSS article updated »

Written by Ari Bakker

April 30th, 2008 at 8:51 am

Posted in Customisation,MOSS

How we did it: Tag driven Information Architecture using MOSS

with 5 comments

Early last year I was involved in developing a Microsoft Office SharePoint Server (MOSS) based Intranet for the Ministry of Transport. This post explains how we utilised the tagging capabilities provided by MOSS to create this award winning Intranet. Continue reading How we did it: Tag driven Information Architecture using MOSS »

Written by Ari Bakker

January 22nd, 2008 at 9:01 am

Relative URLs in SharePoint

with 5 comments

If you are referencing resources such as style sheets, images, JavaScript etc in a SharePoint environment you need to be careful to ensure that URLs are relative to the current site (or site collection) so that if sites are moved the references don’t break. For example if you are referencing a style sheet from a master page in a publishing site you will probably want the link to be relative to the site collection so that sites below the root still reference the style sheets at the top level. Continue reading Relative URLs in SharePoint »

Written by Ari Bakker

September 19th, 2007 at 11:37 am

Enhanced Blog Edition Beta 1

without comments

I’ve been busy over the last few weeks working on the Community Kit for SharePoint (CKS) 2.0 Enhanced Blog Edition. We have now released the first version on CodePlex which contains many enhancements for SharePoint blogs. These enhancements include friendly URLs (i.e. archive/2007/06/19/enhanced-blog-edition-beta-1.aspx vs. Lists/Posts/ViewPost.aspx?ID=26), tag cloud support, post trimming, Akismet integration for spam prevention and custom RSS URLS. The most significant feature in my opinion, however, is the ‘Modular Theme Framework’ (MTF). Continue reading Enhanced Blog Edition Beta 1 »

Written by Ari Bakker

June 18th, 2007 at 11:04 am

SharePoint Customisation Policy 2007 White Paper

without comments

The recently released SharePoint Products and Technologies Customization Policy 2007 White Paper provides a great starting point for implementing and managing customisations in a SharePoint based environment. The paper contains a list of customisations that are possible with WSS 3.0 and MOSS 2007 and provides guidance on how and when to use each type of customisation. It also contains information on what is and isn’t supported. Continue reading SharePoint Customisation Policy 2007 White Paper »

Written by Ari Bakker

June 7th, 2007 at 9:33 pm

Customising the RichHtmlField Styles Menu

with 6 comments

This post shows how you can customise the list of styles that are available inside a RichHtmlField control in SharePoint 2007. Continue reading Customising the RichHtmlField Styles Menu »

Written by Ari Bakker

May 2nd, 2007 at 7:56 am

Minimal SharePoint Master Page

with 6 comments

Master pages provide a great platform for branding custom SharePoint sites. By default, however, the master pages included with WSS and MOSS sites include a lot of unnecessary mark-up. This worked fine for most of the site but I found when I used this for the system pages (think viewing document libraries, editing list items…) things started to break. Continue reading Minimal SharePoint Master Page »

Written by Ari Bakker

April 30th, 2007 at 9:28 am

Creating a Custom SharePoint 2007 List Definition

with 53 comments

There are several steps involved in creating a custom list definition in SharePoint 2007. These are: reate custom site columns (Optional), create custom content types (Optional), create custom list definition. Continue reading Creating a Custom SharePoint 2007 List Definition »

Written by Ari Bakker

April 17th, 2007 at 9:56 pm

Data View Web Part Introduction

with 12 comments

This post shows how you can use the DataView web part (aka the DataFormWebPart) to display a list of items from another SharePoint 2007 site using SharePoint designer. Continue reading Data View Web Part Introduction »

Written by Ari Bakker

April 16th, 2007 at 10:37 pm