<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1543" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Hmm donīt seem to have that option at all. The only 
thing I have is path.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Gina</FONT></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=jdw2323@gmail.com href="mailto:jdw2323@gmail.com">Jonathan D. 
  Wright</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=support@drupal.org 
  href="mailto:support@drupal.org">support@drupal.org</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Wednesday, June 28, 2006 5:12 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [support] How to prevent 
  block-user from showing up in theleftsidebar</DIV>
  <DIV><BR></DIV>Configure your block on the admin--&gt;block page.<BR><BR>Under 
  "Show block on specific pages," select the radio button for "Show if the 
  following PHP code returns <CODE>TRUE</CODE> (PHP-mode, experts 
  only)."<BR><BR><BR>Enter the following PHP code:<BR><BR>&lt;?php<BR>global 
  $user;<BR>return ($user-&gt;uid);<BR>?&gt;<BR><BR><BR><BR><BR>
  <DIV><SPAN class=gmail_quote>On 6/28/06, <B class=gmail_sendername>Gina 
  Rydland</B> &lt;<A href="mailto:girydlan@online.no">girydlan@online.no</A>&gt; 
  wrote:</SPAN>
  <BLOCKQUOTE class=gmail_quote 
  style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">
    <DIV>
    <DIV bgcolor="#ffffff">
    <DIV><FONT face=Arial size=2>Hi all!</FONT></DIV>
    <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2>When I create new blocks I want them to just 
    appear on the nodes/sides after people have logged in. So that they are only 
    visible for those who are logged into the site.</FONT></DIV>
    <DIV><FONT face=Arial size=2>I do not want these blocks to appear on the 
    front side before people are logged in.</FONT></DIV>
    <DIV><FONT face=Arial size=2>How do I do this? </FONT></DIV>
    <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2>Best, Gina</FONT></DIV>
    <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
    <BLOCKQUOTE 
    style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: rgb(0,0,0) 2px solid; MARGIN-RIGHT: 0px">
      <DIV 
      style="FONT: 10pt arial; font-size-adjust: none; font-stretch: normal">----- 
      Original Message ----- </DIV>
      <DIV 
      style="BACKGROUND: rgb(228,228,228) 0% 50%; FONT: 10pt arial; font-size-adjust: none; font-stretch: normal; moz-background-clip: initial; moz-background-origin: initial; moz-background-inline-policy: initial"><B>From:</B> 
      <A title=mystavash@animecards.org 
      onclick="return top.js.OpenExtLink(window,event,this)" 
      href="mailto:mystavash@animecards.org" target=_blank>Anisa</A> </DIV>
      <DIV 
      style="FONT: 10pt arial; font-size-adjust: none; font-stretch: normal"><B>To:</B> 
      <A title=support@drupal.org 
      onclick="return top.js.OpenExtLink(window,event,this)" 
      href="mailto:support@drupal.org" target=_blank>support@drupal.org</A> 
      </DIV>
      <DIV 
      style="FONT: 10pt arial; font-size-adjust: none; font-stretch: normal"><B>Sent:</B> 
      Wednesday, June 28, 2006 3:09 PM</DIV>
      <DIV 
      style="FONT: 10pt arial; font-size-adjust: none; font-stretch: normal"><B>Subject:</B> 
      Re: [support] How to prevent block-user from showing up in the 
      leftsidebar</DIV>
      <DIV><BR></DIV>Or if you only want it to show to logged out users, and 
      disappear for logged in users, see the handbook for a php snippet that you 
      can put in the custom php block visibility thingy.<BR><BR>Anisa.<BR><BR>
      <DIV><SPAN class=gmail_quote>On 6/28/06, <B class=gmail_sendername>Jason 
      Flatt</B> &lt;<A onclick="return top.js.OpenExtLink(window,event,this)" 
      href="mailto:drupal@oadae.net" target=_blank>drupal@oadae.net</A>&gt; 
      wrote:</SPAN> 
      <BLOCKQUOTE class=gmail_quote 
      style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">On 
        Wednesday 28 June 2006 05:28, Sten wrote:<BR>&gt; Hi!<BR>&gt;<BR>&gt; I 
        have a problem with this block-user thing showing up in my sidebar. 
        I<BR>&gt; only want the menu there and I haven't added it to sidebar 
        block in the <BR>&gt; block settings, but still drupal can not help 
        including it. When logged<BR>&gt; in it's only a name, but when not it's 
        a whole login form, something I<BR>&gt; only want to have on the login 
        page. Who do I get tis block out of my <BR>&gt; 
        sidebar?!<BR>&gt;<BR>&gt; thanks<BR>&gt;<BR>&gt; Sten<BR><BR>Disable it 
        on your admin/block page. Just remove the Enabled check for 
        User<BR>login, and save.<BR><BR>--<BR>Jason Flatt<BR><A 
        onclick="return top.js.OpenExtLink(window,event,this)" 
        href="http://www.oadae.net/" 
        target=_blank>http://www.oadae.net/</A><BR>Father of Six:&nbsp;&nbsp;<A 
        onclick="return top.js.OpenExtLink(window,event,this)" 
        href="http://www.flattfamily.com/" 
        target=_blank>http://www.flattfamily.com/</A> (Joseph, 13; Cramer, 11; 
        Travis,<BR>9; Angela; Harry, 5; and William, 12:04 am, 
        12-29-2005)<BR>Linux User:&nbsp;&nbsp;&nbsp;&nbsp; <A 
        onclick="return top.js.OpenExtLink(window,event,this)" 
        href="http://www.sourcemage.org/" 
        target=_blank>http://www.sourcemage.org/</A><BR>Drupal Fanatic: <A 
        onclick="return top.js.OpenExtLink(window,event,this)" 
        href="http://drupal.org/" 
        target=_blank>http://drupal.org/</A><BR>--<BR>[ Drupal support list | <A 
        onclick="return top.js.OpenExtLink(window,event,this)" 
        href="http://lists.drupal.org/" target=_blank>http://lists.drupal.org/ 
        </A>]<BR></BLOCKQUOTE></DIV><BR><BR clear=all><BR>-- 
      <BR>*********************************<BR><A 
      onclick="return top.js.OpenExtLink(window,event,this)" 
      href="http://www.AnimeCards.Org" 
      target=_blank>www.AnimeCards.Org</A><BR><BR>16,000 scans and 
      counting!<BR>********************************* 
      <P></P>
      <HR>

      <P></P>-- <BR>[ Drupal support list | <A 
      onclick="return top.js.OpenExtLink(window,event,this)" 
      href="http://lists.drupal.org/" target=_blank>http://lists.drupal.org/</A> 
      ]
      <P></P></BLOCKQUOTE></DIV></DIV><BR>--<BR>[ Drupal support list | <A 
    onclick="return top.js.OpenExtLink(window,event,this)" 
    href="http://lists.drupal.org/" target=_blank>http://lists.drupal.org/</A> 
    ]<BR><BR></BLOCKQUOTE></DIV><BR>
  <P>
  <HR>

  <P></P>-- <BR>[ Drupal support list | http://lists.drupal.org/ 
]</BLOCKQUOTE></BODY></HTML>