3.5.1 Settings > General
Page Settings
- Login Page: using shortcode
[iwj_login pre_text=""]
- Register Page: using shortcode
[iwj_register]
- Lost Password Page: using shortcode
[iwj_lostpassword]
- Lost Password Page: using shortcode
[iwj_lostpassword]
- Dashboard Page: using shortcode
[iwj_dashboard]
- Jobs Page: using shortcode
[iwj_jobs]
- Employers Page: using shortcode
[iwj_employers]
- Candidates Page: using shortcode
[iwj_candidates]
3.5.2 Settings > Job Settings
3.5.3 Settings > Display Settings
3.5.4 Settings > Price Settings
3.5.5 Settings > Email Settings
- New Register:
- Subject:
New Registration
- Heading:
New Registration
- Content:
- Subject:
Varibles: $user [object IWJ_User], $user_id [integer], $auto_generate_password [boolean], $user_password [string], $user_login [string], $dashboard_url [string
- Reset Password:
- Subject:
Reset Password Request
- Heading:
Reset Password
- Content:
- Subject:
- Varibles: $user [object IWJ_User], $user_login [string], $resetpass_url [string]
- New Job: This email will be send to Follower
- Subject: New Job From {$author_name}
- Heading: New Job From {$author_name}
- Content:
- Varibles: $job [object IWJ_Job], $author [object IWJ_User], $author_name [string], $follower [object IWJ_User], $follower_name [string]
- Review Job[Admin]:
- Subject: Review Job
- Heading: Review Job
- Content:
- Varibles: $job [object IWJ_Job], $job_title [string], $is_child_job [boolean], $parent_job [object IWJ_Job], $author [object IWJ_User], $author_name [string]
- Approved Job:
- Subject: Approved Job {$job_title}
- Heading: Your Job has been approved!
- Content:
- Varibles: $job [object IWJ_Job], $job_title [string], $is_child_job [boolean], $parent_job [object IWJ_Job], $author [object IWJ_User], $author_name [string]
- Rejected Job:
- Subject: Rejected Job {$job_title}
- Heading: Your job has been rejected!
- Content:
- Varibles: $job [object IWJ_Job], $job_title [string], $is_child_job [boolean], $parent_job [object IWJ_Job], $author [object IWJ_User], $author_name [string], $reason [string]
- Alert Jobs:
- Subject: Hi {$display_name}, {$total_jobs} new jobs for {$position} position is available
- Heading: {$total_jobs} new jobs for {$position}
- Content:
- Varibles: $jobs [Array IWJ_Job Objects], $total_jobs [int], $user [object IWJ_User], $display_name [string], $alert [object IWJ_Alert]
- Review Profile[Admin]:
- Subject: Review Profile
- Heading: Review Profile
- Content:
- Varibles: $profile [object IWJ_Candidate OR IWJ_Employer], $profile_author [object IWJ_User], $profile_admin_url [string], $author_name [string]
- Approved Profile:
- Subject: Approved Profile
- Heading: Your profile has been approved
- Content:
- Varibles: $profile [object IWJ_Candidate OR IWJ_Employer], $profile_author [object IWJ_User], $profile_edit_url [string], $author_name [string], $reason [string]
- Rejected Profile:
- Subject: Rejected Profile
- Heading: Your profile has been rejected
- Content:
- Varibles: $profile [object IWJ_Candidate OR IWJ_Employer], $profile_author [object IWJ_User], $dashboard_url [string], $author_name [string]
- New Order[Admin]:
- Subject: New Order
- Heading: New Order
- Content:
- Varibles: $order_number [int], $order_date [string], $order [object IWJ_Order], $order_status [string], $order_pay_url [string], $order_admin_url [string], $order_type [int], $order_type_title [string], $author [object IWJ_User], , $author_name [string]
- Hold Order:
- Subject: Order #{$order_number} is on hold
- Heading: Thank you for ordering!
- Content:
- Varibles: $order_number [int], $order_date [string], $order [object IWJ_Order], $order_status [string], $order_type [int], $order_type_title [string], $author [object IWJ_User], , $author_name [string]
- Completed Order:
- Subject: Order #{$order_number} has been completed
- Heading: Thank you for ordering!
- Content:
- Varibles: $order_number [int], $order_date [string], $order [object IWJ_Order], $order_status [string], $order_type [int], $order_type_title [string], $author [object IWJ_User], , $author_name [string]
- Customer Note:
- Subject: {$site_title} Notification for #{$order_number}
- Heading: Greetings from Job Team!
- Content:
- Varibles: $order_number [int], $order_date [string], $order [object IWJ_Order], $order_status [string], $order_pay_url [string], $order_type [int], $order_type_title [string], $author [object IWJ_User], , $author_name [string]
- Customer Invoice:
- Subject: Invoice For Order #{$order_number} from {$order_date} on {$site_title}
- Heading: Invoice For Order #{$order_number}
- Subject (Paid): Invoice For Order #{$order_number} from {$order_date} on {$site_title}
- Heading (Paid): Invoice For Order #{$order_number}
- Content:
- Varibles: $order_number [int], $order_date [string], $order [object IWJ_Order], $order_status [string], $order_pay_url [string], $order_type [int], $order_type_title [string], $author [object IWJ_User], , $author_name [string]
- New Application[Applier]:
- Subject: You have been applied for {$job_title} at {$job_author_name}
- Heading: Thank you for your application
- Content:
- Varibles: $job [object IWJ_Job], $job_title [string], $job_url [string], $job_author [object IWJ_User], $job_author_name [string], $applier [object IWJ_User], $applier_name [string], $applier_email [string], , $application [object IWJ_Application]
- New Application[Employer]
- Subject: New application for {$job_title}
- Heading: New application
- Content:Dear {$applier_name},
Your application has been sent to {$job_author_name}. The employer will consider and contact to you as soon as possible if your abilities match their requirement.Your detailed application:=================================================
Fullname : {$application->get_full_name()}
Email : {$application->get_email()}
{assign var="cv" value=$application->get_cv()}
Candidate CV : {if isset($cv)}<a href="{$cv['url']}">Download full CV</a>{/if}
{assign var="fields" value=IWJ_Application::get_form_fields()}
{assign var="core_fields" value=IWJ_Application::get_core_fields()}
{foreach from=$fields key=k item=field}
{if !in_array($k, $core_fields)}
$field['name']} : {$application->get_field_value($field)}
{/if}
{/foreach}
Candidate Message :
{$application->get_message()}
=================================================Thank you!
Job team - Varibles: $job [object IWJ_Job], $job_title [string], $job_url [string], $job_author [object IWJ_User], $job_author_name [string], $applier [object IWJ_User], $applier_name [string], $applier_email [string], , $application [object IWJ_Application]
- Application: Will be sent to applier when employer accept or reject an application.
- Subject: {$subject}
- Heading: Email From {from_name}
- Content:
- Varibles: $application [object IWJ_Application], $job [object IWJ_Job], $job_author [object IWJ_Author], $applier [object IWJ_User], $applier_name [string], $applier_email [string]
- Default Accepted application Subject: Congratulations! Your resume has passed our application round
- Default Accepted application Content:Hi #applier_name#,Lacinia fusce nam nibh diam rhoncus sodales, vestibulum blandit viverra facilisis velit, ante auctor sociis et ornare. Sociis condimentum massa suscipit nisl parturient platea hac, in iaculis congue nec ridiculus mus, himenaeos consequat vulputate lacus velit natoque. Eleifend euismod interdum sem imperdiet consequat tristique augue per condimentum nam platea feugiat cum, parturient ligula enim ullamcorper vivamus commodo purus.Best Regard,
Job inc. - Varibles: #applier_name#, #applier_email#
- Default Rejected application Subject: Unfortunately! Your resume didn’t passed our application round
- Default Accepted application Content:Hi #applier_name#,Lacinia fusce nam nibh diam rhoncus sodales, vestibulum blandit viverra facilisis velit, ante auctor sociis et ornare. Sociis condimentum massa suscipit nisl parturient platea hac, in iaculis congue nec ridiculus mus, himenaeos consequat vulputate lacus velit natoque. Eleifend euismod interdum sem imperdiet consequat tristique augue per condimentum nam platea feugiat cum, parturient ligula enim ullamcorper vivamus commodo purus.Best Regard,
Job inc.
- Contact Email: Will be send when user contact employer, candidate or applier.
- Subject: {$subject}
- Heading: Contact From {$from_name}
- Content: {$message}
- Varibles: $subject [string], $message [string], $user [object IWJ_User], $item_id [int], $author [object IWJ_User], $from_name [string], $from_email [string], $to_name [string], $to_email [string]
3.5.6 Settings >
Apply Methods
3.5.7 Settings > Social Logins
We provide four social login methods: Facebook, Google, Twitter and LinkedIn