Closed (duplicate)
Project:
Bibliography Module
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
17 Apr 2012 at 19:44 UTC
Updated:
4 Sep 2013 at 18:58 UTC
Currently, I've only got "full" and "teaser" view modes specified for the Biblio entity type (and only "full" is really functional).
We need to implement the node view modes that biblio normally uses (full, search index, teaser) as seen in hook_view in biblio.module and get them functioning with Drupal's theme layer.
Comments
Comment #1
amitaibuI would actually use the view modes as the export/ style mechanism
For example if we go with #1973706: Re-think Biblio in Drupal 7, each plugin will declare it's view mode(s). So every Biblio can be rendered as needed.
See for example how Message-notify module is doing it.
Comment #2
dasjosome good ideas here :)
Comment #3
amitaibuClosing in favor of #1973706: Re-think Biblio in Drupal 7 and a WIP repo on github https://github.com/amitaibu/biblio -- worth checking the new code and pluggable architecture .