Exclude Users from People Search Results

Ever want to exclude a person from search results? No problem just add a rule under the ‘People’ Scope.

SSP –> Search Settings –> Scopes –> People

Rules Section –> New Rule –> Property Query –> UserName

Add the username in the Property Query section without the domain prefix (e.g. tjones)

Exclude – Items matching this rule will be excluded from the scope

What? You don’t have UserName as a property restriction? Go to Medtadata Properties –> Page 2 –> UserName –> Edit/Map Property

Click the Allow this property to be used in scopes checkbox in the Use in scopes section.

You may need to wait a few minutes for the scope change to update. In my case the item count was skewed after adding some rules. This didn’t effect the non-excluded results though.

Posted in MOSS 2007 | 2 Comments

This item cannot be deleted because it is still referenced by other pages

Trying to delete a master page or page layout but get the This item cannot be deleted because it is still referenced by other pages message?

  • Using SharePoint designer, create a new folder and move the files into a new folder.
  • Delete the folder and poof! My favorite operation complete.
Posted in MOSS 2007 | Leave a comment

Cascading Dropdowns in list form

SPCD – SharePoint Cascaded Lookup Dropdowns

Codeplex SPCD

Posted in MOSS 2007 | Leave a comment

SharePoint 2010 Docs

What news for developers and SharePoint 2010 Secrets Docs.

SharePoint2010 Secrets Issue
Whats New for SharePoint 2010 Developers

Posted in MOSS 2007 | Leave a comment

Sharepoint Troubleshooting Doc

Trouble Shooting SharePoint

SharePoint_Troubleshooting

Posted in MOSS 2007 | Leave a comment

Designer Workflow Docs

Some Sharepoint Designer Workflow Docs

Sharepoint Designer Workflow – Bonus Issue 1
Sharepoint Designer Workflow – Bonus Issue 2

Posted in MOSS 2007 | Leave a comment

Remove Powered by InfoPath Services Banner

Get rid of the “Powered by: InfoPath Forms Services” banner at the bottom of web enabled forms.

stsadm -o setformsserviceproperty -pn AllowBranding -pv false
Posted in MOSS 2007 | Leave a comment