Recommended releases

Download Released

Views Delimited List allows you to format the row results of a view as a comma
(or other delimiter) separated list. You can additionally define a different
final delimiter and configure how it behaves with smaller result sets.

The module adds a new display style with configuration for the delimiter, final
delimiter and optional prefix/suffix. Each row should have a single line to work
well so combine fields inline. No additional white space is added so add
whitespace to the field and/or to the configured delimiters.

With a 'HTML list' display, the results might have looked like:

  • Item 1
  • Item 2
  • Item 3

But with the module, the results can look like:
Item 1, Item 2 and Item 3

Installation

Issues

Bugs and Feature Requests should be reported in the Issue Queue:
https://github.com/backdrop-contrib/views_delimited_list/issues.

Current Maintainers

Credits

License

This project is GPL v2 software.
See the LICENSE.txt file in this directory for complete text.