Postponed (maintainer needs more info)
Project:
Title
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Sep 2011 at 10:40 UTC
Updated:
4 May 2012 at 08:45 UTC
when I try to render title_field from this module used:
<?php
$node = node_load($nid,NULL, TRUE);
$nodeView = node_view($node, 'full');
<div class="field-items"> <?php print drupal_render($nodeView['title_field']);?></div>
<?php ?>
I just get a blank output, where is my wrong or is it a bug ??
Thank.
Comments
Comment #1
int_ua commentedNecroposting...
?
Comment #2
plachCan you check the field is not hidden in the field display settings?