Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

DomYnatoR

Archived
  • Posts

    9
  • Joined

  • Last visited

Profile Information

  • Real Name
    Dima

DomYnatoR's Achievements

  1. BTW it is the contribution under "16 Sep 2004 - 'On the Fly' Auto Thumbnailer v 1.5" heading
  2. http://www.oscommerce.com/community/contributions,2226Click here to download this contribution
  3. Double dot just steps down a folder, standard unix feature Don't worry it'll still work. Try and tell us the results
  4. I figured it out, will post it to "On the fly" thumblainer contribution later, If you followed the instructions: 1) You need to change you tep_image() function definition located in admin/includes/functions/html_output.php the same way you did for includes/functions/html_output.php 2) You need to change your configure file for admin located at admin/includes/configure.php Code: define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/'); // old line to define('DIR_WS_CATALOG_IMAGES', '../images/'); //new line Note: this done for the reason that getimagesize() might fail to work inside modified tep_image() function, especially in the case of SSL protected areas I will still need advice of Community on doing this in terms of possible security problems. 3) Finally you need to !!!!! VERY IMPORTANT !!!! copy "product_thumb.php" into admin folder READY TO ROCK AND ROLL
×
×
  • Create New...