- πΊπΈUnited States jasonawant New Orleans, USA
For Drupal 8+ usage, see Drupal change record https://www.drupal.org/node/2101719 β
If you print a separate field in your node.tpl.php, you need to be aware of the field permissions. You can access them by calling user_access(). So to check if the current user has access to view field_factsheet you call user_access('view field_factsheet');
Took me a while to figure it out, so maybe useful for the documentation.
Fixed
Documentation
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
For Drupal 8+ usage, see Drupal change record https://www.drupal.org/node/2101719 β