By eaposztrof on
hi..
have a content of review type . which have an field_banner field, with content:
<?php $node->field_banner (array)
$node->field_banner[0] (array)
$node->field_banner[0]['value'] **
banner code!
$node->field_banner[0]['format']
1
$node->field_banner[0]['view']
<p>banner code!</p> ?>i want to put show the $node->field_banner[0]['view'] in the $banner block
Comments
oh, sorry.. i press the post
oh, sorry.. i press the post button before finished..
so..
i want to put the $node->field_banner[0]['view'] in the $banner block,
i configured the block:
content:
Show on only the listed pages: review/*
and just "1" printed..
how i can doo that? thx..
http://eaposztrof.com | save the planet, kill yourself!
Create a custom block
Create a custom block and PHP code something like
Make sure you set the input format to 'PHP Code' and save the block.
Then assign the new block to the approriate region.
thanks for..
its working great..
www.eaposztrof.com | www.iCode4Beer.com