21 Nov
2010
21 Nov
'10
11:37 a.m.
I recently did something as simple as this and that seems to work (define it in the _data hook). class custom_module_handler_field_yours extends views_handler_field { function render($values) { return '<strong>'.$values->yourfield.'</strong>'; } } HnLn On 21/11/2010 10:36, Eric Schaefer wrote:
2010/11/20 Steve Ringwood<nevets@tds.net>:
Install both views and advanced help, under advanced help you will find information about custom field/query handlers
*slapsforehead* I new I had seen it somewhere.
Thanks, Eric