how to access cck checkbox value from views .tpl

Posted by romandor on Stack Overflow See other posts from Stack Overflow or by romandor
Published on 2010-06-09T08:37:24Z Indexed on 2010/06/09 8:42 UTC
Read the original article Hit count: 225

Filed under:
|
|

Subject for advanced views theming:

1) Create CCK integer field "field_checkbox" - Single on/of checkbox

Allowed values

0|No

1|Yes

2) In views row-style .tpl

<?php print $fields['field_checkbox_value']->content ?>

doesn't print any value, why?

Other fields output fine. Thank you in advance!

© Stack Overflow or respective owner

Related posts about drupal-6

Related posts about views