Posted by nickeberle on August 29, 2008 at 9:47pm
I replaced the core search function in my drupal installation with the trip_search module I love the features it has but I am having difficulty printing the search block into my theme.
The original code in the page file was:
<?php if ($search_box): ?>
<div id="search-region" class="clear-block">
<?php print $search_box; ?>
</div>
<?php endif; ?>So I tried replacing $search_box with $trip_search_block and that didn't work.
I don't know if it is associated but currently the search box is only showing up if I'm logged in as a administrator.
Comments
Anyone?
Anyone?
Nick Eberle
AsktheSwami.com