This is the support thread for the OSC3 prettyPhoto v1.
Hope you enjoy the power of this contribution that is bound to change the way OSC3 image display looks
Enjoy...
Fabian
Posted 11 May 2010 - 11:38 AM
Posted 19 May 2010 - 12:04 PM
Posted 23 May 2010 - 09:25 PM
computethisnow, on 19 May 2010 - 12:04 PM, said:
Posted 03 July 2010 - 10:52 AM
proimage, on 11 May 2010 - 11:38 AM, said:
Posted 22 July 2010 - 08:23 PM
Posted 22 July 2010 - 10:22 PM
brokert, on 22 July 2010 - 08:23 PM, said:
<div style="float: left; text-align: center; padding: 0 10px 10px 0; width: <?php echo $osC_Image->getWidth('product_info'); ?>px;">
<?php
$group_id = $osC_Image->getID('originals');
echo osc_link_object(osc_href_link(DIR_WS_IMAGES.'products/'.$osC_Image->getCode($group_id).'/'.$osC_Product->getImage(),null,'AUTO',false), $osC_Image->show($osC_Product->getImage(), $osC_Product->getTitle(), null, 'product_info'), 'target="_blank" rel="prettyPhoto[gallery1]"');
if ($osC_Product->numberOfImages() > 1) {
echo '<div class="gallery" style="display:none">';
foreach ($osC_Product->getImages() as $images) {
if ($osC_Product->getImage() != $images['image']) echo osc_link_object(osc_href_link(DIR_WS_IMAGES. 'products/' . $osC_Image->getCode($group_id) . '/' . $images['image'],null,'AUTO',false), $osC_Image->show($images['image'], $osC_Product->getTitle(), null, 'product_info'), 'target="_blank" rel="prettyPhoto[gallery1]"');
}
echo '</div>';
}
?>
</div>
Posted 22 July 2010 - 10:47 PM
Edited by jasm, 22 July 2010 - 10:55 PM.
Posted 23 July 2010 - 04:11 PM
Posted 23 July 2010 - 10:53 PM
brokert, on 23 July 2010 - 04:11 PM, said:
Posted 04 August 2010 - 06:40 AM
blackwater, on 23 July 2010 - 10:53 PM, said:
Posted 08 August 2010 - 06:07 PM
Posted 02 September 2010 - 02:51 PM
Posted 19 September 2010 - 01:46 PM
Posted 24 September 2010 - 10:09 AM
Posted 24 September 2010 - 10:30 AM
Posted 01 November 2010 - 07:51 AM
Posted 31 January 2011 - 11:21 AM
Edited by Dmitry2011, 31 January 2011 - 11:22 AM.