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<[email protected]>:
    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

Reply via email to