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