Page 1 of 6 123 ... LastLast
Results 1 to 10 of 55

[HOW TO] Dynamic Mo-Pics v2.2

This is a discussion on [HOW TO] Dynamic Mo-Pics v2.2 within the osCmax v1.7 Discussion forums, part of the osCmax v1.7 Forums category; This tutorial is for Dynamic Mo-Pics v2.2 and is obsolete. osCMax v1.7.1 uses Dynamic Mo-Pics 3.0 Ok, I have not ...

      
  1. #1
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,500
    Rep Power
    567


    Default [HOW TO] Dynamic Mo-Pics v2.2

    This tutorial is for Dynamic Mo-Pics v2.2 and is obsolete. osCMax v1.7.1 uses Dynamic Mo-Pics 3.0


    Ok,

    I have not had time to properly address this until now, but here it is. A full how-to to get you started. This setup is not perfect for everyone, but it will get you started so that you understand how this works. Disregard my previous post, as it is not correct. I missed a few things when explaining, but I hope this will clear it up:

    +++++++++++++++++++++++++++++
    Mo Pics HOW TO
    +++++++++++++++++++++++++++++

    First, on your local computer, name your images. For this example I am using the following:

    Main Thumbnail : exmain.gif

    Big Image for main thumbnail : exmain_big.gif

    Name for 3 other pics that I want to appear on the product page:

    exmain_pic1.gif
    exmain_pic2.gif
    exmain_pic3.gif


    For this example, these extra pictures are full sized, not thumbs, although they have been optimized for small filesize.
    ++++++++++++++++++++++++++++++++++++++++

    Next, follow these steps:

    1. In osCommerce MS2-MAX admin create a product called Mopics Test Product. On the product creation page, in the Products Image field, type this path : thumbs/exmain.gif.

    2. Click Preview and then click Update. The image should be broken (red x) in the admin.

    3. Next, upload the images from your computer via FTP to the server:

    exmain.gif /catalog/images/thumbs
    exmain_big.gif /catalog/images/images_big
    exmain_pic1.gif /catalog/images/thumbs
    exmain_pic2.gif /catalog/images/thumbs
    exmain_pic3.gif /catalog/images/thumbs


    4. Go to the product page in the catalog, and see your nice images dynamically picked up by the product.


    That is all there is to it. You can change the image types if you like. What I do is make all my thumbs .gif files, and then make by big images .jpg files. I set the dynamic mopics settings in the admin to reflect this.

    Then, I create my thumbs - exmain_pic1.gif and my big image exmain_pic1.jpg and I upload both to the /catalog/images/thumbs dir. This allows me to have a full sized big pic, and fast loading thumbs.
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  2. #2
    Active Member chrismole's Avatar
    Join Date
    Dec 2003
    Location
    Chicago
    Posts
    102
    Rep Power
    9


    Default

    msasek,
    Your instructions are helpful and I got it to work. I just have two questions...
    1. How can I use a thumb and big image for the supporting images? As I see it, the naming convention does not allow for thumbs AND big images for the supporting images. If this is incorrect, please provide some more instructions. I tried this, but it does not work:
    image1_pic1.jpg (supporting thumb)
    image1_big1.jpg (supporting big)

    2. Is there a way to ignore the Small Image Width and Height pixel values and just let the images be their original size? If I have a thumb and a big image, what's the point of resizing them in the IMG tag? I have many images that are not the same proportion (some landscape, some portrait) and these values are distorting my images. Any suggestions?

    thanks,
    Chrismole

  3. #3
    New Member
    Join Date
    Mar 2004
    Posts
    5
    Rep Power
    0


    Default

    Hi guys,

    I have a problem with the large images...the thumbs are coming up fine, but the large images are coming up broken. I followed your instructions above but I failed to get it working....any help would be appreciated!

  4. #4
    Member
    Join Date
    Feb 2004
    Posts
    89
    Rep Power
    0


    Default

    Gigi --
    Try looking at the source code for the pop-up window with the broken link. Then you can see which directory it's looking for the pictures in (should be near the bottom of the code). That'll be helpful to figuring out where the problem is coming from.

    Cheers,
    Greg

  5. #5
    New Member
    Join Date
    Mar 2004
    Posts
    5
    Rep Power
    0


    Default

    Thanks Greg....yup, it was all just a matter of filepath...thanks!

  6. #6
    New Member
    Join Date
    Feb 2004
    Posts
    5
    Rep Power
    0


    Default

    well, it looks as though gigi has fixed his problem. however, i'm stumped. something is terribly wrong with my mopics.

    here's the problem - the thumb comes up fine, but the popup window is looking for all the wrong stuff. it should be looking here:

    /images_big/exmain_big.jpg

    and ends up looking here:

    /thumbs/exmain_thumb.jpg

    here's my setup in the mopics config panel:

    big images directory: images_big
    thumbnail images directory: thumbs
    main thumbnail in thumb directory: true
    number of pics per row: 3
    mo pics extension: _thumb
    main big pic extension: _big
    mo pics thumbnail image type: gif
    mo pics big image type: jpg

    so, what gives? it's changing the image type for the popup window, but leaves both the directory and image extension the same. i am quite confused. any ideas?

  7. #7
    Anonymous
    Guest


    Default Re: [HOW TO] Dynamic Mo-Pics

    Quote Originally Posted by msasek
    Then, I create my thumbs - exmain_pic1.gif and my big image exmain_pic1.jpg and I upload both to the /catalog/images/thumbs dir. This allows me to have a full sized big pic, and fast loading thumbs.
    This is not at all how the module is meant to work. Why would you put your big images in a thumbnail dir? how does that make any sense?

    it is designed to be used like (using your example):
    /catalog/images/thumbs/exmain_pic1.gif
    /catalog/images/images_big/exmain_pic1.jpg

  8. #8
    New Member
    Join Date
    Apr 2004
    Posts
    7
    Rep Power
    0


    Default

    http://healingcrystals.com/product_i...products_id=66

    I have done everything as stated above and cannot for the life of me seem to understand why the additional images are not showing up...

    Can anyone help me here?

  9. #9
    New Member
    Join Date
    Apr 2004
    Posts
    24
    Rep Power
    0


    Default

    Do you actually have your customers ftp their files in? I'm dealing with store owners who's basic skills consist of being able to use email. They have no concept of file systems. When you say "Open Windows Explorer", they most always say "huh?".

    Is there a more user friendly mod for multiple photos? I've used the contribution that displays one larger image and one thumbnail, and they seem file with that type of interaction.

    Any ideas? I really don't want to have to teach everyone how to ftp.

  10. #10
    Anonymous
    Guest


    Default

    I need help - When i click thumb, instead of getting the exmain_big i get the same thumb... any help would be greatly appreciated. I am looking for the paths but i dont know where to edit the file or even what file to edit, please help as i need this to put my products up

Page 1 of 6 123 ... LastLast

Similar Threads

  1. Dynamic Mo Pics Auto Thumbnail Creation
    By treb in forum osCmax v2 Customization/Mods
    Replies: 12
    Last Post: 04-01-2006, 01:24 PM
  2. Remove Dynamic Mo Pics
    By Anonymous in forum osCmax v1.7 Discussion
    Replies: 7
    Last Post: 11-07-2004, 11:06 AM
  3. Dynamic Mo Pics
    By Dave_Heath in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 10-24-2004, 04:32 AM
  4. Dynamic Mo Pics :: Allows more than one image per product
    By peter in forum osCmax v1.7 Discussion
    Replies: 63
    Last Post: 03-05-2004, 10:20 AM
  5. having real trouble understanding Dynamic Mo Pics
    By Anonymous in forum osCmax v1.7 Discussion
    Replies: 2
    Last Post: 02-23-2004, 10:10 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •