issue112, enhanced preload functions for photo-index
[phpfspot.git] / phpfspot_cfg.php.dist
index 3583560ff57be4883441f6c4b7f1bcd58b1759de..75b54ad8db1b42a0ae42d69b5414eb6298926ed4 100644 (file)
@@ -56,6 +56,15 @@ class PHPFSPOT_CFG {
    */
    var $phpfspot_db = "/var/www/f-spot-dbs/phpfspot.db";
 
+   /* sqlite temp dir. per default sqlite tries /var/tmp, /usr/tmp, /tmp
+      and the current working directory for creating temporary files.
+      If you still get error messages when phpfspot tries to create the
+      indecies in $fspot_db, set this option to another writeable
+      directory. For example $phpfspot_db directory, which must be
+      writeable anyway.
+   */
+   // var $sqlite_temp_dir = "/var/www/f-spot-dbs";
+
    /* don't touch if you haven't changed the base templates */
    var $thumb_width = "150";
    var $thumb_height = "145";
@@ -89,6 +98,11 @@ class PHPFSPOT_CFG {
    */
    var $use_lightbox = true;
 
+   /* Use Ajax Auto Completion for tag search. Maybe, if you have a slow
+      connectivity for the server, it's a good idea to turn it off.
+   */
+   var $use_autocomplete = true;
+
    /* logging = display || errorlog || logfile */
    var $logging = "display";