I love to start my day by visiting sites I just built. But then my pride would turn into concern when the home page page took 8.. 9.. 10.. seconds to load. Uh-oh.
Theming the node “Body” field
I’ve always struggled to theme the Body field of a node. Sure, there is a “content” wrapper, but you lose the ability to reference the field through CSS once you start adding CCK fields. I finally took the time to find a solution.
The cure to duplicate nodes in a View when using multi-value fields
I recently had to build a list of events using Drupal Views 2 which included a repeating date field. The problem was that for those nodes that have multiple dates, the node would be duplicated in the view as many times as the date field has dates. Here’s a solution.
You must be logged in to post a comment.