Submitted by googletorp on Tue, 07/12/2011 - 09:33
Dive into how you integrate your entities with views. I'm explaining my findings and show how simple it can be to create views integration for custom data which usually in Drupal 7 resides in entities.
Submitted by googletorp on Fri, 06/17/2011 - 08:23
I decided that it was time to write a blogpost. This time about something that I’ve been spending some of my time on lately: Drupal answers aka Drupal Stack Exchange.
Submitted by googletorp on Thu, 02/10/2011 - 11:58
The post now contains what I would call a full upgrade path from alpha to beta. I might be missing a detail in this post, but for the most part, this is what you need to do.
Note: This post is written and have since been updated twice. The reason for this, is that when I updated the commerce site I maintain, I did it in these steps. This means you need to complete all the steps to complete the upgrade from alpha to beta.
Submitted by googletorp on Tue, 11/24/2009 - 22:19
A field formatter is what CCK uses to format it's fields or in Drupal terms: theme. All that a formatter really is, is a theme function that's designed for CCK. Where ever a field is displayed it can have several options as to how it should be displayed. One example could be link fields which by default can be displayed in different ways, title as link, URL as link etc. This can be selected as standard for the node full and teaser views, but can also be used in different views where you thus can display the same field in different ways.