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: 2 229
Dependents: 0
Suggesters: 0
Security: 1
Stars: 5
Watchers: 2
Forks: 3
Open Issues: 11
Type:typo3-cms-extension
Requires
- typo3/cms-backend: ^11.5.3 || ^12.4
- typo3/cms-core: ^11.5.3 || ^12.4
- typo3/cms-extbase: ^11.5.3 || ^12.4
- typo3/cms-fluid: ^11.5.3 || ^12.4
- typo3/cms-frontend: ^11.5.3 || ^12.4
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3
- ssch/typo3-rector: ^1.3
- typo3/cms-extensionmanager: ^11.5.3 || ^12.4
- typo3/cms-felogin: ^11.5.3 || ^12.4
- typo3/cms-filelist: ^11.5.3 || ^12.4
- typo3/cms-fluid-styled-content: ^11.5.3 || ^12.4
- typo3/cms-install: ^11.5.3 || ^12.4
- typo3/cms-lowlevel: ^11.5.3 || ^12.4
- typo3/cms-tstemplate: ^11.5.3 || ^12.4
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';