1) Script Title: PHP Photo Album script v2.11
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...photoalbum.htm
3) Describe problem:
page will not load error message displayed Error: 'myvacation' is undefined
Code:<script type="text/javascript"> new phpimagealbum({ albumvar: myvacation, //ID of photo album to display (based on getpics.php?id=xxx) dimensions: [3,2], sortby: ["date", "file"], //["file" or "date", "asc" or "desc"] autodesc: "Photo %i", //Auto add a description beneath each picture? (use keyword %i for image position, %d for image date) showsourceorder: true, //Show source order of each picture? (helpful during set up stage) onphotoclick:function(thumbref, thumbindex, thumbfilename){ thumbnailviewer.loadimage(thumbref.src, "fit2screen") } }) </script>



Reply With Quote

Bookmarks