osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

[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 ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v1.7 Forums > osCMax v1.7 Discussion

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 02-23-2004, 10:12 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,990
Thanks: 80
Thanked 345 Times in 324 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
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 Templates - Hundreds of premium quality templates designed for osCMax 2. Loyalty discounts up to 30% off!
    Each purchase supports the osCMax project with much needed funds!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. Default multi server configuration for exceptional performance!

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
  #2  
Old 03-08-2004, 08:40 AM
chrismole's Avatar
Active Member
 
Join Date: Dec 2003
Location: Chicago
Posts: 102
Thanks: 2
Thanked 2 Times in 2 Posts
Rep Power: 5
chrismole
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 03-15-2004, 08:05 AM
New Member
 
Join Date: Mar 2004
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
gigi
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!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 03-19-2004, 02:22 PM
Member
 
Join Date: Feb 2004
Posts: 89
Thanks: 4
Thanked 0 Times in 0 Posts
Rep Power: 0
gheffron
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 03-19-2004, 05:17 PM
New Member
 
Join Date: Mar 2004
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
gigi
Default

Thanks Greg....yup, it was all just a matter of filepath...thanks!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 03-20-2004, 01:08 PM
New Member
 
Join Date: Feb 2004
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
SuperJosh
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?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7  
Old 04-08-2004, 04:21 PM
Anonymous
Guest
 
Posts: n/a
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #8  
Old 05-10-2004, 11:06 AM
New Member
 
Join Date: Apr 2004
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
RichRodgers.net
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?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #9  
Old 06-17-2004, 01:19 PM
New Member
 
Join Date: Apr 2004
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
steveshep
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #10  
Old 07-02-2004, 09:26 PM
Anonymous
Guest
 
Posts: n/a
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

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


All times are GMT -8. The time now is 04:58 AM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax