osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

Mopics only loading _big pic?

This is a discussion on Mopics only loading _big pic? within the osCMax v1.7 Discussion forums, part of the osCMax v1.7 Forums category; Has anyone seen this? My mopics (the one that comes with OSCmax 1.7) was working just fine. Now when I ...


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 06-23-2005, 05:57 AM
Lurker
 
Join Date: Apr 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
ErnieZ
Default Mopics only loading _big pic?

Has anyone seen this?

My mopics (the one that comes with OSCmax 1.7) was working just fine. Now when I click on the thumbnails, it only loads up the image that is associated with the _big thumbnail (the thumbnails are still the correct _pic1, _pic2, etc images).

I no longer see an option in my admin panel to specify the extra image patern (1,2,3 ... a,b,c ... etc).

Between the time that mopics was working and now, I have changed only things relating to getting my site ready to take orders (shipping, credit card, store info). All changes were made through the admin panel.

Any ideas?

Also, where can I find Mopics 3.0?

Thanks,
Ernie
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
  #2  
Old 06-26-2005, 03:57 PM
Lurker
 
Join Date: Apr 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
ErnieZ
Default Mopics only loading _big pic caused by SE Friendly URL's

I figured it out. Apparently, if you select Search Engine Friendly URL's, mopics will not grab the correct pic. The solution can be found on this message board by search for the following:

search AND engine AND safe url mopics

This will bring up the thread that covers this issue.


Regards,
Ernie
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 06-26-2005, 06:51 PM
Member
 
Join Date: Dec 2004
Posts: 46
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
miahac
Default RE: Mopics only loading _big pic caused by SE Friendly URL

Dynamic MoPics is in my opinion the weakest mod in the max 1.5-2.0 distro. Before I get flamed read the following:

First of all it is not dynamic, thumbs must be generated in advance.
Second there is no additions to the admin interface, photos must be uploaded via ftp.
Third this adds an extra step when adding new products.
I don't even think except for the settings, that it stores anything in the database, it is all pattern based making file names confusing and leaving out some file name search engine opportunities.

I wish it worked more like the ebay picture upload ( but without so much compression). Generating the large photo and thumb at the time of admin upload. The product details page would also do better with a thumb gallery that rotated the large images when clicked instead of a popup.
__________________
Network Administrator
Kansas Hosting
http://www.kansashosting.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 07-08-2005, 10:01 AM
New Member
 
Join Date: Mar 2004
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
dreamscape
Default Re: RE: Mopics only loading _big pic caused by SE Friendly U

Quote:
Originally Posted by miahac
First of all it is not dynamic, thumbs must be generated in advance.
It has never claimed to be a dynamic thumbnail generator. If you are a serious entrepreneur, then you should act like one and purchase the necessary software or services to create professional looking product images. By no stretch of the imagination does this mean you should buy photoshop either. There are plenty of low cost (and a few free -- GIMP) image software products that work 100 times better than GD Lib does (which is what most likely would have to be used for PHP to dynamically generate a thumbnail).

Quote:
Originally Posted by miahac
Second there is no additions to the admin interface
Yes that is correct. This is intended as a benefit to the end user installer. They do not have to alter an already overcrowded admin categories page (the code is overcrowded and all discombobulated... just take a look at it).

Quote:
Originally Posted by miahac
photos must be uploaded via ftp
That is correct. You want to add, remove, or alter an image, you just upload it with FTP. Nothing to change in the database. Nothing to change in the admin. You can just simply alter and add your product images on the fly by just uploading them to the correct location. This is why it is called "dynamic"

Quote:
Originally Posted by miahac
Third this adds an extra step when adding new products.
Only in some cases, and then only when the product is first added. The module's original intended use is for catalog managers who upload their products from a spreadsheet. If you do this, then you most likely FTP up your main image (which you define in the spreadsheet).

Quote:
Originally Posted by miahac
I don't even think except for the settings, that it stores anything in the database
And why should it? It is only dealing with images, and a filesystem is much faster than a database system.

Quote:
Originally Posted by miahac
it is all pattern based
Yes it has to be pattern based, otherwise it could not know how to find the images.

Quote:
Originally Posted by miahac
making file names confusing
If you know how to count, there is nothing confusing about it. First of all, you setup your own custom pattern, so if you are confused, it is your own fault for setting up a confusing pattern. Secondly, if you don't know how to count, consider re-attending a few second grade classes

As an example, tell me how the following is confusing in any way:

pattern: imagebase_extra{1}
thumb dir: images_sm/
big dir: images_big/

images:

images_sm/myproduct.gif
images_sm/myproduct_extra1.gif
images_sm/myproduct_extra2.gif
images_sm/myproduct_extra3.gif
images_big/myproduct.jpg
images_big/myproduct_extra1.jpg
images_big/myproduct_extra2.jpg
images_big/myproduct_extra3.jpg

All I can say is, if you are confused by counting from 1 to n, you need some serious help
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
Images not loading or loading slowly goaskmom osCMax v1.7 Discussion 1 12-17-2004 04:25 PM
Loading scripts to mysql FSUddin osCommerce 2.2 Modification Help 1 12-13-2004 02:19 AM
Loading my store divine_mastermind osCommerce 2.2 Installation Help 1 11-27-2004 06:46 AM
File path appears in the _big image pop up KCount osCommerce 2.2 Modification Help 0 09-02-2004 10:53 PM
catalog/checkout_shipping_address.php isn't loading gheffron osCMax v1.7 Discussion 0 05-13-2004 12:35 PM


All times are GMT -8. The time now is 11:52 PM.


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