Drupal 6: Group multiple values in tpl.php

Posted by Jozzeh on Stack Overflow See other posts from Stack Overflow or by Jozzeh
Published on 2010-03-26T08:22:19Z Indexed on 2010/03/27 13:53 UTC
Read the original article Hit count: 200

Filed under:
|
|
|
|

When using the date and views module, you can specify in views (using row style fields) 'group multiple values'. Which is default on.

If you turn it off, you get multiple nodes each with a date. For example: - 24th March ------- node1 - 25th March ------- node1

What I'm trying to figure out is: what if you are not using fields but node as Row style. How do you implement this not-group-multiple-values in your type-node.tpl.php?

© Stack Overflow or respective owner

Related posts about drupal

Related posts about multiple