jamie_coull Posted January 14, 2007 Share Posted January 14, 2007 hey guys, would be great if i could get some crit on my new website: installed quite a few contribs and edited a lot of the code myself. graphics are all done by myself as well still one or two bugs.. but im working on them as i type this. thanks. Jamie http://www.mytrainingspecialist.com/catalog/index.php Link to comment Share on other sites More sharing options...
xtreme-mobile Posted January 22, 2007 Share Posted January 22, 2007 page not found :( Visit my website in my profile for prices on woodburning stoves Link to comment Share on other sites More sharing options...
rommany Posted January 22, 2007 Share Posted January 22, 2007 http://www.mytrainingspecialist.com/index.php Link to comment Share on other sites More sharing options...
jamie_coull Posted January 23, 2007 Author Share Posted January 23, 2007 yeah moved the website to the root directory! all crit welcome :) Link to comment Share on other sites More sharing options...
flexcableproducts Posted January 24, 2007 Share Posted January 24, 2007 Is this a template or self done? how did you make a little search box like that? Link to comment Share on other sites More sharing options...
jamie_coull Posted January 24, 2007 Author Share Posted January 24, 2007 Is this a template or self done? how did you make a little search box like that? its all my own coding and graphics. no templates what so ever used. that search box is pretty dodge. i dont even think it works very well! :blush: anyway.. where is the code for it: <?php /* $Id: search.php,v 1.22 2003/02/10 22:31:05 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2003 osCommerce Released under the GNU General Public License */ ?> <!-- search //--> <tr> <td> <?php $info_box_contents = array(); $info_box_contents[] = array('text' => BOX_HEADING_SEARCH); new infoBoxHeading($info_box_contents, false, false); $info_box_contents = array(); $info_box_contents[] = array('form' => tep_draw_form('quick_find', tep_href_link(FILENAME_ADVANCED_SEARCH_RESULT, '', 'NONSSL', false), 'get'), 'align' => 'center', 'text' => tep_draw_input_field('keywords', '', 'size="10" maxlength="30" style="width: ' . (BOX_WIDTH-30) . 'px"') . ' ' . tep_hide_session_id() . tep_image_submit('button_quick_find.gif', BOX_HEADING_SEARCH) . '<br>' . BOX_SEARCH_TEXT . '<br><a href="' . tep_href_link(FILENAME_ADVANCED_SEARCH) . '"><b>' . BOX_SEARCH_ADVANCED_SEARCH . '</b></a>'); new infoBox($info_box_contents); ?> </td> </tr> <!-- search_eof //--> it is in catalog/includes/boxes/search.php Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.