Deutsch | Start | Layout-preview | Basic-configuration | Layout-settings | Player | Style-editor | Thumbs | Virtual Database | Text-database | Intern | Googlemaps | Languages
Layout settings Panoramagallery 11
Files "layout[Nr].inc.php" in folder "layouts/"
     HTML-editoren display the source code coloured automatically, easier to edit.
Recommended: Golive, Dramweaver, Text Wrangler
Often setting can be switched between "1" on, und "0" off.
Don´t erase any semicolon or quotation marks!!
Playertest During setup of the gallery you can access directly all player, a link bar can be switch on in the page heading.
// To test all player switch on all player-links ontop of the page (Module 59)
$playertest = 0; // default $playertest = 0; oder $playertest = 1;
View options
  • Homepage activation
  • Legal advice activation
  • Turn round basic navigation
  • Set start page, if no certain page is called up
  • Activation of filesize - display
  • Turn round panorama list
// Home 1=active 0=not active
$homeanzeige= 1 ;

// Legal notice 1=active 0=inactive
$impressumanzeige= 1 ;

// Basis-navigation: reverse order of Links
$navipos = "right"; // default: right, alternativ: left

//Startspage Aktuell=(new) uebersicht=(overview)
$startseite = "aktuell"; // "aktuell" or "uebersicht" or "home"

// Display filesize of panorama: 1 oder 0
$dateigroesse = 1;

/* Reverse panoramalist: 0 oder 1 */
$umgedreht = 1; //default: $umgedreht = 1;

Size settings
  • Basic kind of layout, liquid (scaled with the widow) oder fixed (fixed width)
  • liquid mode: Height of player
  • Fixed-mode: width of player, height of player

// Kind of layout, "fixed" means fixed width, "liquid" follows browser window
$window = "liquid";

// Liquid-layout: The height of the player is scaled according to the width. "1" means equal size
$playerhoehe = "0.66";

// The apect-ratio of the player can be limited.
$maxratio = 2.8; //default 2.8

// Fixed-layout: Height and width of the player
$playerwidth="920";
$playerheight="550";

Region table
module 18
  • Only layout 8, determins heigh of the region table in module 18.
  • With of one column in the region table 8 of module 18, to match the length of the region names
// Number of entries for the small regionstable in module 18, before a new column is created
$regionliste2 = 6 ;

//Width of one cell in he small regionstable in module 18 in pixel:
$regionspalte2 = 130 ;

Panorama-page Display short or long text under the panorama. If "0" or "kurz" (short) is entered, the link "information about panorama" appears, to display the long text.
/Panorama-page, show text under the panorama
// disables the link the the overlay-info page when "lang" (means "long")
$panosubtext = "0"; // $panosubtext = "lang" (long; $panosubtext = "kurz" (short) ; $panosubtext = "0" (off);
Overview-page
  • The main overview page can be toggled between text - and thumb mode. Subregions are always shon in thumb mode.
  • For text mode of the overview page enter the width of the table block into percent
  • Dtermine the partitioning of the regions in the columns in text mode.
    Example: array (3,3,3): 4 columns are displayed, with 3 regions each plus subregions. The last column contains the rest.
    Only main regions are counted. More entries generate more columns. Break with comma, do not enter comma after the last entry.
// Overview-module (Uebersicht): Textmode or thumbmode für main-overview. (Helpfull for large panorama-collections)
$uebersicht = "thumbs"; // $uebersicht = "text"; oder $uebersicht = "thumbs";

// Overview-module (Uebersicht): Enter width in pixel for textmode
$uebersichtbreite = "100"; // in percent, just a value, do not enter "%"

// Overview-module (Uebersicht):
// Count of enties = Number of divisions
// Numbers itself= Counts of Regions in one column, only main-regions
$tabellentrennung = array(3,3,3); // for example array(10); array(6,6); array(3,6,11,15); array(7,1,14,3);

Aktuell-page
(new panoramas)
  • Seamless mode. The panoramas are repeated on full width when in seemless mode
  • Virtual data bank: Restriction of the amount of the panoramas shown on the Aktuell page (new panoramas)
  • Width of the panoramas on the Aktuell-page. The real picture is cut on this width
  • Height of the panoramas. The real picture will be cut on this height
  • Google-Map link on the Aktuell-page on/off
  • Text under the panorama (Aktuell-page) on/off When on, switch between short and long version, (no effect with Virtual database)
  • Total quantity of the panoramas shown on the Aktuell-page
  • Amount of panoramas on the one page, before the page must be turned
  • Height offset of the visible area of the panorama. Does not work with images from the aktuell- folder. They should be made to suit the content optimal.
// Aktuell-Page (New Panoramas): Show Panorams seamless in full pagewidth or with fixed width
$seamless = "fixed"; // $seamless = "seamless"; oder $seamless = "fixed";

// Aktuell-Page (New Panoramas): Number of panoramas when used with virtual database
$anzahlneues = 10 ;

// Aktuell-Page (New Panoramas): Headline (New Panoramas, Recent entries or similar)
$toptext= $langtoptext;

// Aktuell-Page (New Panoramas): More
$aktuellbreite = 900; // Width of thumbs default: 800
$aktuellhoehe = 200; // Height of thumbs default: 200
$aktuellmap = 1; // Link to Google Maps? 1 or 0
$aktuelltext = "kurz"; // Text underneath the thumbs? Default: "lang" (long text) or "kurz" (short text) else no Text "0"
$aktuellliste = 0; // Total number of displayed panoramas, Default show all = 0
$aktuellshow = 5; // Number of entries on one page, before turn over. Default: 5
$position1 = "40%"; / Vertical Shift of image detail aktuell-Page (New Panoramas), not used if there are special thumbnails in the aktuell-folder

Overview page
Thumbnail-settings
  • Size of Thumbnails.
  • Vertical shift des of the displayed area
  • Size of the thumb-box

// Overview-module (Uebersicht): Size of thumbs
$thumbwidth = "174";
$thumbheight = "54";

// Vertical Shift of image detail aktuell-Page (New Panoramas), overview-page (overview), search and filmstrip
$position2 = "40%"; //Overview and search-page
$position3 = "40%"; // Filmstrip

// Größe einer Thumbbox auf der Übersicht-Seite-Seite
$m16height = $thumbheight + 60;
$m16width = $thumbwidth;