smulligan Posted January 27, 2004 Share Posted January 27, 2004 Using OSC ms1 and install instructions calls for: in /admin/includes/filenames.php add: //Added for Infobox Skin Manager define('FILENAME_INFOBOX_SKIN', 'infobox_skin.php'); define('FILENAME_INFOBOX_SKIN_MAPPING', 'infobox_skin_mapping.php'); in /admin/includes/database_tables.php add: //Added for Infobox Skin Manager define('TABLE_SKINS', 'skins'); define('TABLE_INFOBOX_SKIN_MAPPING', 'skin_mapping'); I can not find these files, i'm sure that I am missing something being that I am the only one in these forums that is having this problem. Any assistance would be much appreciated in clearing up my confusion. Quote Link to comment Share on other sites More sharing options...
darkangel Posted January 29, 2004 Share Posted January 29, 2004 Hey how you doing, What you need to do is in the filenames.php you need to add those defines. In order to make it work, also you need to make sure that you have the permission 777 to the skins and the slice_sets. If you need more contact me and I could help you. :) Quote Link to comment Share on other sites More sharing options...
equilla Posted January 31, 2004 Share Posted January 31, 2004 Hi, in MS1 these kind of defines were put into /catalog/includes/application_top.php. You should put them there instead. You will also run into the infamous tep_output_string problem, which you can find the fix for here: http://www.oscommerce.com/forums/index.php?sho...=0entry272407 Regards, Quote Mark Stephens Contribs: http://www.oscommerce.com/community/contributions,1680 http://www.oscommerce.com/community/contributions,1467 http://www.oscommerce.com/community/contributions,1422 Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.