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: OpenSistemas Case Studies

Author:Kasper Skårhøj
Created:2002-11-01T00:32:00
Changed by:Leo C.
Changed:2007-03-13T12:44:45
Author:Leo Barrientos C.
Email:lbarrientos@opensistemas.com
Info 3:
Info 4:

EXT: OpenSistemas Case Studies

Extension Key: opensistemas_casestudies

Copyright 2005-2007 , Alberto Caso – Leo Barrientos

lbarrientos@opensistemas.com

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: OpenSistemas Case Studies 1

Introduction 1

What does it do? 1

Screenshots 2

Users manual 3

FAQ 3

Adminstration 3

FAQ 4

Configuration 4

FAQ 4

Tutorial 5

Known problems 5

To-Do list 5

Changelog 5

Introduction

What does it do?

English:

This extension can list case studies or successful projects in a list and in a detail view.

Español :

Esta extensión está diseñada para listar los casos de éxito o casos de estudios de la empresa.

Entrega una vista de listado con paginación y una vista de detalle.

Esta extensión utiliza un patrón Factory para utilizar classes en php5 o php4.

Screenshots

img-1

img-2

Users manual

Install the extension

Put the plugin “Case studies” in a content zone (Normal, left, right, etc).

Create a folder for you “Case studies” and create you “Case study” records on it.

Set the startingpoint for the plugin.

img-3

Set “no cache” for the page, in order to see the cache options, click on “Show secondary fields”.

img-4

FAQ

Write to lbarrientos@opensistemas.com for any question.

Adminstration

FAQ

Configuration

plugin.tx_opensistemascasestudies_pi1.listLimit : How items are listing.

plugin.tx_opensistemascasestudies_pi1.tmpl : Template File.

Template file valid markers :

<!-- ###TEMPLATE_LIST### begin-->

<ul>

<!-- ###TEMPLATE_LIST_ITEM### begin-->

<li><div>###IMG###</div>

<div><h3>###TITLE###</h3>

<p>###TEASER###</p>

<p>###MORE###</p>

</div>

</li>

<!-- ###TEMPLATE_LIST_ITEM### end-->

</ul>

<!-- ###TEMPLATE_LIST### end-->

<!-- ###TEMPLATE_SINGLE### begin-->

<!-- ###TEMPLATE_SINGLE_ITEM### begin-->

<div>

<div>###IMG###</div>

<div><h3>###TITLE###</h3>

<p>###CUSTOMER###</p>

</div>

</div>

<p>###BODY###</p>

<p>###LINKS###</p>

<p><a href="javascript:history.go(-1)">###BACK###</a></p>

<!-- ###TEMPLATE_SINGLE_ITEM### end-->

<!-- ###TEMPLATE_SINGLE### end-->

<!-- ###TEMPLATE_PAGINATOR### begin-->

<!-- ###TEMPLATE_PAGINATOR_ITEM### begin-->

###NAVIGATION###

<!-- ###TEMPLATE_PAGINATOR_ITEM### end-->

<!-- ###TEMPLATE_PAGINATOR### end-->

FAQ

Tutorial

Known problems

To-Do list

Changelog

UML

img-5

img-6 EXT: OpenSistemas Case Studies - 5