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.

IOcean Article

Author:Kasper Skårhøj
Created:2002-11-01T00:32:00
Changed by:Lionel Meunier
Changed:2010-03-15T18:03:35.990000000
Author:IOcean
Email:contact@iocean.fr
Info 3:
Info 4:

IOcean Article

Extension Key: iocean_downloadarea

Copyright 2000-2002, IOcean, <contact@iocean.fr>

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

Introduction 1

What does it do? 1

Screenshots 2

Affichage en Frontend : 2

Affichage en Backend : 6

Users manual 9

Installation 9

Quick start: 9

Administration 10

Configuration 11

Files: 11

Basic Configuration Typoscript : 11

Known problems 12

To-Do list 12

Changelog 12

Introduction

What does it do?

This plugin is a Frontend plugin. It allows to divide an article into several parts and to display it in different ways.

This plugin has several display modes:

Classic Display

Accordion Display

«Tabs» Display

«Ajax» Display

Screenshots

Frontend Display:

Classic Display

img-1

Accordion Display

img-2

«Tabs» Display

img-3

«Ajax» Display

img-4

Backend Display:

Plugin display Backend

img-5

Article Display

img-6

Categorie Display

img-7

Users manual

Installation

There is no configuration to do during the installation.

Quick start:

To quickly install the plugin as it is on your site, no configuration is necessary.

All you have to do is to integrate it as a content and to create an article on the page where the plugin is integrated.

Administration

Property:

a

Property:

b

Data type:

c

Description:

d

Default:

e

Where:

display

a

display

b

int

c

display mode of the plugin

0 = Classic

1= Accordion

2 = Tabs

3 = Ajax

d

0

e

Typoscript, Flexform

pages

a

pages

b

int

c

Entry point of the articles in the TYPO3 tree

d

0

e

Typoscript, Flexform

templateFile = fileadmin/template/template.html

a

templateFile = fileadmin/template/template.html

b

string (path)

c

Configures the template display

d

EXT:iocean_articles/res/template.html

e

Typoscript

category

a

category

b

List (int)

c

Limits the display to certain categories

d

0

e

Typoscript, Flexform

articleStep

a

articleStep

b

int

c

Configures the number of articles per page

d

1

e

Typoscript, Flexform

summary

a

summary

b

bool

c

Configures if we display or not the summary

d

0

e

Typoscript,Flexform

Configuration

Files:

File :

a

File :

b

Description :

pi1/class.tx_ioceanarticles_pi1_wizicon.php

a

pi1/class.tx_ioceanarticles_pi1_wizicon.php

b

Class for defining an icon for the plugin backend mode.Useful if you want to redefine the icon.

pi1/class.tx_ioceanarticles_pi1.php

a

pi1/class.tx_ioceanarticles_pi1.php

b

Main plugin class containing all the php functions.

pi1/locallang,xml

a

pi1/locallang,xml

b

Multilingual display file containing all the texts displayed in Frontend

class/

a

class/

b

Folder containing all the PHP classes called for the operation of the plugin

res/js/

a

res/js/

b

Folder containing all classes JAVASCRIPT called for the operation of the plugin

res/template.html

a

res/template.html

b

Original template of the plugin

res/ioceanarticles.css

a

res/ioceanarticles.css

b

File containing all the by default style of the plugin.

res/jquery-ui-1.7.2.custom.css

a

res/jquery-ui-1.7.2.custom.css

b

File containing the style used for displaying the accordion.

locallang.xml

a

locallang.xml

b

Multilingual display file containing all the texts displayed in Backtend

locallang_db.xml

a

locallang_db.xml

b

Multilingual display file containing the title and the description of the plugin

Basic Configuration Typoscript :

No typoscript configuration is necessary for the plugin's operation

Accounting T3Jquery

Setting T3Jquery :

Core :

Jquery On

NoConflict On

UI Core On

Widgets

Accordion On

Compression Jsmin.

Known problems

To-Do list

Changelog

1.1.0: update accounting T3Jquery

1.0.2: Manual correction

1.0.1: Initial version

img-8 IOcean Article - 11