By artcoder on
In page.tpl, I see ...
if ($search_box):
How do I turn this condition to true in the Admin interface? I even changed the PHP code to "if (true)" and I am still not seeing a search box in my left sidebar.
In page.tpl, I see ...
if ($search_box):
How do I turn this condition to true in the Admin interface? I even changed the PHP code to "if (true)" and I am still not seeing a search box in my left sidebar.
Comments
Hi, generally you can
Hi, generally you can activate the search-box and you use Drupal. 6.x in
Administer --->Site Building ----> Blocks ----> Search form
if you want to activate it always for any user oon your Theme (by Garland is implemented)
you can activate the search-box in
Administer ---> Site Building ----> Themes ------> Garland -----> Configure ------ Select the Search Box
Cheers
Share your experience with the Open Source Community
it's not only a choice but a Life Philosophy !!!
Contact me for drupal projects in English, German, Italian, Drupal Hosting Support.
Don't forget to enable the
Don't forget to enable the search module in /admin/build/modules