Guest Posted February 27, 2004 Share Posted February 27, 2004 I'm wondering about whats the easiest way to move the quick find into the top breadcrumb line. I've seen the quickfind at the top on a lot of sites... is there an addon to change it's position ? tx, g. :rolleyes: Link to comment Share on other sites More sharing options...
1quicksi Posted February 27, 2004 Share Posted February 27, 2004 InfoBox admin will allow you to move the box's order as well as left and right. knowledge base | Contributions | Search Link to comment Share on other sites More sharing options...
Guest Posted February 27, 2004 Share Posted February 27, 2004 tx man :) Link to comment Share on other sites More sharing options...
241 Posted February 27, 2004 Share Posted February 27, 2004 you could also create a table or td with this code Code for placing a search outside the search box <?php $hide = tep_hide_session_id(); echo '<form name="quick_find" method="get" action="' . tep_href_link (FILENAME_ADVANCED_SEARCH_RESULT, '', 'NONSSL', false) . '">'; echo $hide . '<input type="text" name="keywords" onFocus=this.value="" size="20" maxlength="30" value="' . BOX_SEARCH_TEXT . '"> ' . '<input type="submit" value="Go"><br><a href="' . tep_href_link(FILENAME_ADVANCED_SEARCH) . '">' . BOX_SEARCH_ADVANCED_SEARCH . tep_draw_hidden_field('search_in_description', '1') . '</a>'; echo '</form>'; ?> No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.