In Magento, I'm trying to implement a search box to the right of breadcrumbs for easy searching from any internal page.
I have seen tutorials for adding a (top) search form to the header, but breadcrumbs aren't in the header...
Some things I have tried include adding echo $this->getChildHtml('newSearch');
where I would like breadcrumbs to show up, having a newSearch.phtml in my theme's categorysearch folder, and adding <block type="core/template" name="new.search" as="newSearch" template="catalogsearch/newSearch.phtml" />
to my page.xml to attempt to register it.
Good documentation for Magento theming is very hard to come by, and any help is greatly appreciated, even if it's a book or set of docs. :)