eddyxp 0 Posted September 22, 2004 Hey there Dreamscape. I PM'd the login details and stuff, so you can check out my page. Ive tried to resolve it for 2 months (i know it sounds crazy) with no luck but a few suggestions. I come to you now, hoping this can be fixed. Please help, no one else can Share this post Link to post Share on other sites
eddyxp 0 Posted September 22, 2004 Hey there Dreamscape. I PM'd the login details and stuff, so you can check out my page. Ive tried to resolve it for 2 months (i know it sounds crazy) with no luck but a few suggestions. I come to you now, hoping this can be fixed. Please help, no one else can <{POST_SNAPBACK}> Hey Dreamscape did the PM get to you? Share this post Link to post Share on other sites
dreamscape 0 Posted September 22, 2004 Hey Dreamscape did the PM get to you? <{POST_SNAPBACK}> Yes I got it and all of your images are "fixed". I PMed you how to avoid or fix the problem in the future, which by the way is not a problem that has anything at all to do with my module, but rather a problem that exists in some osCommerce installations where the admin will not allow the products image to be updated for one reason or another. The only thing necessary for evil to flourish is for good men to do nothing - Edmund Burke Share this post Link to post Share on other sites
Vyyk Drago 0 Posted October 22, 2004 Hello, I have been using this mod on a store for about a month now and it works so well for my client's needs. Thank you! I am now creating another store that requires a little tweaking to the layout of the images and I was hoping you could help. My knowledge of PHP syntax is poor so I've just been taking existing code and using that as a guide, but after a lot of trying nothing has worked. I'm sure it's something very simple! :blush: On the product page I'd like the first image to show up as the full size image instead of the thumbnail. For instance, images/big/product.jpg would display at full size rather than showing the thumbnail images/product.jpg and having that link to images/big/product.jpg. All other images would display like normal, a thumbnail that links to a big image. Can anyone help me with this code? OSC 2.2 ~ Modifications currently in use: Header Tags Controller 2.3.2, Meta Tags 3.0, Table Headers 2.2, How Did You Hear About Us 1.1 (Also Category Descriptions 1.9 on the 1st website [despite conflicts with Header Tags Controller] and Dynamic MoPics 2.2, Paypal IPN 1.1, and Custom Product Sort Order System v0.5b on the 2nd website) http://www.ambianceskincare.com/catalog/ & http://www.couchguitarstraps.com/catalog/ Share this post Link to post Share on other sites
Vyyk Drago 0 Posted October 27, 2004 I finally got the code working! And of course, it was just a matter of finding the right syntax. The product_info.php file (around line 125 for me) now reads <script language="javascript"><!-- document.write('<?php echo tep_image(DIR_WS_IMAGES . IN_IMAGE_BIGIMAGES . $product_info['products_image'], $product_info['products_name'], null, null, 'hspace="5" vspace="5"'); ?>'); //--></script> <noscript> <?php echo tep_image(DIR_WS_IMAGES . IN_IMAGE_BIGIMAGES . $product_info['products_image'], $product_info['products_name'], null, null, 'hspace="5" vspace="5"'); ?> </noscript> This displays the full size product image without a link, and then the Dynamic MoPics include below it displays the rest of the product thumbnails as links to the larger images. OSC 2.2 ~ Modifications currently in use: Header Tags Controller 2.3.2, Meta Tags 3.0, Table Headers 2.2, How Did You Hear About Us 1.1 (Also Category Descriptions 1.9 on the 1st website [despite conflicts with Header Tags Controller] and Dynamic MoPics 2.2, Paypal IPN 1.1, and Custom Product Sort Order System v0.5b on the 2nd website) http://www.ambianceskincare.com/catalog/ & http://www.couchguitarstraps.com/catalog/ Share this post Link to post Share on other sites
knoxweb 0 Posted October 30, 2004 I have installed Mopics and cannot get the thumbs to show up. I created a directory under catalog/thumbs and catalog/images_big What do we name the thumbs and big images to determine what product they go with? I know you said to upload 1 image and the rest to these new directories, but it still shows "coming soon" on product_info.php If I name the first image 1.jpg, what are the rest named? Thanks, Kevin Share this post Link to post Share on other sites
Mighty Mike 0 Posted November 11, 2004 I have installed Mopics and cannot get the thumbs to show up.I created a directory under catalog/thumbs and catalog/images_big What do we name the thumbs and big images to determine what product they go with? I know you said to upload 1 image and the rest to these new directories, but it still shows "coming soon" on product_info.php If I name the first image 1.jpg, what are the rest named? Hi Dont know if you have got this sorted out yet, but if your main image is 1.jpg and you add extra images to the product, the thumb would be called 1_pic1.jpg and the big would be called 1_pic1.jpg both uploaded too there own directory. Ok now onto my question, how do you display the additional images for upcoming products? Share this post Link to post Share on other sites
Mighty Mike 0 Posted November 15, 2004 Ok now onto my question, how do you display the additional images for upcoming products? <{POST_SNAPBACK}> anybody got any ideas? point me in the right direction Share this post Link to post Share on other sites
peterr 0 Posted November 16, 2004 Hi, Can someone please supply a link to a website that has this "MoPics" contribution working please, as I need to show a client if it would be suitable. Peter Share this post Link to post Share on other sites
dreamscape 0 Posted November 16, 2004 Can someone please supply a link to a website that has this "MoPics" contribution working please, as I need to show a client if it would be suitable. <{POST_SNAPBACK}> Hi. I'm the author of this contribution, so of coarse I use it. Virtually all of our products have about 4 extra images, so you can view any of them to see it working. Here is a direct link to one product in particular that has 12 extra images: http://www.madmacgames.com/games/warcraft_...ozen_throne/112 The only thing necessary for evil to flourish is for good men to do nothing - Edmund Burke Share this post Link to post Share on other sites
peterr 0 Posted November 16, 2004 Hi, Thanks, we will check this out. Peter Share this post Link to post Share on other sites
Mighty Mike 0 Posted November 16, 2004 dreamscape, Any idea how you get the images to show on upcoming products? Share this post Link to post Share on other sites
dreamscape 0 Posted November 16, 2004 dreamscape, Any idea how you get the images to show on upcoming products? <{POST_SNAPBACK}> I'm not sure what you mean. All products use the same products.php page, so it will work for any product. The only thing necessary for evil to flourish is for good men to do nothing - Edmund Burke Share this post Link to post Share on other sites
Mighty Mike 0 Posted November 16, 2004 I'm not sure what you mean. All products use the same products.php page, so it will work for any product. <{POST_SNAPBACK}> Thats what i thought, but if the product is not for release until sometime in the future on the product info page it does not display the extra images. Anybody else have this or is it just me? Share this post Link to post Share on other sites
peterr 0 Posted November 17, 2004 Hi, Just to make sure I have the right contribution. When I search for 'MoPics' I get: More_Pics_6 for 2.2 ms2 UltraPics - MS2 Image Addon Pack! popup_image V 1.0 Dynamic MoPics I'm assuming of course, by looking through this thread, that the last one is the correct one, however when I downloaded the latest (5 Aug 2003 - Dynamic MoPics v2.2), and looked at the install, I cannot see how just 2 PHP files can do what is shown here: http://www.madmacgames.com/games/warcraft_...ozen_throne/112 There must be another contribution, to have the product info/price/image, then text, then some images, then more text ?? Thanks, Peter Share this post Link to post Share on other sites
dreamscape 0 Posted November 17, 2004 (edited) I'm assuming of course, by looking through this thread, that the last one is the correct one, however when I downloaded the latest (5 Aug 2003 - Dynamic MoPics v2.2), and looked at the install, I cannot see how just 2 PHP files can do what is shown here: http://www.madmacgames.com/games/warcraft_...ozen_throne/112 There must be another contribution, to have the product info/price/image, then text, then some images, then more text ?? <{POST_SNAPBACK}> No, I use my own Dynamic MoPics. Only 2 files are required because it finds the extra images dynamically, based on a naming scheme you enter into admin. In the admin page of the product, you just either (1) upload the main thumbnail or (2) specify where you will place it, and then just FTP up all the extra images. Because you give them a naming scheme, the module automatically finds and displays them where you insert the module into the products into page. On my site, it shows some text, the extra images, and then some more text, because I have modified the database to contain multiple text fields for each product instead of just a description (platform, boxsize, description, features, requirements, etc). Edited November 17, 2004 by dreamscape The only thing necessary for evil to flourish is for good men to do nothing - Edmund Burke Share this post Link to post Share on other sites
dreamscape 0 Posted November 17, 2004 Anybody else have this or is it just me? <{POST_SNAPBACK}> I would guess it is just you. Check that you did not stick the call to the module inside of some conditional statement that might make it only show if the product has been released. The only thing necessary for evil to flourish is for good men to do nothing - Edmund Burke Share this post Link to post Share on other sites
peterr 0 Posted November 17, 2004 Hi, Okay, thanks for explaining that dreamscape. :) Peter Share this post Link to post Share on other sites
Mighty Mike 0 Posted November 17, 2004 I would guess it is just you. Check that you did not stick the call to the module inside of some conditional statement that might make it only show if the product has been released. <{POST_SNAPBACK}> Thanks Dream, Thats what i thought i might have done because the images are displayed right above the "release date" I will have a look at the code tonight. Cheers Share this post Link to post Share on other sites
peterr 0 Posted November 19, 2004 Hi, Well, the contribution installed no problems, and works okay, thanks. The only mod I made was to comment out this line in popup_image.php //echo DIR_FS_CATALOG . $image_path . $image_base . $image_addon . $image_ext . '<br>'; I don't like giving the general public my login username. :D Peter Share this post Link to post Share on other sites
fasiso 0 Posted November 25, 2004 I?ve installed Dynamic_Mopics 2.2 and it seems that there aren?t trobles but.... I don?t understand. First. The images no show paco.gif paco_1.gif paco_2.gif Show Coming soon instead of the images? What can I do? T?tulo Valor Acci?n Big Images Directory images_big/ Thumbnail Images Directory thumbs/ Main Thumbnail In Thumb Directory false Number of Pics per Row 4 Mo Pics Extension Main Big Pic Extension Mo Pics Thumbnail Image Type gif Mo Pics Big Image Type gif Big Images Directory The directory inside catalog/ images where your big images are stored. Share this post Link to post Share on other sites
fasiso 0 Posted November 25, 2004 I?ll try to explain better because my english is very bad. I?ve installed dynamic mopics foloww the steps of install.txt .Ok Later make into catalog/images two directories images_big and thumbs The image product is paco.gif and copy other images into images_big and thumbs called paco_1.gif paco_2.gif I don?t see any image. and say coming soon ?What am I making bad? Could you see http://desarrollo.pagoseguro.com.es/catalog Thanks Share this post Link to post Share on other sites
dreamscape 0 Posted November 25, 2004 set your "Mo Pics Extension" to an underscore: _ The only thing necessary for evil to flourish is for good men to do nothing - Edmund Burke Share this post Link to post Share on other sites
fasiso 0 Posted November 25, 2004 Thanks but not works. I have a hedeache. Please help me Share this post Link to post Share on other sites
dreamscape 0 Posted November 25, 2004 give me a link to a product that has the extra images. The site you linked above does not appear to have the settings you posted. The only thing necessary for evil to flourish is for good men to do nothing - Edmund Burke Share this post Link to post Share on other sites