Love the module but with great tools like Entity_view_modes and such it would also be great to be able to customize the submitted by text on a per view mode basis.
For example a node that is designed to display a link may have a teaser that is added to a blog and has: Submitted by Bob on September 25th, 2012.
While in a full node the link would not want to display the author or date at all.
It would be a great addition and not terribly difficult to do. You could create a full table instead of using variables (because between node types and view modes it would fill too much of the variable table).
Table Entries like: Entity_type, Entity_id, View_mode, submitted_by_text. Would capture comments and nodes independently and be able to make it specific to view modes.
The user interface could display under the manage display tab specific to each view mode.
If your interested In this I can write up a patch to get it started for the d7 branch.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 1532246.patch | 7.04 KB | nancydru |
| #2 | 1532246.patch | 6.63 KB | nancydru |
Comments
Comment #1
nancydruSure, I'd be interested in a patch.
Comment #2
nancydruTry this.
Comment #3
nancydruMinor issue fixed.
Comment #4
nancydruCommitted