DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

EXT: Content Slider

Author:Kasper Skårhøj
Created:2002-11-01T00:32:00
Changed by:Markus Brunner
Changed:2012-01-31T16:23:49.820000000
Classification:mbcontentslider
Description:Slide tt_content
Keywords:content, slider, j_anythingslider
Author:Markus Brunner
Email:mail@markusbrunner-design.de
URL:http://www.markusbrunner-design.de
Language:en

img-1 EXT: Content Slider - mbcontentslider

EXT: Content Slider

Extension Key: mbcontentslider

Language: en

Keywords: content, slider, j_anythingslider

Copyright 2000-2008, Markus Brunner, <mail@markusbrunner-design.de>

This document is published under the Open Content License

available from http://www.opencontent.org/opl.shtml

The content of this document is related to TYPO3

- a GNU/GPL CMS/Framework available from www.typo3.org

Table of Contents

EXT: Content Slider 1

`Introduction 3 <#__RefHeading__692_1400040839>`_

What does it do? 3

`Users manual 4 <#__RefHeading__696_1400040839>`_

Install and Insert the Plugin 4

`Configuration 5 <#__RefHeading__881_414509113>`_

TypoScript-Setup 5

`ChangeLog 6 <#__RefHeading__698_1400040839>`_

Introduction

What does it do?

Slides TYPO3 Content Elements.

Users manual

Install and Insert the Plugin

After installation of the extension in the Extension Manager, you can insert the “MB :: Content Slider” Plugin as a Content Element on every page.

In the tab “Plugin” you can specify which Content Elements you want to display (these can be on a nav hidden page for example). Furthermore you can select if the dimensions should be dynamic to the content – otherwise the slideshow has a fix width and height – specify the width and height below, if not dynamic. If no width and height is given the TypoScript-Setup-Default-Values are taken.

img-2

Configuration

TypoScript-Setup

The Prefix for all properties is “plugin.tx_mbcontentslider_pi1.” .

doNotCheckLanguage

Property

doNotCheckLanguage

Data type

boolean:integer

Description

Global language option: if this is set to false (0), a record overlay is automatically searched if not default language.

this has a bad performance - activate only if necessary

normally you should just translate the plugin itself and insert the translated content elements there.

Default

1

smarty.template_dir

Property

smarty.template_dir

Data type

path

Description

For changing the default template_dir typo3conf/ext/mbcontentpopup/res/smarty/templates/

Default

null

smarty.compile_dir

Property

smarty.compile_dir

Data type

path

Description

For changing the default compile_dir typo3conf/ext/mbcontentpopup/res/smarty/templates_c/

Default

null

smarty.templates.mbcontentslider

Property

smarty.templates.mbcontentslider

Data type

filename

Description

For changing the default content-slider-template

Default

mbcontentslider.tpl

slider.default.width

Property

slider.default.width

Data type

int

Description

Slider default width

Default

600

slider.default.height

Property

slider.default.height

Data type

int

Description

Slider default height

Default

400

css.includeDefaultCSS

Property

css.includeDefaultCSS

Data type

boolean:integer

Description

Include default CSS via extension

0 = false

1 = true

Default

1

js.includeJQuery

Property

js.includeJQuery

Data type

boolean:integer

Description

Include jQuery Library via extension

0 = false

1 = true

Default

1

js.includeJQueryUi

Property

js.includeJQueryUi

Data type

boolean:integer

Description

Include jQuery UI Library via extension

0 = false

1 = true

Default

1

js.includeJQuerySliderPlugin

Property

js.includeJQuerySliderPlugin

Data type

boolean:integer

Description

Include jQuery Plugin j_Anythingslider via extension

0 = false

1 = true

Default

1

Default values in EXT:mbcontentslider/ext_typoscript_setup.txt

ChangeLog

See ChangeLog File in Extension-Root-Directory.

6