Needs review
Project:
NodeReferrer
Version:
6.x-1.0-rc2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Dec 2010 at 00:04 UTC
Updated:
3 Feb 2011 at 16:59 UTC
Thank you for this great module. I needed to add a new formatter because I wanted to display the taxonomy terms of the referrer in a view. This might also be useful to other people who want to do the same thing, so I created a patch to add a Node Taxonomy Terms formatter that outputs a comma-separated list of all taxonomy terms associated with the referrer node.
It would be great if you could commit the patch to the official release. Thanks again.
| Comment | File | Size | Author |
|---|---|---|---|
| taxonomy_formatter.patch | 1.27 KB | peacog |
Comments
Comment #1
andypostGreate enchancement
What is a difference between this formatters?
Powered by Dreditor.
Comment #2
peacog commentedTo be honest I don't know if nodereferrer_formatter_taxonomy is needed. All of the other formatters were implemented in this way, i.e. with a nodereferrer_formatter_xxx and a nodereferrer_field_xxx. I just did the same for my taxonomy formatter, but I didn't take the time to see if nodereferrer_formatter_taxonomy is necessary. Is it?