I'm not quite sure whether it's a bug, or if it's just me an my config...
I have some protected folders - actually, just about half of all.
$menu_x= 4;
$menu_y= 4;
The folder overview page (
#removed_broken_link) shows just two rows of folders for a user who is not logged in. Once logged in, all of the configured four rows are seen.
Then again, a static number is hardly ever optimal, I'd like at least the y direction to scale automatically according to the users' browser size, maybe x as well. I wonder if this would be possible...
Version: 1.8.2 (enterprise edition), config (delta):
$privatepassword= 'something'; // (String) To protect a gallery with
$browser_title_prefix= 'something'; // (String) This is the title which i
$default_gallery_title= ''; // (String) This is the default title
$skin= 'black'; // (String) As default no skin is use
$show_border= 'FALSE'; // (String) By default there is a bor
$cache_dirs= true; // (true/false) content of directorie
$menu_y= 4; // (Number) Number of rows on the ove
$small_pic_size= 540; // (Number) max pic size - please rea
$resize_only_if_too_big= true; // (true/false) If images are equal
$thumb_pic_size= 160; // (Number) The thumbnail size - chec
$menu_pic_size_x= 160; // (Number) Width of the gallery over
$menu_pic_size_y= 160; // (Number) Height of the gallery ove
$show_clipped_images= false; // (true/false) Clipped images in the
$folder_effect= 'none'; // (String) There are 3 effects for t
$default_big_navigation= 'FLASH'; // (String) There are 4 types of big
$show_image_rating= false; // (true/false) Enables the rating of
$show_slideshow= false; // (true/false) Enables / disables th
$twg_slide_type= 'FALSE'; // (String) define the default slides
$show_counter= false; // (true/false) show the counter - if
$show_image_rating= false; // (true/false) Enables the rating of
$show_help_link= false; // (true/false) Shows the help link
$show_rotation_buttons= false; // (true/false) show the rotation but
$show_topx= false; // (true/false) Show the topx or hide
$disable_tips= true; // (true/false) enables to show a sma
$enable_album_tree= false; // (true/false) You can display an ex
$sort_by_date= true; // (true/false) sorts the images by n
$sort_album_by_date= true; // (true/false) enables sorting of fo
$text= 'something'; // The watermark text.
$print_watermark= false; // (true/false) you can make a waterm
$activate_lightbox_thumb=false;
$activate_lightbox_topx=false;
$autocreate_folder_id=true;
$autodetect_filenames_as_captions=false;
$autogenerate_private_png=false;
$cache_time=-1;
$click_on_popup_dl_image=false;
$compression=97;
$compression_thumb=92;
$default_language='fi';
$direct_folderpng=true;
$enable_drop_shadow=false;
$enable_external_adremove=false;
$enable_maximized_view=false;
$enable_smily_support=false;
$ffmpeg_delete_src_after_convert=false;
$ffmpeg_path='/opt/bin/ffmpeg';
$hide_empty_directories=true;
$hide_middle_folders_in_breadcrumb=false;
$hide_overview_image_border=true;
$image_magic_path='/opt/bin/convert';
$low_compression=97;
$open_as_popup=true;
$open_download_in_browser=true;
$open_download_in_new_window=true;
$password_file='.htprivate.txt';
$precache_xml_data=true;
$show_count_views=false;
$show_download_counter=false;
$show_number_of_pic=false;
$show_print_icon=false;
$timezone='Europe/Helsinki';
$use_image_magic=true;
$user_login_mode=true;
$user_login_mode_hide_gal=true;
PS.
The server is a Qnap TS-239 Pro. TWG works on it like a dream... Awesome.