Quote from project website:

What can you do with it? Have a look at the previous support requests.

Please, at least add issue number(s) to the project website and (ReadMe) file.
The list of open and closed support requests is simply way to large for anyone to value this module.

Comments

not_Dries_Buytaert’s picture

Sry, for the incorrect <blockquote> in my startpost, which can't be changed anymore. :-(

intyms’s picture

If you want to display a list of nodes or something else in a view and want to number the rows... than the Views Custom Field module can help you to do this. Just add "Customfield: Rownumber" to your fields area.

The main feature, imho, is:
This module adds a field where you can write PHP code. And you can use the existing views fields as variables in the php code.
See also #467190: Basic usage information

not_Dries_Buytaert’s picture

Title: Explain what this module does » Explain more clearly what this module does
Status: Active » Closed (fixed)

I suggest integrating following text into the project webpage and/ or documentation, instead of referring to submitted issue(s):

This module allows adding following fields to the rows of views:
"Customfield: Markup" which displays per row some custom (html) markup text.
"Customfield: PHP code" which displays per row some custom PHP.
"Customfield: Rownumber" which displays per row the row number (i.e. the chronological order of appearance of the row/ record).

These fields are selectable via the view editor (under the group "Customfield").

Just enter the custom markup or php text as the value of the field.

Note: The labels of these fields can not be changed nor hidden and these fields can not be used for sorting tables (yet).