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: Mini Job Offers

Author:Kasper Skårhøj
Created:2002-11-01T00:32:00
Changed by:Andre Bilsing
Changed:2005-07-19T17:22:13
Author:Andre Bilsing
Email:ab@t3werk.de
Info 3:
Info 4:

EXT: Mini Job Offers

Extension Key: ab_minijoboffers

Copyright 2000-2002, Andre Bilsing, <ab@t3werk.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: Mini Job Offers 1

Introduction 1

What does it do? 1

Screenshots 2

Users manual 2

Configuration 2

Introduction

What does it do?

A simple module to mange and display job offers.

Each single job offer is stored with jobtitle, date, jobdescription, tasks and demands, sorted by categories and has one selectable Contact Person.

The plugin supports mulitlanguage and can be configured via template.

Screenshots

The input fields in the backend ...

img-1

The frontend output ...

img-2

Users manual

First create a sysfolder and insert at least one category and one contact.

After that put all your job offers into it. You can do this by clicking “New” in the selector box and choose element “jobs”. Then fill in the form an click save.

On the page where your job offers should be displayed create a content element of the type “insert plugin” and choose “job offers” in the selector box. Add the sysfolder which contains the job offers as starting point. That's it.

CODE can be:

  • ALL: to display all categories
  • Comma separated list of category id's to display only selected categories.

Configuration

((generated))

CODE:

Enter either “ALL” or a comma separated list of category id's.

Constants:

[templateFile]=typo3conf/ext/ab_minijoboffers/pi1/minijoboffers_temp late.tmpl

[singleView.tdstyle]=background-color:#F0F0F0; border:2px solid #FFFFFF; padding:10px;

Setup:

[singleView.date_stdWrap.strftime]=%d.%m.%Y

[tdstyle]=background-color:#F0F0F0; border:2px solid #FFFFFF; padding:10px;

img-3 EXT: Mini Job Offers - 3