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.

Author:ti
Created:2013-03-15T11:57:31
Changed:2015-01-19T14:41:54.881683110

EXT:Job Communicator

Extension Key: titech_jobs

Copyright 2013, Ti Technologies, < info@titechnologies.in >

Web Site:- http://www.titechnologies.in/

skype id:- oscommerce.in

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:Job Communicator 1 <#__RefHeading__2839_1611936784>`_

Introduction 2

Compactabily 2

Screenshots 2

Users Manual 4

Administration 7

Update Hint 8

Known Problem 8

FAQ 8

Introduction

What does it do?

-Extension for displaying and managing jobs, enable communication between users.

-Admin can assign jobs to fe-user groups, send messages to fe-users, add notes and attachments corresponding to a job.

-FrontendUsers who comes under a group ,can send messages between their group members, add notes and

attachments corresponding to a job,sent mails to their group members.

Features:

  • BackEnd module to manage job records : “Titech Jobs”
  • When the “view webpage” button in the BackEnd has been pressed the “job list view” will be opened on the website.
  • Pagination.
  • The appearance of the titech_jobs plugin on the website can easily be changed by editing the html-template and css style page.
  • It is very flexible and easily extendible.

Compactabily

This version of titech_jobs requires TYPO 6.x.x or above (4.5.20 -which is recommanded to use).

PHP version: titech_jobs should work on all PHP versions that are also supported by TYPO3 (from 5.5.x).

MySQL version : 5.x.

Screenshots

1.fe-user login (Form element-Login form)

img-1

2.Job list page and message tabs

img-2

3.Job Description page with Notes & Attachment Tabs

img-3

4.Backend Module

img-4 img-5

Users Manual

Install the extension with the extension manager. After the extension manager created the new database tables and fields for titech_jobs

((generated))

1. Include static extension template, titech jobs(titech_jobs).

img-6

2. Create website usergroups and users:

Create new storage folder “Storage folder”. Select “Storage folder” in the “web->list”. click on create new record icon and then

create new website usergroups and website users.

img-7

3. Creating a content-element:

Click on the "create new content element" link, to add a new content- element. Click on the Login Form to include Fe-user Login .

img-8

On the same page insert titech_jobs plugin.

img-9

Now edit Login Form

- Include Redirect Target (redirect target must be the page on which Login Form and titech_jobs were installed) and Frontend

User Container(eg:Storage Folder) .

4. Add jobs from backend module.

img-10

img-11

Administration

There are 4 userfunctions

- renderStandardView()

- renderMessageTabs()

- renderJobDetail()

- renderSingleMessage()

These are the markers used :

MARKER

a

MARKER

b

USED AS

###HEADING###

a

###HEADING###

b

heading

###JOB_TITLE###

a

###JOB_TITLE###

b

Jobtitle in job list view and job description view

###COMPANY###

a

###COMPANY###

b

Company name in job list view

###TAB_TAB###

a

###TAB_TAB###

b

Message Tabs (inbox,sent message,compose)

###COMPANY_URL###

a

###COMPANY_URL###

b

Link to company url

###JOB_DESCRIPTION###

a

###JOB_DESCRIPTION###

b

Job description view

###MESSAGE###, ###USER### , ###DATE###

a

###MESSAGE###, ###USER### , ###DATE###

b

List of messages, sender/receiver and date . ###MESSAGE###

links to single view message page.

###SINGLE_MESSAGE###

a

###SINGLE_MESSAGE###

b

Single view of message

Update Hint

Not at the moment

Known Problem

Pagination

FAQ

Possible subsections

img-12 EXT-titech_jobs - 7