- πΊπΈUnited States bluegeek9
Field Permissions does not support Drupal 7.
Hello,
I have created a custom node.tlp.php.
If I spend a value of a field is always displayed. Even if it is set to not be visible.
If I spend it so, it is always displayed.
<?php
$field_code = $node->field_code['und']['0']['value'];
?>
<?php print $field_code;?>
If I spend it so it works.
<?php print render($content['field_ code']); ?>
But I need only "value" from the field, not with div.
Can someone help me?
Closed: outdated
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Field Permissions does not support Drupal 7.