Login / Status
developer.Resource
Home . Documentation . Document Library . Extension Manuals
Sponsors
hosted by punkt.deTYPO3 and Open Source Magazine

1.3. Users manual

Getting started is very easy!

  1. Import/Download the extension and install it like every other extension.

  2. Include the static TS (from extension) in the template record (your root TS or make an ext. template just for the page where you want the SmoothGallery be displayed). The steps for the real beginners are:

    1. Select your root/first page.

    2. Click in the menu on the left side “Template” and choose “Edit whole record”.

    3. Scroll down until you see the the same thing as in the screenshot shown.

    4. Search for the “SmoothGallery” entry on the right side, click on it to get it on the left side.

    5. Press “Save” and you are done.

  1. Configure the extension using the flexform settings – See the exact steps below (it is still very easy)

Images from a directory

To show all images from a directory you need to do the following steps:

  1. Follow the steps 1-2 from before

  2. Add the relative path to the directory where the images are and don't forget the / at the end! The path looks like fileadmin/myimages/day1/

  3. Add titles and descriptions to the images if you want. One line = One image. Title & description are separated with the | (“pipe”). So it looks like

    Title 1 | Text 1

    Title 2 | Text 2

    Title 4

    Title 5 | Text 5

Important & nice-to-have: If the extension rgfolderselector is installed, you get a very nice wizard to select the folder (No mistyping and checking the path with FTP tools/extensions anymore).

Images from records

To show images from records you need to create first of all some records. Select a page or sysfolder and create a record “SmoothGallery Image” and add there a title, description and an image. Then follow these steps:

  1. Follow the steps 1-2 from before

  2. Add the plugin somewhere to the page and select “Images from records” in the dropdown in the flexforms.

  3. Add the page/sysfolder where you saved your records to the starting point.

Images from tt_content

This just works with css_styled_content.

To show the SmoothGallery inside a content element, follow these steps:

  1. Follow the steps 1-2 from before.

  2. Create a content element “Text with Image” and fill it with text and images.

  3. Activate the checkbox “Activate SmoothGallery”.

Please take also a look into the chapter Configuration -> Images from tt_content!

Images from DAM

The extension handles also records from DAM. To show images from DAM follow these steps:

  1. Follow the steps 1-2 from before.

  2. Add the plugin somewhere to the page and select “Images from DAM” in the dropdown in the flexform.

  3. Select the images you want to display.

Images from DAM Category

Using the DAM category selector works as “Images from DAM” - just select “Images from DAM (categories)” instead

Integration into tt_news

Follow the first steps 1-2 from before and you are done. The rest of the configuration is done with TS and is described in the section below.