adelyn Posted January 22, 2007 Share Posted January 22, 2007 how do i delete the contactinfo? Link to comment Share on other sites More sharing options...
Mat9 Posted January 22, 2007 Share Posted January 22, 2007 how do i delete the contactinfo? Do you mean the whole box? If you want to remove a whole box from one of the side columns edit the appropriate includes/column_left.php or includes/column_right.php In the appropriate file.. Find the code that looks like this <?php require( DIR_WS_BOXES . 'categories.php'); require( DIR_WS_BOXES . 'whats_new.php'); require( DIR_WS_BOXES . 'search.php'); require( DIR_WS_BOXES . 'information.php'); ?> and comment out // or remove chosen box eg //require( DIR_WS_BOXES . 'information.php'); Hope this helps! Hope this helps! Link to comment Share on other sites More sharing options...
adelyn Posted January 22, 2007 Author Share Posted January 22, 2007 Do you mean the whole box?If you want to remove a whole box from one of the side columns edit the appropriate includes/column_left.php or includes/column_right.php In the appropriate file.. Find the code that looks like this <?php require( DIR_WS_BOXES . 'categories.php'); require( DIR_WS_BOXES . 'whats_new.php'); require( DIR_WS_BOXES . 'search.php'); require( DIR_WS_BOXES . 'information.php'); ?> and comment out // or remove chosen box eg //require( DIR_WS_BOXES . 'information.php'); Hope this helps! i ment the customerinfo in the adressbook so i can reomve, phonenumber, faxnumber and contry... Link to comment Share on other sites More sharing options...
anant_b Posted January 23, 2008 Share Posted January 23, 2008 I am trying to do the same, have not found the answer as yet. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.