Needs review
Project:
NodeReferrer
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Oct 2011 at 01:12 UTC
Updated:
26 Oct 2011 at 07:49 UTC
My client wants to show the first 5 results for the field, with a more link to see more results. I have written a patch that adds a more link path and more link text that is displayed when there are more than the limited number of results. This allows tokens from other fields, so you can set the path to node/[nid] for example.
| Comment | File | Size | Author |
|---|---|---|---|
| nodereferrer_more_values_link.patch | 2.67 KB | mstrelan |
Comments
Comment #1
mstrelan commentedCan probably change
$this->get_render_tokens($alter);to$this->get_render_tokens(NULL);.Comment #2
andypostmake sense so let's get more reviews