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: sb_tab

Author:Kasper Skårhøj
Created:2002-11-01T00:32:00
Changed by:Sebastian Baumann
Changed:2012-01-23T13:25:15.820000000
Author:Sebastian Baumann
Email:http://www.typo3erweiterungen.de
Info 3:
Info 4:

EXT: sb_tab

Extension Key: sb_tab

Copyright 2000-2002, Sebastian Baumann, <http://www.typo3erweiterungen.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.com

Table of Contents

EXT: sb_tab 1

Introduction 1

What does it do 1

Screenshots 1

Users manual 2

Installation 2

Configuration 3

Reference 4

You like the extension? 4

Known problems 4

Changelog 4

Introduction

What does it do

The extension sb_tab display content elements in a tab menu.Take a look at the the demo to get a nice impression: http://www.typo3erweiterungen.de/typo3-extensions/sb-tab/

Screenshots

img-1 Image 1: You can see 2 tabs, the first one selected and inside in it there is a content element “Text”

img-2

Image 2: The configuration in the Backend: Choose the content elements

img-3

Image 3: The configuration in the Backend: Choose the tabs

Users manual

Installation

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

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 extension be displayed). **The steps for the real beginners are** :

Select your root/first page.

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

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

Search for the “Tabmenu (sb_tab)” entry on the right side, click on it to get it on the left side.

Press “Save” and you are done.

img-4 Create a sysfolder which contains the sb_tab records

Create all of the content elements (for each tab)

Create the tabs and assign the content elements for each tab

img-2 Go to the page where the tabmenu should appear and create a new content element tabmenu

img-5 Choose the tabs you wanna display

img-3

That´s all

Configuration

There are two options in setup:

Reference

allowCaching

Property

allowCaching

Description

Choose the records you want to display.

default

0

pathToCSS

Property

pathToCSS

Description

Path to css file. There are two styles available (green/blue)

default

EXT:sb_tab/res/green/sb_tab.css

RealUrl configuration

// sb_tab

'tab' => array(

array(

'GETvar' => 'tx_sbtab_pi1[tab]',

'lookUpTable' => array(

'table' => 'tx_sbtab_tabs',

'id_field' => 'uid',

'alias_field' => 'title',

'addWhereClause' => ' AND NOT deleted',

'useUniqueCache' => 1,

'useUniqueCache_conf' => array(

'strtolower' => 1,

'spaceCharacter' => '_',

),

),

),

),

You like the extension?

If you like this extension, you can do one or more of the following things:

Known problems

None that i know.

Changelog

- 2012-01-22: added realurl configuration, taburls are now nice looking

- 2009-07-28: 1.0.2 fixed cache bug (again)

- 2009-07-27: 1.0.1 fixed cache bug

- 2009-01-04: 1.0.0. initial relase

img-6 EXT: sb_tab - 4