<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Richard R. Cahilig wrote:
<blockquote cite="mid:4A722346.9030902@gmail.com" type="cite">
  <meta http-equiv="content-type" content="text/html; ">
  <p>Hello,<br>
  </p>
  <p><br>
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 <a moz-do-not-send="true"
 href="http://www.cahilig.org" rel="nofollow">here</a>.<br>
  </p>
  <p><br>
Regards,<br>
  </p>
Richard R. Cahilig
  <pre wrap="">
  </pre>
</blockquote>
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):<br>
<br>
&lt;?php if (!$teaser): ?&gt;<br>
<br>
------block code -----<br>
<br>
&lt;?php endif; ?&gt;<br>
<pre class="moz-signature" cols="72">Jamie Holly
<a class="moz-txt-link-freetext" href="http://www.intoxination.net">http://www.intoxination.net</a> 
<a class="moz-txt-link-freetext" href="http://www.hollyit.net">http://www.hollyit.net</a></pre>
</body>
</html>