Richard R. Cahilig wrote:

Hello,


I created a block and assigned it to a custom region I created and embed in node.tpl.php. The problem is the block is showing in the teaser. Please help me how to hide the block on the teaser. Please check the website here.


Regards,

Richard R. Cahilig
  
Wrap the code that shows the block in node.tpl.php in a conditional block on the variable teaser (which is sent to node.tpl.php):

<?php if (!$teaser): ?>

------block code -----

<?php endif; ?>
Jamie Holly
http://www.intoxination.net 
http://www.hollyit.net