Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

matrix_france

Archived
  • Posts

    11
  • Joined

  • Last visited

Everything posted by matrix_france

  1. Hi guys , well im very sorry coz i ve uploaded the cotrib 2 times to this site but the moderators rejected it because of copyrighting problems. it seems to be that lightbox is not a opensource :angry: :angry: :'( :'( if any one need this contrib with lightbox and auto thumbnail i can upload it to a free server and post the link here !!! (surfalot i didn't add 9 images ive only fix the lightbox and the auto thumbnail creator to your exisitant More Pics 6 version )
  2. Hi guys here the contrib : http://www.oscommerce.com/community/contributions,1611
  3. hey guys here the contrib : http://www.oscommerce.com/community/contributions,1611
  4. Hee heee Great then , Thank you surfalot for these informations. Im faceing a lil problem because ive done this contrib for a modified OSC version , so i can't send my files that's why im doing a full new contribe pack for the orignal version of OS. Actually im making it :rolleyes: :rolleyes:
  5. Hi every one , im new to this place . First of all i would like to thanks 1000 times surfalot for this great contrib !!! Well i'm also a newbi to PHP but i wanted to modifiy this code to put more than 6 images to my site so i modified it to 9 more extra images. The best thing is guys, I could combine this great module with the great LIGHTBOX effect so no popup now all images in the same page with the lighteffect. So if you are interested in guys i can post the code for you.i'm asking you this coz it made me mad to combine them to gether so im sure that there some other users like me who would like to have this cool effect with all extra images. Request : if i upload this modification to the contib page am i able to change the original name of this module which is MORE PICS 6 to MORE PICS 9??? just a question if "surfalot" doesn't like this no matter lets forget it. have a look to the modification online : http://srilankanauto.com
  6. Heee heeeee I succeeded !!! THANK YOU 1000 TIMES Iggi coz your questions helped me a lot to understand the answer LOL LOL !! All credits goes to "mwstinson" for lightbox and the guys who devlopped More Pics 6 Finaly ive done it I will probably set a module by combing this great lightbox module and the More pics 6 module and i will upload it soon to the contributons. Hee heee i'm very happy guys !!! This is my 1st real php script modification. Now You ALL KNOW THAT WE CAN USE LIGHTBOX 2 WITH AN EXTRA IMAGE MODULE (MORE PICS 6) I saw a lot of users were looking for this feature heee heee now its done !!! Have a look my site : http://srilankanauto.com
  7. Heee heeeee I succeeded !!! THANK YOU 1000 TIMES Iggi coz your questions helped me a lot to understand the answer LOL LOL !! Finaly ive done it I will probably set a module by combing this great lightbox module and the More pics 6 module and i will upload it soon to the contributons. Hee heee i'm very happy guys !!! This is my 1st real php script modification. Now You ALL KNOW THAT WE CAN USE LIGHTBOX 2 WITH AN EXTRA IMAGE MODULE (MORE PICS 6) I saw a lot of users were looking for this feature heee heee now its done !!!
  8. Hey Iggy , I modified the code like this using what u said . $mopics_output .= '<a href="' . tep_href_link(FILENAME_POPUP_IMAGE, 'pID=' . $product_info['products_id'].'&invis='.(MOPICS_GROUP_WITH_PARENT=='true'?$mo_item:($mo_item+1))).'\\\')" rel="lightbox">' . tep_image(DIR_WS_IMAGES . $mopics_images[$mo_item], addslashes($product_info['products_name']), (MOPICS_RESTRICT_PARENT=='false'&&$mo_item==0&&MOPICS_GROUP_WITH_PARENT=='true'?'':$mopics_image_width), (MOPICS_RESTRICT_PARENT=='false'&&$mo_item==0&&MOPICS_GROUP_WITH_PARENT=='true'?'':$mopics_image_height), 'hspace="5" vspace="5"') . '<br>' . TEXT_CLICK_TO_ENLARGE . '</a>\'); <noscript> <a href="' . tep_href_link(DIR_WS_IMAGES . $mopics_images[$mo_item]) . '" target="_blank">' . tep_image(DIR_WS_IMAGES . $mopics_images[$mo_item], $product_info['products_name'], $mopics_image_width, $mopics_image_height, 'hspace="5" vspace="5"') . '<br>' . TEXT_CLICK_TO_ENLARGE . '</a> </noscript></td>'."\n"; When i click on an extra image it open the lightbox effect but i stop at loading process no image apears. :'( :'( Any idea Iggy?
  9. Hi Iggy , 1st of all thank you very much for your answer. I really appreciate it. Well as i told befor i was able to modify the 1st part of this code(More Pics 6) mixing with the lightbox code and then i was able to get the lightbox effect with my MAIN IMAGE but the 2nd part of the code is a bit hard to understand coz i've never had any php lessons. Its a hard, coz the 2nd part of the code calls all thumbnails of the main image and i would like to play them all in the same LIGHTBOX Effect as it allows with this new version (version 2 of light box) Here the code i could modified ( this code correcspond with the Main Image) It works fine... <?php echo '<a href="' . tep_href_link(DIR_WS_IMAGES . $product_info['products_image']) . '" rel="lightbox[$mo_item]">' . tep_image(DIR_WS_IMAGES . $product_info['products_image'], $product_info['products_name'], (MOPICS_RESTRICT_PARENT=='false'?'':SMALL_IMAGE_WIDTH), (MOPICS_RESTRICT_PARENT=='false'?'':SMALL_IMAGE_HEIGHT), SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT, 'hspace="5" vspace="5"') . '<br>' . TEXT_CLICK_TO_ENLARGE . '</a>'; ?> <noscript> <?php echo '<a href="' . tep_href_link(DIR_WS_IMAGES . $product_info['products_image']) . '" target="_blank">' . tep_image(DIR_WS_IMAGES . $product_info['products_image'], $product_info['products_name'], (MOPICS_RESTRICT_PARENT=='false'?'':SMALL_IMAGE_WIDTH), (MOPICS_RESTRICT_PARENT=='false'?'':SMALL_IMAGE_HEIGHT), 'hspace="5" vspace="5"') . '<br>' . TEXT_CLICK_TO_ENLARGE . '</a>'; ?> </noscript> Here the 2nd part of the code which i can't get how to modify (this code shows all other extra images and onclick shows all images in a popup) <script language="javascript"><!-- document.write(\'<a href="java script:popupWindow(\\\'' . tep_href_link(FILENAME_POPUP_IMAGE, 'pID=' . $product_info['products_id'].'&invis='.(MOPICS_GROUP_WITH_PARENT=='true'?$mo_item:($mo_item+1))).'\\\')">' . tep_image(DIR_WS_IMAGES . $mopics_images[$mo_item], addslashes($product_info['products_name']), (MOPICS_RESTRICT_PARENT=='false'&&$mo_item==0&&MOPICS_GROUP_WITH_PARENT=='true'?'':$mopics_image_width), (MOPICS_RESTRICT_PARENT=='false'&&$mo_item==0&&MOPICS_GROUP_WITH_PARENT=='true'?'':$mopics_image_height), 'hspace="5" vspace="5"') . '<br>' . TEXT_CLICK_TO_ENLARGE . '</a>\'); //--></script><noscript> <a href="' . tep_href_link(DIR_WS_IMAGES . $mopics_images[$mo_item]) . '" target="_blank">' . tep_image(DIR_WS_IMAGES . $mopics_images[$mo_item], $product_info['products_name'], $mopics_image_width, $mopics_image_height, 'hspace="5" vspace="5"') . '<br>' . TEXT_CLICK_TO_ENLARGE . '</a> </noscript> If you can help me Iggy or any other PHP MASTER :rolleyes: it would be very nice !!!! Thank you in advance :thumbsup:
  10. Hi every one, First of all thank you very much for this great contrib !!! its really nice ... Well i want to make a request , the thing is actually im using MORE PICS 6 so i would really like to use this lightbox contrib with that contrib. coz ive already modified it a bit and now with that contribution im able to upload 10 extra images againts only 6 images in the original version. That's why i'm looking every where if i could have some explications or any documentation, i don't want to remodifiy another image cotribution for it to let me upload a large image collection. And ive done alradysome modif. for the lightbox contrib. for it to work this More Pics 6 but i could show only the 1st image using LIGHTBOX others showing with a popup (original popup of More Pics 6) So guys please if any one can give me solution or any clue. here my site : www.srilankanauto.com Thank you 1000 times in advance.
×
×
  • Create New...