Views 2

Drupal - Making 2 Links from a View Field

fork in road sign - J. Ayen Green - Ayen Designs

In a Drupal view, one of the presentation options for a selected field is to have the field be a link to its node. What if you need the label to also be a link? No problem! Another option is to rewrite the output, so you can manually create the links using HTML, and specify the replacement pattern of [nid] for one. The only problem is that when a field is a link to its node, the URL that appears is the path alias, mydomain.com/my-content, but when using [nid] in a manually constructed link, the resulting URL is mydomain.com/node/##.

Drupal 6 Attachment Views

Drupal 6 Attachment Views - J. Ayen Green - Ayen Designs
On shelves now, by J. Ayen Green of Ayen Designs. If you are a Drupal developer of any level and you are waiting to explore Attachment Views, then this book is for you.

...Green's book is without a doubt the definitive practical guide to using the Views 2.x module in Drupal 6...

-Trevor James

tidbit - Theming the Drupal Views 2 Mini Pager

Do you want to change the look of the mini pager in Drupal Views 2, but can't figure out where it is?

Subscribe to RSS - Views 2
Design by Ayen Designs. Underlying Drupal theme by Kiwi Themes.