Resumes Plus for Recruiters

$19.00

This plugin is only for the JobRoller Theme by AppThemes.

The plugin gives additional feature for JorRoller theme recruiters (Job Listers) to select resumes & add related comments with resumes to help the resume selection for future revise.

Description

This plugin is only for the JobRoller Theme by AppThemes.

Live Demo

The plugin gives additional feature for JorRoller theme recruiters (Job Listers) to select resumes & add related comments with resumes to help the resume selection for future revise.

Significant Features:

  • Resume Selection easy way.
  • The pluin will effective only for recruiters (user type = ‘Job Lister’).
  • No else can see any thing. Only for recruiters.
  • The options to select resume and with comments on resume detail page.
  • Selected resumes list with comments added.
  • Selected resumes list tab under “My Dashboard” with title of “Selected Resumes”.
  • “Unselect” option to remove resume from selection list.
  • Shortcode for selected resumes list page.
  • Bookmark image with resume title on listing page for indication.
  • WordPress Multisite compatible
  • Compatible with JobRoller 1.7+

Addition search options with search resumes. For the search with and without selected resumes. (you have to manually add code in your theme files)

How to add Search resume settings
—————————–
–> To enable search function you need to make change(add code) in two theme files.
–> Sorry as there is not any drect action hook to controlled by plugin
so you have to manually yourself add related code in related files. TO make easy for you
we have added only one line code for two files to make it easy without any error.

–> search-resume.php
================================
repleace below code:
/*********************/
query_posts( $args );
/*********************/

with below code:
/*********************/
$args = apply_filters(‘wpw_search_selected_resumes’,$args);
query_posts( $args );

/*********************/

–> header-resume-search.php
================================
repleace below code:
/*********************/
jr_radius_dropdown();
/*********************/

with below code:
/*********************/
do_action(‘wpw_resume_search_frm’);
jr_radius_dropdown();

/*********************/

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.