You probably haven&#39;t given anonymous users to search your site content. In drupal 5, the permissions can be administered at <a href="http://example.com/admin/user/access">http://example.com/admin/user/access</a>. The search box is only displayed for users who are allowed to search content.<br>
<br><div class="gmail_quote">On Mon, May 5, 2008 at 4:52 PM, Sean Wingert &lt;<a href="mailto:seanw@norris-stevens.com">seanw@norris-stevens.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Just a quick question about the danger4k theme (built on Bluebeach). Everything appears to work fine but the Search box is not visible for anonymous users. How do I fix that?<br>
<br>
Here&#39;s what I&#39;ve already tried:<br>
1. admin/settings/site-information (Toggle Display, Search Box)<br>
 &nbsp; Interestingly, when I turn this off, the search box disappears for all users<br>
2. Modifying this code from template.php to print the search_box on all pages (no luck)<br>
<br>
 &nbsp; &nbsp; &nbsp;&lt;?php if ($sidebar_left): ?&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;div id=&quot;sidebar-left&quot; class=&quot;sidebar&quot;&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;?php print $search_box ?&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;?php print $sidebar_left ?&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;/div&gt;<br>
 &nbsp; &nbsp; &nbsp;&lt;?php endif; ?&gt;<br>
<br>
I suspect I&#39;m missing something basic. Any thoughts?<br>
<br>
Sean<br>
_______________________________________________<br>
themes mailing list<br>
<a href="mailto:themes@drupal.org">themes@drupal.org</a><br>
<a href="http://lists.drupal.org/mailman/listinfo/themes" target="_blank">http://lists.drupal.org/mailman/listinfo/themes</a><br>
</blockquote></div><br>