Search Box in Menu (not header)


Author Message
Cecilia

Posted: 4/13/2011
Quote message 

I also want to place my search box in the menu, but have not yet found any solutions to the problem.

I tried the wordpress way found in this thread: http://www.artisteer.com/?post_id=148404&p=forum_post&topicsPage=2&forum_id=13. But that didnt work.

Can anyone help me with this?

Thanks
Cecilia

 
Mark C

Posted: 4/13/2011
Quote message 

If you are using Art isteer 3.0 you can place the search box in "Extra 1" or "Extra 2" and it'll appear in the menu.

You might need to do some styling afterwards.
 
Kevin

Posted: 4/24/2011
Quote message 

You'll need to edit your page.tpl.php file. It's pretty simple really as long as you know basic css and php.

In the header div insert something like this:

<?php

print $search;

?>

As with all php modifications in Drupal you should test it first by making a page node with the input filter set to php. This will stop it from breaking a live site with the white screen of death!

 
Chris

Posted: 4/9/2013
Quote message 

Quote Mark C:

If you are using Art isteer 3.0 you can place the search box in "Extra 1" or "Extra 2" and it'll appear in the menu.

You might need to do some styling afterwards.


Would this work on v4 too? Would you give a bit more info (being it on v4 or v3) on what you mean by placing the search box in "Extra 1" or 2 ? Many thanks