-
here is a mockup of what i thought would be cool
http://i37.tinypic.com/2e1w0zl.png.
2009-11-16 06:19:12 UTC by gtx75
-
the default theme seems to be a bit messed up and some stuff are out of order. I think some updates are necessary to make the default look more appealing.
2009-11-16 06:17:09 UTC by gtx75
-
I am sorry. While reviewing the source i see that it's already possible : use_direct_urls.
2009-11-14 18:44:41 UTC by michelgre
-
When I display an album, most of the thumbnails are not displayed. Even if they they exist..
Cause: too much resources needed to access the thumbnails :
in index.php, around line 2064:
$url = SCRIPT_NAME.'?previewpic='.rawurlencode($dir.$filename);
For each thumbnail, the index.php script is called back, with "previewpic" option, and serves the thumbnail. Problem: my provider gives...
2009-11-14 18:32:54 UTC by michelgre
-
I recently started to use a freeware program to add GPS coordinates to my photos. As I've been using phpGraphy for many years I didn't want to look for another tool that has similar functionality and adds the google links for geotagged images. Instead I modified 2 phpgraphy files to get the wanted information displayed next to the images.
I attached the modified files. The lang_en.inc.php...
2009-09-14 06:14:33 UTC by ajmhendriks
-
Which directories will I need to disable php safemode in?.
2009-09-05 03:59:53 UTC by ninjanun
-
Is there anyway to integrate this into my existing website? For example, to use an iframe to bring up just the slideshow but without the large white background, maybe to just have the pic and the slide bar? thanks!
2009-08-28 20:14:09 UTC by tangonyc
-
When clicking on random pic and the random pic is displayed, pressing forward or reverse you will go back to the homepage since the image it tries to take you to doesn't exist.
Here is an example:
<- Previous
Tries to go to /IMG_0383.jpg but it converts it with rawurlencode. I found that if you just remove the %2F completely it works as expected...
2009-08-13 03:40:18 UTC by nobody
-
I'm looking to make the homepage show a random image instead of the thumbnail view. Is there a way to set this in the configuration or does this need to be coded manually?.
2009-08-12 01:45:36 UTC by swilla
-
You can do this by editing the following file: conf/config.ini.php
Just add this line at the end of the file:
script_name = "new_name.php".
2009-08-12 01:25:21 UTC by swilla