Changeset 3075393
- Timestamp:
- 04/23/2024 05:59:36 AM (2 years ago)
- Location:
- jobsearch
- Files:
-
- 2 edited
-
readme.txt (modified) (9 diffs)
-
trunk/readme.txt (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
jobsearch/readme.txt
r3074972 r3075393 1 1 === Tamago-DB Job board === 2 2 Contributors: Tamago-DB 3 Tags: job-board,recruiting, api,job-search,job,recruitment,recruit,job,tamago,tamago-db,3 Tags: job-board,recruiting,job,recruitment,ats 4 4 Requires at least: 4.9 5 5 Tested up to: 6.5.2 … … 10 10 == Description == 11 11 12 Tamago-DB Job Board integrates directly into the Tamago-DB ATS platform, enabling recruitment companies to create their own website job-board. 13 14 The Tamago-DB Job-board WP plugin comes with a number of highly customizable templates that allow integration into the look and feel of the website. 12 The Tamago-DB Job Board WP Plugin integrates directly into the Tamago-DB ATS platform, enabling recruitment companies to create their own website job-board. It comes with a number of highly customizable templates that allow integration into the look and feel of the website. 15 13 16 14 It's compatible with Google for Jobs, English and Japanese language optimised and only available to Tamago-DB users. … … 19 17 20 18 == Installation == 19 21 20 1. Upload the plugin files to the '/wp-content/plugins/wp-job-board' directory, or install the plugin through the WordPress plugins screen directly. 22 21 2. Activate the plugin through the 'Plugins' screen in WordPress … … 26 25 27 26 [jobsearch_form] - [tdb_job_board_form] / Include search and list 27 28 28 Parameters: 29 29 30 jobLanguage: filter jobs on the selected language 30 31 url: add this parameter if you use this shortcode on another page than the main job list page. The URL should be the URL of the job list page. … … 35 36 36 37 [jobsearch_apply] - [tdb_job_board_apply] / Apply for candidate 38 37 39 Parameters: 40 38 41 redirect-link: redirect to a different page after submitting the registration form 39 42 api: if you set up multiple APIs on the admin panel, specify the API number you want to use (by default it will be the first one) 40 43 41 44 [jobsearch_last_job] - [tdb_job_board_last_job] / Widget who shown latest published jobs 45 42 46 Parameters: 47 43 48 url: add this parameter if you use this shortcode on another page than the main job list page. The URL should be the URL of the job list page. 44 49 api: if you set up multiple APIs on the admin panel, specify the API number you want to use (by default it will be the first one) 45 50 46 51 [jobsearch_category] - [tdb_job_board_category] / Widget who shown some specific jobs on category from Tamago-db 52 47 53 Parameters: 54 48 55 url: add this parameter if you use this shortcode on another page than the main job list page. The URL should be the URL of the job list page. 49 56 api: if you set up multiple APIs on the admin panel, specify the API number you want to use (by default it will be the first one) 50 57 51 58 [jobsearch_tag] - [tdb_job_board_tag] / Widget who shown some specific jobs on tag from Tamago-db 59 52 60 Parameters: 61 53 62 url: add this parameter if you use this shortcode on another page than the main job list page. The URL should be the URL of the job list page. 54 63 tag: tag ID … … 57 66 58 67 [tdb_search_form] / Search form 68 59 69 Parameters: 70 60 71 jobLanguage: filter on the language of the job 61 72 url: add this parameter if you use this shortcode on another page than the main job list page. The URL should be the URL of the job list page. … … 63 74 64 75 [tdb_list_form] / List form 76 65 77 Parameters: 78 66 79 jobLanguage: filter on the language of the job 67 80 company: ID of the company jobs will be listed. … … 72 85 73 86 [jobsearch_featured] - [tdb_job_board_featured] / List featured jobs from a given Company ID 87 74 88 Parameters: 89 75 90 company: ID of the company jobs will be listed. 76 91 url: add this parameter if you use this shortcode on another page than the main job list page. The URL should be the URL of the job list page. … … 78 93 79 94 [jobsearch_apply_btn] - [tdb_job_board_apply_btn] / Create a button who redirect to the apply pages and get the current page title 95 96 Parameters: 97 80 98 url: add this parameter to go to the apply/register page 81 99 82 100 == Screenshots == 101 83 102 1. Job list and search form 84 2. Job list and search form withanother template103 2. Job list using another template 85 104 3. Job detail -
jobsearch/trunk/readme.txt
r3074972 r3075393 1 1 === Tamago-DB Job board === 2 2 Contributors: Tamago-DB 3 Tags: job-board,recruiting, api,job-search,job,recruitment,recruit,job,tamago,tamago-db,3 Tags: job-board,recruiting,job,recruitment,ats 4 4 Requires at least: 4.9 5 5 Tested up to: 6.5.2 … … 10 10 == Description == 11 11 12 Tamago-DB Job Board integrates directly into the Tamago-DB ATS platform, enabling recruitment companies to create their own website job-board. 13 14 The Tamago-DB Job-board WP plugin comes with a number of highly customizable templates that allow integration into the look and feel of the website. 12 The Tamago-DB Job Board WP Plugin integrates directly into the Tamago-DB ATS platform, enabling recruitment companies to create their own website job-board. It comes with a number of highly customizable templates that allow integration into the look and feel of the website. 15 13 16 14 It's compatible with Google for Jobs, English and Japanese language optimised and only available to Tamago-DB users. … … 19 17 20 18 == Installation == 19 21 20 1. Upload the plugin files to the '/wp-content/plugins/wp-job-board' directory, or install the plugin through the WordPress plugins screen directly. 22 21 2. Activate the plugin through the 'Plugins' screen in WordPress … … 26 25 27 26 [jobsearch_form] - [tdb_job_board_form] / Include search and list 27 28 28 Parameters: 29 29 30 jobLanguage: filter jobs on the selected language 30 31 url: add this parameter if you use this shortcode on another page than the main job list page. The URL should be the URL of the job list page. … … 35 36 36 37 [jobsearch_apply] - [tdb_job_board_apply] / Apply for candidate 38 37 39 Parameters: 40 38 41 redirect-link: redirect to a different page after submitting the registration form 39 42 api: if you set up multiple APIs on the admin panel, specify the API number you want to use (by default it will be the first one) 40 43 41 44 [jobsearch_last_job] - [tdb_job_board_last_job] / Widget who shown latest published jobs 45 42 46 Parameters: 47 43 48 url: add this parameter if you use this shortcode on another page than the main job list page. The URL should be the URL of the job list page. 44 49 api: if you set up multiple APIs on the admin panel, specify the API number you want to use (by default it will be the first one) 45 50 46 51 [jobsearch_category] - [tdb_job_board_category] / Widget who shown some specific jobs on category from Tamago-db 52 47 53 Parameters: 54 48 55 url: add this parameter if you use this shortcode on another page than the main job list page. The URL should be the URL of the job list page. 49 56 api: if you set up multiple APIs on the admin panel, specify the API number you want to use (by default it will be the first one) 50 57 51 58 [jobsearch_tag] - [tdb_job_board_tag] / Widget who shown some specific jobs on tag from Tamago-db 59 52 60 Parameters: 61 53 62 url: add this parameter if you use this shortcode on another page than the main job list page. The URL should be the URL of the job list page. 54 63 tag: tag ID … … 57 66 58 67 [tdb_search_form] / Search form 68 59 69 Parameters: 70 60 71 jobLanguage: filter on the language of the job 61 72 url: add this parameter if you use this shortcode on another page than the main job list page. The URL should be the URL of the job list page. … … 63 74 64 75 [tdb_list_form] / List form 76 65 77 Parameters: 78 66 79 jobLanguage: filter on the language of the job 67 80 company: ID of the company jobs will be listed. … … 72 85 73 86 [jobsearch_featured] - [tdb_job_board_featured] / List featured jobs from a given Company ID 87 74 88 Parameters: 89 75 90 company: ID of the company jobs will be listed. 76 91 url: add this parameter if you use this shortcode on another page than the main job list page. The URL should be the URL of the job list page. … … 78 93 79 94 [jobsearch_apply_btn] - [tdb_job_board_apply_btn] / Create a button who redirect to the apply pages and get the current page title 95 96 Parameters: 97 80 98 url: add this parameter to go to the apply/register page 81 99 82 100 == Screenshots == 101 83 102 1. Job list and search form 84 2. Job list and search form withanother template103 2. Job list using another template 85 104 3. Job detail
Note: See TracChangeset
for help on using the changeset viewer.