Posts forsharepoint 2010

How to Replace Text with Images in SharePoint List View using jQuery

SharePoint, SharePoint 2010 - Toni Frankola - April 15, 2014

My client had a list of projects in SharePoint 2010. He wanted to show their statues in a more clear way, and asked me to replace project status names with images(icons). This is the list of projects, with names of project statuses: “Project status” column is a lookup column and…

Continue Reading

Add a user to the SharePoint_Shell_Access role for all SharePoint 2010 content databases

SharePoint, SharePoint 2010 - Toni Frankola - January 27, 2012

In order to use Windows PowerShell for SharePoint 2010 Products, a user must be a member of the SharePoint_Shell_Access, and you can do that via Add-SPShellAdmin cmdlet. However if user needs to work with a lot of content databases then you need to repeat this procedure over and over. Here…

Continue Reading

SharePoint Saturday EMEA 2011 – Call for speakers

SharePoint, SharePoint 2010 - Toni Frankola - December 12, 2010

We are working on SharePoint Saturday EMEA 2011, here is the “official” press release: I’ve been working with Toni, Isaac and Ayman to layout the format for speaker submissions for SharePoint Saturday EMEA. We have agreed that the content for this special event will focus on the SharePoint End User. Imaging…

Continue Reading

SharePoint 2010 Themes Gallery

SharePoint, SharePoint 2010 - Toni Frankola - September 27, 2010

There is total of 21 built-in SharePoint 2010 Themes, here is the gallery:

Continue Reading

What should I do if webpart was removed from the gallery?

SharePoint, SharePoint 2010 - Toni Frankola - September 15, 2010

Today I tried to add a custom web part to a SharePoint 2010 web page. Web part was listed in while via Insert > Web Part gallery but SharePoint failed to add it to a web part page with the following error: “The operation could not be completed because the…

Continue Reading

Add all site collections as PerformancePoint trusted locations via PowerShell

SharePoint, SharePoint 2010 - Toni Frankola - August 4, 2010

In case you have been playing with SharePoint 2010 IW Demo VM you might bumped into this error: The query could not complete because the following items are not in a PerformancePoint trusted location… The solution for this problem is simple, you just need to add all PerformancePoint locations to…

Continue Reading

Compile and package Sandboxed and Farm solutions using the same code base

SharePoint 2010 - Toni Frankola - July 4, 2010

SharePoint Sandboxed solutions allow site administrators to deploy custom web parts without physical (console) access to the SharePoint server. Sandboxed solutions are easily uploaded via Solutions gallery. Sometimes, while developing a solution, you want to know if your code is running sandboxed or as a normal farm solution. In order…

Continue Reading

Remove all Service Applications from SharePoint 2010 farm with PowerShell

SharePoint, SharePoint 2010 - Toni Frankola - May 31, 2010

Well, sometimes things do not go as planned and you need to undo some things you did in SharePoint testing environment or for a client. As I am currently working on a script to install Service Applications I had a need to remove 10-20 service application from my testing farm…

Continue Reading

My slides from SharePoint conference Peru

SharePoint - Toni Frankola - May 23, 2010

Yes, I spent an amazing week in Peru attending and speaking at SharePoint Conference Peru. After the conference we visited Cusco and Machu Picchu and we all had amazing time. Conference was an amazing success, with more than 170 attending, all sessions were packed and people were very enthusiastic about…

Continue Reading

Configure Item Level Permissions for Document Libraries – Part 2 – SharePoint 2010 edition

SharePoint - Toni Frankola - March 22, 2010

Every once in a while your customer might ask you to customize permissions for a document library in such a way that authors can only change their own documents. There was no such feature for document libraries in SharePoint 2007, and the “problem” is still present in v2010. (Both versions…

Continue Reading