Picture Gallery Thingy

Out of context: Reply #8

  • Started
  • Last post
  • 10 Responses
  • janne760

    acescence, this seems interesting, i tried it out but i get "no images specified in folder"

    path is set correctly..

    • the path should be the path in the local filesystem, not web path. what do you have it set to?acescence
    • yeah i have a folder called photos in the same dir and so i have it set to "photos"janne76
    • $path = ".";
      $path_large = "photos";
      janne76
    • path should be photos/ and inside of that is a folder called large.D_Dot
    • both the php file and the photos folder are in the same subdirectory though! i forgot to mention..janne76
    • oh haha.. forgot large then..janne76
    • Ya but I set it up so the thumbnails are in the root folder, and the large versions are in a folder inside of that named large. $path='.' doesn't point to anything.D_Dot
    • $path='.' doesn't point to anything. Change that to your path.D_Dot
    • doh.. i mixed up large and normal path.. works now. sweet! thanks ace & d_dot!janne76

View thread