Announcement

Collapse
No announcement yet.

Multiple thumbnails in a fragment

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Multiple thumbnails in a fragment

    Hi Guys,

    I'm trying to place multiple thumbnails (approx 40) in a fragment using a thumbnail program 'AllThumbsPro' but all I get is the frames showing without any photos...

    Click image for larger version

Name:	Thumbs.jpg
Views:	1
Size:	26.5 KB
ID:	545851

    The thubnail program uses javascript, a snippet of which is below...

    Code:
    <TABLE ALIGN="default" BORDER="1" WIDTH="100%" CELLSPACING="2" CELLPADDING="1">
    <TR>
    <TD ALIGN="center"><A HREF="dummy.htm"
    ONMOUSEOVER="window.status='Click to display photo';return true;"
    ONMOUSEOUT="window.status='';return true;"
    ONCLICK="OpenPhoto('KAA0.jpg');return false;"><IMG BORDER="0"
    SRC="/KAA0_tn.jpg" WIDTH="113" HEIGHT="160"></A><BR>
    <FONT FACE="Arial" SIZE="2">KAA</FONT></TD>
    <TD ALIGN="center"><A HREF="dummy.htm"
    ONMOUSEOVER="window.status='Click to display photo';return true;"
    ONMOUSEOUT="window.status='';return true;"
    ONCLICK="OpenPhoto('images/KAB1.jpg');return false;"><IMG BORDER="0"
    SRC="images/KAB1_tn.jpg" WIDTH="113" HEIGHT="160"></A><BR>
    <FONT FACE="Arial" SIZE="2">KAB</FONT></TD>
    <TD ALIGN="center"><A HREF="dummy.htm"
    ONMOUSEOVER="window.status='Click to display photo';return true;"
    ONMOUSEOUT="window.status='';return true;"
    ONCLICK="OpenPhoto('images/KAC2.jpg');return false;"><IMG BORDER="0"
    SRC="images/KAC2_tn.jpg" WIDTH="113" HEIGHT="160"></A><BR>
    <FONT FACE="Arial" SIZE="2">KAC</FONT></TD>
    <TD ALIGN="center"><A HREF="dummy.htm"
    ONMOUSEOVER="window.status='Click to display photo';return true;"
    ONMOUSEOUT="window.status='';return true;"
    ONCLICK="OpenPhoto('images/KAD3.jpg');return false;"><IMG BORDER="0"
    SRC="images/KAD3_tn.jpg" WIDTH="113" HEIGHT="160"></A><BR>
    <FONT FACE="Arial" SIZE="2">KAD</FONT></TD>
    </TR>
    I've tried changing the paths with no success and having searched throught he AUG and forum without any real answer I am wondering whether anyone has managed to do this with a thumbnail program for this number of thumbnails ?

    Thanks,

    Graham

    #2
    Move all your images into the Site folder. Add their names via Advanced / Additional Files. Amend the code to remove the images/ bit. That should fix the live site.

    You may also need to copy these images to PreviewHTML so that they'll work on Previews.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Hi Norman,

      Thanks for the reply. Unfortunately having tried the method you recommended, I still get the same problem - just the frames showing with no photos. If I can't get it working with 'AllThumbsPro' I guess I'll need to look at other possible ways of achieving the same end. The number of thumbnails I require doesn't exactly help though !

      Graham

      Comment


        #4
        I've done this sort of things many times. If you follow the steps above you should at the very minimum see the images. What happens when you mouseover / out them will depend on whether you've loaded the JavaScript correctly. Have another go and post what you've done. Without seeing the current code it's impossible to help.

        PS I've a Multi Product Images add-on that would automate this. See http://www.drillpine.biz/v8multiprod...tproducts.html for a demo - each product has a different effect. This could be customised to work on Fragments too.
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment


          #5
          Hi Norman,

          Thanks again for your help. I've had another go using your method and certainly as far as the previews are concerned all is now working fine. I won't know about the web site though until I upload, which won't be for another week or two whilst I try to integrate your multi other info prompt patch and a donation for this will be coming your way shortly.

          I usually use the Apache /WarFTP setup on my computer proir to uploading just to test things out but I'm having a problem with an internal server error which may be linked to the other info patch or some other issue that I've managed to screw up

          I'll report back how I get on.

          Many Thanks,

          Graham

          Comment


            #6
            internal server error
            You shouldn't be getting that. It's very likely that you've mispatched the Per. Best restore the modified Perl scripts from the ones in C:\Program Files\Actinic v7\Original
            Norman - www.drillpine.biz
            Edinburgh, U K / Bitez, Turkey

            Comment


              #7
              Hi Norman,

              I'll double check the perl patch and if necessary I'll replace with the original until I can get it sorted.

              Graham

              Comment

              Working...
              X