New to Translating WordPress? Read through our Translator Handbook to get started. Hide

Translation of Development Readme (trunk): Hebrew

Filter ↓ Sort ↓ All (155) Translated (0) Untranslated (155) Waiting (0) Fuzzy (0) Warnings (0)
1 2 3 11
Prio Original string Translation
Plugin to pull a job board from greenhouse.io via their API.
Priority: high
You have to log in to add a translation. Details

Original untranslated

Plugin to pull a job board from greenhouse.io via their API.
Comment

Short description.

You have to log in to edit this translation.

Meta

Status:
untranslated
Priority of the original:
high
Yes, there is a php filter in place for after the job title on the full job listing template. It is called: <code>ghjb_single_job_template_after_title</code>. Place a function with this name into your theme functions file or your theme plugin php and you may add content following the title of each job. Note that this refers to the full job display and not the job list display. Here's a simple example usage: add_action('ghjb_single_job_template_after_title', 'add_note_to_single_job_template', 10, 1); You have to log in to add a translation. Details

Original untranslated

Yes, there is a php filter in place for after the job title on the full job listing template. It is called: <code>ghjb_single_job_template_after_title</code>. Place a function with this name into your theme functions file or your theme plugin php and you may add content following the title of each job. Note that this refers to the full job display and not the job list display. Here's a simple example usage: add_action('ghjb_single_job_template_after_title', 'add_note_to_single_job_template', 10, 1);
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Meta

Status:
untranslated
Priority of the original:
normal
Roadmap You have to log in to add a translation. Details

Original untranslated

Roadmap
Comment

Found in description paragraph.

You have to log in to edit this translation.

Meta

Status:
untranslated
Priority of the original:
normal
Templating for your own layout You have to log in to add a translation. Details

Original untranslated

Templating for your own layout
Comment

Found in description list item.

You have to log in to edit this translation.

Meta

Status:
untranslated
Priority of the original:
normal
Widget You have to log in to add a translation. Details

Original untranslated

Widget
Comment

Found in description list item.

You have to log in to edit this translation.

Meta

Status:
untranslated
Priority of the original:
normal
Cleaner, smarter interface You have to log in to add a translation. Details

Original untranslated

Cleaner, smarter interface
Comment

Found in description list item.

You have to log in to edit this translation.

Meta

Status:
untranslated
Priority of the original:
normal
Add filter hooks for customizing output You have to log in to add a translation. Details

Original untranslated

Add filter hooks for customizing output
Comment

Found in description list item.

You have to log in to edit this translation.

Meta

Status:
untranslated
Priority of the original:
normal
Coming Soon You have to log in to add a translation. Details

Original untranslated

Coming Soon
Comment

Found in description header.

You have to log in to edit this translation.

Meta

Status:
untranslated
Priority of the original:
normal
There is a javascript hook you can add to your theme code that will work here. The function is <code>ghjb_after_thanks</code> and is called after the thank you message is processed and displayed on the page. You have to log in to add a translation. Details

Original untranslated

There is a javascript hook you can add to your theme code that will work here. The function is <code>ghjb_after_thanks</code> and is called after the thank you message is processed and displayed on the page.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Meta

Status:
untranslated
Priority of the original:
normal
You can customize the inline forms, but not the iframe forms. There is a hook available for use via javascript to filter the fields on inline forms called <code>ghjb_questions_filter</code>. Call it in your theme or plugin javascript. It will receive as parameter the array of questions as returned by the greenhouse api for each job and your filter must return a similarly formatted array of questions, but you may rearrange the fields or change labels field types, etc. Here's an example use that customizes some fields: function ghjb_questions_filter( questions ) { You have to log in to add a translation. Details

Original untranslated

You can customize the inline forms, but not the iframe forms. There is a hook available for use via javascript to filter the fields on inline forms called <code>ghjb_questions_filter</code>. Call it in your theme or plugin javascript. It will receive as parameter the array of questions as returned by the greenhouse api for each job and your filter must return a similarly formatted array of questions, but you may rearrange the fields or change labels field types, etc. Here's an example use that customizes some fields: function ghjb_questions_filter( questions ) {
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Meta

Status:
untranslated
Priority of the original:
normal
You can add your own content or edit the job excerpt on the job board via a javascript hook. This works much in the same way as a <a href="http://codex.wordpress.org/Plugin_API/Hooks">WordPress hook</a>, but it's javascript based rather than php. Simply add a javascript function to your site named: <code>ghjb_excerpt_filter</code> and it will automatically be called and executed as the plugin creates the job board list. Here's an example use to trim the excerpt to 100 characters and add an ellipsis.: //greenhouse job board plugin js filters function ghjb_excerpt_filter(content) { You have to log in to add a translation. Details

Original untranslated

You can add your own content or edit the job excerpt on the job board via a javascript hook. This works much in the same way as a <a href="http://codex.wordpress.org/Plugin_API/Hooks">WordPress hook</a>, but it's javascript based rather than php. Simply add a javascript function to your site named: <code>ghjb_excerpt_filter</code> and it will automatically be called and executed as the plugin creates the job board list. Here's an example use to trim the excerpt to 100 characters and add an ellipsis.: //greenhouse job board plugin js filters function ghjb_excerpt_filter(content) {
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Meta

Status:
untranslated
Priority of the original:
normal
This plugin connects to Greenhouse to retreive data and saves it locally in your WordPress database for a while so your site will load faster and not have to wait for Greenhouse API everytime your job board loads. Go to the settings page and check your cache expiration setting to see how long this temporary or transient data will be stored locally, and also notice the checkbox option to clear the cache. To force fresh data to your site, check this box and save changes. You have to log in to add a translation. Details

Original untranslated

This plugin connects to Greenhouse to retreive data and saves it locally in your WordPress database for a while so your site will load faster and not have to wait for Greenhouse API everytime your job board loads. Go to the settings page and check your cache expiration setting to see how long this temporary or transient data will be stored locally, and also notice the checkbox option to clear the cache. To force fresh data to your site, check this box and save changes.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Meta

Status:
untranslated
Priority of the original:
normal
Yes, you can add your own custom CSS on the plugin options page. You have to log in to add a translation. Details

Original untranslated

Yes, you can add your own custom CSS on the plugin options page.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Meta

Status:
untranslated
Priority of the original:
normal
If you desire inline forms rather than iframe forms, to submit applications to the greenhouse API the web server must support cURL since it is used for the proxy data submission as to not expose your API key to the public. You have to log in to add a translation. Details

Original untranslated

If you desire inline forms rather than iframe forms, to submit applications to the greenhouse API the web server must support cURL since it is used for the proxy data submission as to not expose your API key to the public.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Meta

Status:
untranslated
Priority of the original:
normal
Yes, this plugin requires that you have a greenhouse.io account. You will need to enter your url token as well as your API key. You have to log in to add a translation. Details

Original untranslated

Yes, this plugin requires that you have a greenhouse.io account. You will need to enter your url token as well as your API key.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Meta

Status:
untranslated
Priority of the original:
normal
Legend:
Current
Waiting
Rejected
Fuzzy
Old
With warnings
1 2 3 11

Export as