Tag: sharepoint 2007
-
Powershell: Retrieve Content Types and Column Fields
So you just found the wicked awesome list of content types and life is good, but you kinda wish you could get a hold of all those content types and column fields that you made yourself. No worries, Powershell is your trusted friend who’s always ready to help. Below are two very basic Powershell scripts. […]
-
Frodes not-so-spectacular list of Content Type IDs
In a follow up to Frode’s awesome list of Column Field ID’s, here is a quick list of Content Type ID’s. These were all fetched from our dev server using Powershell. If you don’t have Powershell, shame on you.
-
Frodes awesome list of SharePoint Column Field IDs
I’m working on a clients intranet redesign project and we’re making our own content types. Everything was nice and peachy, until I tried to make a redirect page based on the original page layout and have it work with one of our new content types. For some reason I couldn’t get the redirect form to […]
-
BlueBand.master: How to fix that broken search button
Have you ever noticed that if you hover your mouse over the search button on the default BlueBand.master, it doesn’t behave the way you’d expect it to? This is caused by a missing tag in the masterpage, and is quite easy to fix if you know what to do. Lucky for you, I’ve got the […]
-
Powershell: Check-in multiple files!
I do a lot of CSS styling with my current project, and with that comes a lot of trial and error. I make image files, upload them, see how they look, delete them, upload new ones, take a look again, and so on. Depending on what stage I am in designing the page, I sometimes […]