Guest Posted July 6, 2007 Posted July 6, 2007 I am trying to add a new page to the info box at the bottom left of my page and i dont under stand php so can someone please help me :'( I would like to make a new page called "trade in bits" bit i dont no how to make the page or add it to the info box my website is www.jnbits.info/shop.
Ausgirl Posted July 6, 2007 Posted July 6, 2007 Keep this link handy, its full of tips and tricks. Add extra page here
trophy Posted July 6, 2007 Posted July 6, 2007 I have tried what Ausgirl suggested but like here have flagged it away could not get it to work. This is what I have done on my site, its so easy http://www.hobbiesplus.co.nz/ Code as below for file information.php <?php /* $Id: information.php,v 1.6 2003/02/10 22:31:00 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ ?> <!-- information //--> <tr> <td> <?php $info_box_contents = array(); $info_box_contents[] = array('text' => BOX_HEADING_INFORMATION); new InformationBoxHeading($info_box_contents, false, false); $info_box_contents = array(); $info_box_contents[] = array('text' => '<a href="' . tep_href_link(FILENAME_SHIPPING) . '">' . BOX_INFORMATION_SHIPPING . '</a><br>' . '<a href="' . tep_href_link(FILENAME_PRIVACY) . '">' . BOX_INFORMATION_PRIVACY . '</a><br>' . '<a href="' . tep_href_link(FILENAME_CONDITIONS) . '">' . BOX_INFORMATION_CONDITIONS . '</a><br>' . '<a href="' . tep_href_link(FILENAME_CONTACT_US) . '">' . BOX_INFORMATION_CONTACT . '</a><br><br>' . '<a href="_blank"><strong>LINKS</strong></a><br>' . '<a href="http://www.nzsca.co.nz/index.html" target="_blank">NZ Slot Cars Assoc</a><br>' . '<a href="http://members.ozemail.com.au/~baggy/" target="_blank">Stumpys Slot Cars</a><br>' . '<a href="http://zippitynz.com/WSCC.htm" target="_blank">Wellington Slot Car Club</a>'); new InformationBox($info_box_contents); ?> </td> </tr> <!-- information_eof //-->
smbrayton Posted July 6, 2007 Posted July 6, 2007 Hi JnBits, I think you have done something to your site as it is split. Scott
Guest Posted July 25, 2007 Posted July 25, 2007 Hi JnBits,I think you have done something to your site as it is split. Scott I know i have changed it now and it is not split
Recommended Posts
Archived
This topic is now archived and is closed to further replies.