Active
Project:
Views Formatted Field
Version:
6.x-1.0
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Jun 2009 at 21:36 UTC
Updated:
15 May 2010 at 18:46 UTC
Is this the views equivalent to this CCK module?
http://drupal.org/project/computed_field
Are there examples I can look at; code & output?
Comments
Comment #1
liquixis commentedSomething like that.
This module also allow to use not only PHP but other filters like Smarty Filter, so you can make it more protected by allowing only some PHP functions to use (execute), e.g. "t()".
Also you can use not only fields values but also:
Also it provide ability to use this not on only virtual field (which actually doesn't have a value), but on real field that have a value.
BitTorrent module (download it now from http://drupal.org/node/441488#comment-1730870 )
But there I use previous version which support only PHP code ( http://drupal.org/node/441488#comment-1714722 ).
Currently there are no usage examples for this module.
Comment #2
vacilando commentedAlso similar to http://drupal.org/project/views_customfield