Create custom layouts for Content Query WebParts
The Content Query WebPart can only take you so far when it comes to how you want to display your results. Sometimes […]
The Content Query WebPart can only take you so far when it comes to how you want to display your results. Sometimes […]
I had a weird issue where my RSS Web Part all of a sudden stopped working. The “loading” GIF was the only […]
I ran across this interesting article that talked about how to create a content slider that auto-plays items from a list. You can […]
If your users wanted to use the My Inbox or My Calendar webparts on any page, they first need to configure the […]
If your users wanted to use the My Inbox or My Calendar webparts on any page, they first need to configure the […]
There is a point in one’s Web Dev. life when a map of data is needed. Since I’m a SharePoint guy, I thought why not make one that feeds off of a SharePoint list? I did just this with a SharePoint list of Nuclear Power Plants in the US.
The map changes information based on location information. My map changes based on the URL parameters, but yours can changed based on a link that is clicked, or some other “refresh map” action.
Let me show you whats what.
One of my recent projects was to redesign (update) our internal home page with the functionality of SharePoint 2007. We use the home page to convey information to our employees about the Nuclear Industry, business news, organizational news, or other work related information.
Sure, why not. Lets pop on the page a few Content Query Web Parts (CQWP) and set the queries to pull what we need based on the business rules. *dust off hands*
But what if we need the users to know which item is “new” versus something that is much much older? We can’t have our visitors guess, we need some sort of indicator. SharePoint has that cute little icon appear next to the titles. Why isn’t this being display with my CQWP results!?
Well, let me show you how I did it for our Home Page needs.
We can use a SharePoint Content Query Web Part (CQWP) along with an added layout style in the ItemStyle file. By wrapping […]