Author Topic: Shutterfly and Slideshow suggestions  (Read 3954 times)

0 Members and 1 Guest are viewing this topic.

Offline Sunlizzard

  • album.pl Donor
  • album.pl Tester
  • **
  • Posts: 37
  • Karma: +1/-0
    • King Lizzard: Las Vegas' Godfather of Metal
Shutterfly and Slideshow suggestions
« on: June 13, 2005, 11:25:44 »
1. Coppermine has a small mod to link to allow you to use shutterfly to print pics:

Code: [Select]
<!-- Shutterfly Mod -->
                <td align="center" valign="middle" class="navmenu" width="48px">
                        <form name="order" action="http://www.shutterfly.com/c4p/UpdateCart.jsp" method="POST">
                            <input type=hidden name=addim value="1">
                            <input type=hidden name=protocol value="SFP,100">
                            <input type=hidden name=pid value="C4PP">
                            <input type=hidden name=psid value="GALL">
                            <input type=hidden name=imnum value="1">
                            <input type=hidden name=imraw-1 value="{IMG}">
                            <input type=hidden name=imrawheight-1 value="{HEIGHT}">
                            <input type=hidden name=imrawwidth-1 value="{WIDTH}">
                            <input type=hidden name=imthumb-1 value="{THUMB}">
                            <input type=hidden name=returl value="{URL}">
                        </form>
                        <a href="#" onclick="order.submit()" class="navmenu_pic" title="Order Prints"><img src="images/order.gif" border="0" align="middle" alt="Order Prints" /></a>
                </td>
<!-- /Shutterfly Mod -->

I know it's php coding, but any possibility of getting it to parse with album.pl?

2. Any possibility of having a really killer slideshow, one that pops up in a separate window with on/off/pause/back/forward controls? IMHO Album.pl is a top notch program with top notch support, but the slideshow portion needs re-tooling.

Just my 2 cents (US Dollars). Mike, if you need anything from me let me know.

Offline Mike Bobbitt

  • album.pl Author
  • Administrator
  • I Spend Too Much Time Here
  • *****
  • Posts: 3381
  • Karma: +35/-2
    • Mike's Development Archive
Re: Shutterfly and Slideshow suggestions
« Reply #1 on: June 13, 2005, 21:39:57 »
Yeah, an overhaul of the slideshow is definitely long overdue. It's rudimentary at best.

For the shutterfly code above, is that {IMG} really a binary dump of the image itself? Would it suffice to provide a URL to the image? If so, it can be done without code mods, just a few template tweaks...

I had a quick look at their site, but didn't see any "developer" notes...

Offline Sunlizzard

  • album.pl Donor
  • album.pl Tester
  • **
  • Posts: 37
  • Karma: +1/-0
    • King Lizzard: Las Vegas' Godfather of Metal
Re: Shutterfly and Slideshow suggestions
« Reply #2 on: June 13, 2005, 23:53:38 »

Offline Mike Bobbitt

  • album.pl Author
  • Administrator
  • I Spend Too Much Time Here
  • *****
  • Posts: 3381
  • Karma: +35/-2
    • Mike's Development Archive
Re: Shutterfly and Slideshow suggestions
« Reply #3 on: June 14, 2005, 10:08:11 »
Check it out: http://dev.bobbitt.ca/forums/index.php/topic,1350.msg7534.html#msg7534

It required code changes, and since you're not hot on 6.5, just copy over the showThumb and substituteData subroutines and it should work.