Drupal - Views Custom Field
If you want to display a list of content types or something else in a view and want to number the items, like 1, 2, 3, 4... you get the idea, than the Views Custom Field module is what you need. It does exactly this plus more. Install it and go straight in the views to find the goodness.
Cheers to the developers!
Drupal 6
Available (views)fields:
- Markup
- Field that allows usage of custom text and the input filter system.
- PHP code
- Field that allows usage of custom PHP code (with access to view's database result)
- Rownumber
- Field containing rownumber (respects pagers).

Post new comment