JamesS Posted October 3, 2006 Posted October 3, 2006 I am just be overlooking this answer, but... When I am uploading images to my new products in OSC MS 2, it seems to only load them into the catalog/images file, and I would like to upload them to specific file folders. Any advice? One other question - what files would I need to update if I wanted to rename my catalog folder from /catalog/ to /the_vault/ ? Thank in advance for your support.
steve_s Posted October 4, 2006 Posted October 4, 2006 to rename catalog to the_vault would have to change your 2 configure files /includes/configure.php and admin/includes/configure.php have a look at the confiqure file - this defines the directories. Add another directory and modify the admin upload class to reflect this.
JamesS Posted October 4, 2006 Author Posted October 4, 2006 to rename catalog to the_vault would have to change your 2 configure files /includes/configure.php and admin/includes/configure.php have a look at the confiqure file - this defines the directories. Add another directory and modify the admin upload class to reflect this. So in my catalog/includes/configure.php change: define('DIR_WS_HTTP_CATALOG', '/catalog'); TO /the_vault/ define('DIR_WS_HTTPS_CATALOG', '/catalog'); TO /the_vault/ ? and in admin/includes/configure.php change: define('DIR_WS_ADMIN', '/catalog/admin/'); // absolute path required TO /the_vault/admin/ define('DIR_WS_CATALOG', '/catalog/'); // absolute path required TO /the_vault/ ? are those values what I change and all I change? Or do I add anything? THX
steve_s Posted October 5, 2006 Posted October 5, 2006 yep that is it define('DIR_WS_HTTP_CATALOG', '/the_vault/''); etc
MagickWomyn Posted October 5, 2006 Posted October 5, 2006 I am just be overlooking this answer, but... When I am uploading images to my new products in OSC MS 2, it seems to only load them into the catalog/images file, and I would like to upload them to specific file folders. Any advice? One other question - what files would I need to update if I wanted to rename my catalog folder from /catalog/ to /the_vault/ ? Thank in advance for your support. Take a look at this: http://www.oscommerce.com/community/contri...earch,image+sub Maybe that's what you're looking for? HTH :)
JamesS Posted October 8, 2006 Author Posted October 8, 2006 You really are Magic! Thanks that is exactly what I needed! It works perfectly.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.