Click here to Skip to main content
15,881,898 members
Articles / Desktop Programming / WPF

A Visual Guide in Designing SharePoint 2010

Rate me:
Please Sign up or sign in to vote.
5.00/5 (3 votes)
20 May 2010CPOL4 min read 75.3K   13   1
13 easy steps on how to redesign your Sharepoint 2010 site

In case someone is wondering out there how to change the branding or design in Sharepoint, well, look no further as I will tell you the important thing you need to do. This will guide you in 13 easy steps how to redesign your Sharepoint 2010 Site.

Step 1

You should have a ready installed SharePoint 2010 site. If you don’t have one, you can download it at Microsoft, the free version is called Microsoft SharePoint Foundation 2010. It is the new version of Microsoft Windows SharePoint Services, but this is for Windows Server 2008.

Image 1

Step 2

The next thing you need is a Microsoft SharePoint Designer 2010. This is not free and you need a license for it but for those who have MSDN subscriptions, you can find it in your subscriber downloads.

Now open your SharePoint site using the SharePoint Designer 2010 and go to the Navigation Side Bar, choose Master Pages and copy one of the Master Pages already available. You are doing this so that you don’t have to do everything from scratch and just update what you have, the best template to copy is minimal.master or v4.master.

Image 2

Note you cannot paste it on the side bar, you have to paste it on the content pane.

Image 3

Step 3

Now it's available on your side bar and click on it. The content pane now will contain the properties of the copied master page. Now click on the Edit File to edit your new master page.

Image 4

Step 4

Once you click on edit, you can now edit stuff, now if you are a developer (I am assuming you are) everything will look familiar and you can now make your hands dirty and start typing you codes or modifying what’s in there. It is also like the Visual Studio where you can choose code, design and split view.

Image 5

It's pretty straight forward as long as you know HTML and CSS.

Note if you want to add images or any form of media, you need to add it to library first as you can't upload it here while modifying your codes.

Image 6

Step 5

Save your work, then set your new master page as your default Master Page by right clicking on your master page on the Side Bar.

Image 7

Step 6

Go to your browser and refresh your SharePoint site to view you changes, you might have to repeat Steps 4 and 6 until you are satisfied with your design as the Designer would have lines and labels on it and you won't see the exact rendering on your browser. During this process, you do not need to repeat Step 5 as it is already set as the default master.

Image 8

Step 7

Now you are halfway, and the next thing to do is your theme. This will act as your CSS for the whole site. To create a SharePoint 2010 theme, either you have to create it from scratch or do the copy and modify strategy. That’s what I did! I chose my favourite theme and copied it. To do that, go to Site Actions and choose Site Settings.

Image 9

Step 8

In Site Settings, click on Site Theme:

Image 10

Step 9

Now you will be presented with the installed site themes, choose what you like and remember the name. Now click the Theme Gallery.

Image 11

Step 10

Now you are in the gallery, next is you download a copy for you to edit. Do that by choosing the theme you want and Send To then Download a copy.

Image 12

Step 11

Now it's editing time, as you have noticed, the one you download is .thmx file and by default, it will open in PowerPoint (you won't be able to edit .thmx file in PowerPoint AFAIK). So you need to download this very handy tool which is free as well, it is called Theme Builder and you can download it from here.

It is a good and easy to use tool which does not need further explanation. Open your file and edit the things you need.

Image 13

Step 12

Now save your file and upload it back to your SharePoint Site, by going back to the Theme Gallery and choosing add new item.

Image 14

Step 13

Once it's uploaded, you will now see it on the gallery and click apply. That’s it. You have customized the look of your SharePoint.

Image 15

Image 16 Image 17 Image 18 Image 19 Image 20 Image 21

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead
New Zealand New Zealand
http://nz.linkedin.com/in/macaalay
http://macaalay.com/

Comments and Discussions

 
GeneralSharePoint Designer 2010 is free Pin
Peter Mendez31-Jul-12 13:15
Peter Mendez31-Jul-12 13:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.