hov/jobfair

Simple job market based on Extbase and Fluid. Basically works like dmmjobcontrol. There are list and detail views available. In addition, it is possible to set up an online application system. Furthermore, FE-Users can be enabled to add and edit jobs in the frontend, so to BE-Administration is requi

Installs: 1 531

Dependents: 0

Suggesters: 0

Security: 1

Stars: 4

Watchers: 2

Forks: 6

Open Issues: 7

Type:typo3-cms-extension

v5.0.2 2023-09-29 09:24 UTC

This package is auto-updated.

Last update: 2024-03-29 10:30:21 UTC


README

Simple job market based on Extbase and Fluid. Basically works like dmmjobcontrol. There are list and detail views available. In addition, it is possible to set up an online application system. Furthermore, FE-Users can be enabled to add and edit jobs in the frontend, so to BE-Administration is required. Feeds (Rss091, Rss2, Atom) are also available.

Setup

For TYPO3 v10 and v11 you need to add the E-Mail template paths to your AdditionalConfiguration.php or LocalConfiguration.php:

$GLOBALS['TYPO3_CONF_VARS']['MAIL']['templateRootPaths'][700] = 'EXT:jobfair/Resources/Private/Templates/Email';
$GLOBALS['TYPO3_CONF_VARS']['MAIL']['layoutRootPaths'][700] = 'EXT:jobfair/Resources/Private/Layouts';