diff --git a/README.md b/README.md index e7a0fb552ab765a4fffb4f67400767249ebeb4ca..1ba31b1774ff6c24441a18b9884cd5e7637510ea 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Ext: sg_jobs +# Ext: sg_jobs <img src="https://www.sgalinski.de/typo3conf/ext/project_theme/Resources/Public/Images/logo.svg" /> @@ -8,7 +8,7 @@ Repository: https://gitlab.sgalinski.de/typo3/sg_jobs Please report bugs here: https://gitlab.sgalinski.de/typo3/sg_jobs -TYPO3 version: >9.0 +TYPO3 version: >9.5 ## About @@ -19,7 +19,7 @@ This extension provides job application functionality for a TYPO3 installation. * Creating jobs, including related details like companies and contacts * Applying for the created jobs * Applications include file uploads -* Every application is saved conveniently in a CSV format, along with the +* Every application is saved conveniently in a CSV format, along with the uploaded files * Sends mail notifications when applications are submitted * Provides a JobTitleMapper for the TYPO3 9 route enhancers @@ -56,7 +56,7 @@ You can create a new job offer by clicking on the **New Job Offer** button. ## Setting the contact email When a user applies to a job offer an email will be send. The adress of this email comes either from the -**contact person** assigned to the job, ot if no contact person is set, the mail address is chosen from the selected +**contact person** assigned to the job, ot if no contact person is set, the mail address is chosen from the selected location. Simply supply the uid of the contact record and every job without a contact person will use the desired contact. @@ -66,10 +66,10 @@ Simply supply the uid of the contact record and every job without a contact pers You need to set the id of the page (or sys folder) where you store all your job offers, contacts and locations. To do this you can select the page/folder as Record Storage Page in the plugin settings. -## Job form page +## Job form page -When inserting the joblist plugin on a page, make sure to select the page which -contains the application form from +When inserting the joblist plugin on a page, make sure to select the page which +contains the application form from Plugin -> Plugin Options -> Page containing the application form ## Automated Email Messages @@ -78,7 +78,7 @@ The extension uses **sg_mail** to configure email templates. ##.htaccess -The folder which contains the applications folder should be blocked from outside +The folder which contains the applications folder should be blocked from outside access from the .htaccess file. Example: ``` @@ -134,7 +134,7 @@ This Wizard will migrate your area data into department records. Also please be aware of changes to the Fluid template regarding the area -> department migration and change the area occurences of variables in the template to department records accordingly. -This version also introduces correct exclude field configurations for the tables, so check your backend user +This version also introduces correct exclude field configurations for the tables, so check your backend user and backend usergroup permissions and adjust them accordingly. ## Migration from version 3.2 to version 3.3 @@ -146,7 +146,7 @@ this code to your routes configuration file. Furthermore go to the list module and open your jobs directory in the TYPO3 backend. Select in the fields list the path_segment field after clicking on the jobs table to expand it to the table only view. You will get an edit -icon above the path_segment title now. Click on it and generate for all of you jobs a new URL. +icon above the path_segment title now. Click on it and generate for all of you jobs a new URL. ``` SgJobApplication: @@ -194,4 +194,8 @@ icon above the path_segment title now. Click on it and generate for all of you j type: PersistedAliasMapper tableName: tx_sgjobs_domain_model_job routeFieldName: path_segment -``` \ No newline at end of file +``` + +## Version 3 to 4 changes + +- Dropped TYPO3 8 support