Drupal şablonuna CCK alan yazdırmak için açılamıyor

0 Cevap php

I'm trying to print CCK field in my node.tpl.php -file like this; print $node->field_name_here[0]['view']; But when I navigate to that page, I can't see the contents. Even when i use print_r($node); I can't see any info about the variable. Drupal only renders everything else in node.tpl.php -file.

BUT... if I stop the execution of node.tpl.php by putting die(); anywhere after the print_r() or print $node->field_name_here[0]['view']; the CCK field / variable renders as it should.

Ben tüm kullanıcıların bu alanların içeriğini görmek için izin beri izniyle sorunu değil. Hatta CCK alan izinleri-modülünü devre dışı bırakmak ve kaldırmak için çalıştı, ama yine de düzgün benim şablonda CCK alanları yazamıyor.

Ben burada ne eksik?

0 Cevap