Closed hampelm closed 11 years ago
the row_style for the grants funded / grants received views is currently set to show the teaser view mode (note that "view mode" in this context isn't related to Drupal Views module, rather entity view modes) of each item, so a customization to the teaser template (in node--grant.tpl.php) would affect all teaser output.
i initially chose this row display style so we could have a similar grant display in many places... but if we want these two cases, it's totally possible.
two options:
1) create a new view mode for grants funded and grants received, create new templates for these view modes, and specify this mode in the view row style settings or.. 2) use fields row style output in the view
i'd prefer 1, and can set it up quickly if we want!
1 sounds good and the most flexible.
M
Sent from mobile (734) 846-5010
On Aug 31, 2013, at 12:30 PM, Benjamin Chodoroff notifications@github.com wrote:
the row_style for the grants funded / grants received views is currently set to show the teaser view mode (note that "view mode" in this context isn't related to Drupal Views module, rather entity view modes) of each item, so a customization to the teaser template (in node--grant.tpl.php) would affect all teaser output.
i initially chose this row display style so we could have a similar grant display in many places... but if we want these two cases, it's totally possible.
two options:
1) create a new view mode for grants funded and grants received, create new templates for these view modes, and specify this mode in the view row style settings or.. 2) use fields row style output in the view
i'd prefer 1, and can set it up quickly if we want!
— Reply to this email directly or view it on GitHub.
Grants made by (for example) Org 1 should not read "Org 1 gave Org 2 $1000" Instead. They should read "$1,000 to Org 2", "Org 2: $1,000", or something similar. This would make lists easier to skim.
Similarly, grants made to Org 1 should read "$1,000 from Org 2" or similar.