Rev 229 Rev 239
1 ;Option descriptions have been grouped together here. 1 ;Option descriptions have been grouped together here.
2 ;Do not uncomment the following lines, they are for illustration only. 2 ;Do not uncomment the following lines, they are for illustration only.
3 ; 3 ;
4 ;thumb_width_* 4 ;thumb_width_*
5 ; Width in pixels of thumbnails generated by the script. 5 ; Width in pixels of thumbnails generated by the script.
6 ; This option is affected by the thumb_force_size_* option (see below). 6 ; This option is affected by the thumb_force_size_* option (see below).
7 ; 7 ;
8 ;thumb_height_* 8 ;thumb_height_*
9 ; Height in pixels of thumbnails generated by the script. 9 ; Height in pixels of thumbnails generated by the script.
10 ; This option is affected by the thumb_force_size_* option (see below). 10 ; This option is affected by the thumb_force_size_* option (see below).
11 ; 11 ;
12 ;thumb_force_size_* 12 ;thumb_force_size_*
13 ; By default, width and height are maximum dimensions and images will be 13 ; By default, width and height are maximum dimensions and images will be
14 ; resized, maintaining the same aspect ratio, to fit within these limits. 14 ; resized, maintaining the same aspect ratio, to fit within these limits.
15 ; Turn force_size on to make the script crop images to the specified size. 15 ; Turn force_size on to make the script crop images to the specified size.
16 ; 16 ;
17 ;*_gallery 17 ;*_gallery
18 ; These options affect gallery pages (those that contain sub-galleries). 18 ; These options affect gallery pages (those that contain sub-galleries).
19 ; 19 ;
20 ;*_album 20 ;*_album
21 ; These options affect album pages (those that contain only images). 21 ; These options affect album pages (those that contain only images).
22 ; 22 ;
23 ;*_preview 23 ;*_preview
24 ; These options affect the preview thumbnails displayed on image pages. 24 ; These options affect the preview thumbnails displayed on image pages.
25 ; 25 ;
26 ;*_image 26 ;*_image
27 ; These options affect full size display images and are only used if 27 ; These options affect full size display images and are only used if
28 ; full_image_resize is on in singapore.ini 28 ; full_image_resize is on in singapore.ini
29   29  
30 template_scheme = bob 30 template_scheme = bob
31 ;bob - black on black, wob - white on black, wow - white on white 31 ;bob - black on black, wob - white on black, wow - white on white
32 32
33 imagemap_navigation = off 33 imagemap_navigation = off
34 ; typically set in singapore.ini but set here to stop cursor behaviour 34 ; typically set in singapore.ini but set here to stop cursor behaviour
35   35  
36 thumb_width_gallery = 80 36 thumb_width_gallery = 80
37 thumb_height_gallery = 80 37 thumb_height_gallery = 80
38 thumb_force_size_gallery = off 38 thumb_force_size_gallery = off
39 thumb_number_gallery = 10 39 thumb_number_gallery = 10
40 ;Maximum number of galleries to show on one gallery page. 40 ;Maximum number of galleries to show on one gallery page.
41 thumb_float_gallery = on 41 thumb_float_gallery = on
42 ;Float gallery blocks side-by-side 42 ;Float gallery blocks side-by-side
43   43  
44 thumb_width_album = 100 44 thumb_width_album = 100
45 thumb_height_album = 100 45 thumb_height_album = 100
46 thumb_force_size_album = off 46 thumb_force_size_album = off
47 thumb_number_album = 20 47 thumb_number_album = 20
48 ;Maximum number of image thumbnails to show on one album page. 48 ;Maximum number of image thumbnails to show on one album page.
49   49  
50 thumb_width_preview = 50 50 thumb_width_preview = 50
51 thumb_height_preview = 50 51 thumb_height_preview = 50
52 thumb_force_size_preview = off 52 thumb_force_size_preview = off
53 thumb_number_preview = 3 53 thumb_number_preview = 3
54 ;Maximum number of preview thumbnails to display (including 54 ;Maximum number of preview thumbnails to display (including
55 ;current image). An odd number is usually preferred. 55 ;current image). An odd number is usually preferred.
56   56  
57 show_fullsizeURL = on 57 show_fullsizeURL = on
58 ;Turn this on to display link to the full size image 58 ;Turn this on to display link to the full size image
59   59  
60 show_slideshowURL = on 60 show_slideshowURL = on
61 ;Turn this on to show a link to slideshow on gallery page 61 ;Turn this on to show a link to slideshow on gallery page
62   62  
63 thumb_width_image = 700 63 thumb_width_image = 700
64 thumb_height_image = 500 64 thumb_height_image = 500
65   65  
66 ;Modern Update Checker - Connects to my site to check for new version 66 ;Modern Update Checker - Connects to my site to check for new version
67 update_check = yes 67 update_check = yes
68 update_url = http://www.abitcloser.com/files/ 68 update_url = http://www.abitcloser.com/files/
69 current_version = modern-v1.3.2 69 current_version = modern-v1.3.2