Showing posts with label wss. Show all posts
Showing posts with label wss. Show all posts

6.10.2009

Sharepoint: Installing Free Ten Themes for Sharepoint in VSeWSS Projects


Microsoft has provided free 10 themes for Microsoft Office Sharepoint 2007 since March 2009. For some reason, there are several steps which must be performed in order to use these themes and quite troublesome if I might add.


For some, installing Visual Studio 2008 on a production MOSS server could be a burden in size, security, etc. I would suggest you have a spare machine or a virtual machine and installed the required components.

To Install these themes and apply it to your sharepoint portal site, first there are installers you must already have or downloaded which includes the following:
Before installing the installers above, please ensure that you have the following installed in a single system (preferably Windows Server 2003):
Once everything is in place (all the above requirements are met and the required files are installed) go to the ten themes in Start>All Programs>Ten Themes for Sharepoint in VSeWSS>Ten Themes for Sharepoint in VSeWSS.zip and extract the files to any locations (preferably My Documents\Visual Studio 2008\Project).

Once extracted, go to the theme you wish to deploy and you will see a Visual Studio 2008 solution (*.sln file), open it.

View the solution explorer in Visual Studio and double click on properties. Go to the Debug tab and change Start Browser with URL accordingly to your sharepoint site in which you want to deploy to (the actual production site not your local installed sharepoint if it is not in the same machine).

Build the Visual Studio 2008 solution and browse to your debug files (extracted Ten Themes for Sharepoint in VSeWSS.zip file solution in bin folder) you will see a debug folder and copy the whole folder in a flashdisk or share the folder which allows production server to access it.

Now go to your production server and copy the bin folder mentioned above to any location. Inside the debug folder, run setup.bat and the theme will be installed to your sharepoint site.

Open your portal site as Administrator and go to Site Actions>Site Settings>Modify All Site Settings. Under the Look and Feel Section, click on Site Theme and choose the newly installed theme.

Have fun! Leave comments for questions and suggestions thank you!