Closed (fixed)
Project:
Drupal.org CVS applications
Component:
Miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
16 Jun 2010 at 13:17 UTC
Updated:
25 Oct 2010 at 14:40 UTC
Jump to comment: Most recent file
The first would be a module enabling php rewriting of fields outputs. Not adding a new field like views_customfield but a new option for altering the field output.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | views_fieldrewrite.tar_.gz | 2.49 KB | wapnik |
Comments
Comment #1
avpadernoThere have not been replies from the OP, who didn't upload the code for review.
Comment #2
wapnik commentedAfter some time the module finally works as i like it. Instead of php rewriting i thought it would be better to use regular expressions replace (php rewriting can be added later on). So i wanted it to be able to register this rewriting to every field type in a view. As there are lot of handlers, one for every field type, it have to extend (and register) them dynamically. Therefore it needs a new views hook that i've included in the patch in issue #872780. No feedback on that yet. As i wrote there, maybe some parts of the code from the module should go to views itself, to build a much stricter interface for this kind of mass handlers extending...
Comment #3
avpadernoComment #4
avpaderno