Guest Posted February 26, 2006 Posted February 26, 2006 Hi. This is probably easy. I know how to comment out the boxes that start with "requires" by adding two "//" to the beginning but the languages and currencies box do not have that line "requires"... How do I comment out the languages and currencies box or eliminate them all together. Thank you for helping me with this awesome program.. A. Iber
ozcsys Posted February 26, 2006 Posted February 26, 2006 Hi. This is probably easy. I know how to comment out the boxes that start with "requires" by adding two "//" to the beginning but the languages and currencies box do not have that line "requires"... How do I comment out the languages and currencies box or eliminate them all together. Thank you for helping me with this awesome program.. A. Iber In your includes/column_right.php file change include(DIR_WS_BOXES . 'languages.php'); include(DIR_WS_BOXES . 'currencies.php'); to //include(DIR_WS_BOXES . 'languages.php'); // include(DIR_WS_BOXES . 'currencies.php'); The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
Guest Posted February 26, 2006 Posted February 26, 2006 In your includes/column_right.php file change include(DIR_WS_BOXES . 'languages.php'); include(DIR_WS_BOXES . 'currencies.php'); to //include(DIR_WS_BOXES . 'languages.php'); // include(DIR_WS_BOXES . 'currencies.php'); I told you it was easy!!! :-" Thank you
Recommended Posts
Archived
This topic is now archived and is closed to further replies.