TYPO3 Logo
Realty Manager
Release: 2.0

Loading data.

  • Introduction
    • What does it do?
    • Key features
    • Screenshots
    • Live examples
    • Credits
    • Sponsorship
  • Keeping up-to-date and getting support
    • Paid services offered by the author
    • Found a bug?
    • Get a service level agreement (SLA)
  • Your help is wanted!
  • Tutorial
    • Installation
    • Upgrading
    • Create a TS template for this extension
    • Create system folders for records
    • Create the list view
    • Customize the list view
    • Create the single view
    • Create the records
    • Create a search form
    • Use Google Maps
    • Create a favorites list
    • Create a contact form
    • Automatically insert the contents of the favorites list into an external e-mail form
    • FE editing
    • Create an offerer list
    • Create a list of objects by one offerer
    • Add a connection to an advertisement form
    • Testing the configuration
    • Configure additional image positions for the Lightbox gallery
    • Change the extension’s look & feel
    • Import OpenImmo records from ZIP files
    • Cleaning the upload folder from unused image files
  • Back-end Module
  • Reference
    • ((generated))
  • Development Workflow
    • Changing or customizing the extension
    • Development workflow and coding style guidelines
  • Smoke testing checklist

PAGE CONTENTS

  • Configure additional image positions for the Lightbox gallery
  1. Start
  2. Tutorial
  3. Configure additional image positions for the Lightbox gallery
View source

Configure additional image positions for the Lightbox gallery¶

If you don’t configure anything special, the Lightbox image gallery is configured with the following TS setup variables:

plugin.tx_realty_pi1 {
        # whether the lightbox should be enabled
        enableLightbox = 1
        # maximum X size of images in the single view
        singleImageMaxX = 137
        # maximum Y size of images in the single view
        singleImageMaxY = 137
        # maximum width of the images shown in the lightbox gallery
        lightboxImageWidthMax = 1024
        # maximum height of the images shown in the lightbox gallery
        lightboxImageHeightMax = 768
}

When editing image records in the back end, you can move the records to different image positions 1 to 4 using the drop-down in the record. These image positions then will be displayed below the regular Lightbox gallery in the front-end single view. You then can overwrite the default settings mentioned above for single image positions:

plugin.tx_realty_pi1.images {
                1 {
                        enableLightbox = 0
                        singleImageMaxX = 200
                        singleImageMaxY = 200
                }
                2 {
                        lightboxImageWidthMax = 800
                        lightboxImageHeightMax = 600
                }
        } {
}

If you do not specify any values for an image position, the global values will be used.

  • Previous
  • Next

Last updated: Feb 28, 2016 14:22

Last rendered: Jul 22, 2021 18:25

TYPO3 Theme 4.6.2

© Copyright 2018
  • Legal Notice
  • Privacy Policy