Konfiguration

Wenn Sie mit den serverseitigen Voreinstellungen einverstanden sind, müssen Sie nichts weiter tun. Sie können aber auch die Photo_boek- Parameter Ihren individuellen Vorstellungen anpassen. Diese Anpassung vereinbaren Sie in Ihrer Konfigurationsdatei constants.txt. Diese Vereinbarungen gelten für alle Fotoalben Ihrer Website.

Im nachfolgenden Beispiel sehen Sie die Syntax dieser Vereinbarungen. Die angegebenen Werte sind die Voreinstellungen des Systems.

Syntax:

 

plugin.tx_gooffotoboek_pi1 { 

#  Max width of thumbnail.
thumb_maxw = 160          
# Max height of thumbnail.
thumb_maxh = 160          
# Max width of image.     
img_maxw = 600            
# Max height of image.    
img_maxh = 375

# Thumbnails per row.
thumb_per_row = 4
# Maximum rows of thumbnails per page. (experimental)
thumb_rows = 6
# Use Icons (prev/next/thumb).
icons =  1
# Start with thumbnails in a directory.
default_thumb =  1
# Disable the link to the original photo.
no_full =  0

# Show Thumbnails and singleview (combined view)
# Only works with "thumb_filenames = 0"
CombinedView = 0

# Enable slideshow.
slideshow =  1
# Refresh time during slideshow.
slidetime = 3
# Loop the slideshow
slideshowLoop = 0

#  Reverse sort directories in the root of the photobook
rev_sort_root =  0
# Reverse sort directories except the root of the photobook
rev_sort_dirs =  0
# Reverse sort photos in the photobook
rev_sort_files =  0

# Show captions in thumbnailview.
#   0 : no caption
#   1 : filename
#   2 : comment header
thumb_filenames = 2

# Anchor. Jump to the right place when the photobook is on
# a large page.
use_anchor = 1
}

 

Eine Liste mit allen Parametern finden Sie im online Manual unter Users manual -> References.

Hinweis:

Die Vereinbarung CombinedView = 1 funktioniert nur, wenn in der Bildvorschau keine Bildunterschriften angegeben werden (thumb_filename = 0).