Job Board – remove salary?

Ticket for: Job Board Manager
0
Job Board - remove salary? 1
Jim Lord
Aug 21, 2019 09:32 PM 1 Answers
Member Since Aug 2019
Subscribed Subscribe Not subscribe
Flag(0)

Is there a way to further customize what is asked on the job submission? We don't want salary to be a required field, but it's also not necessarily "negotiable".

2 Subscribers
Job Board - remove salary? 1
Job Board - remove salary? 3
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
Job Board - remove salary? 4
PickPlugins
Aug 21, 2019
Flag(0)

Welcome to our forum.

Hi, each input fields hooked to each different functions, you can remove each function to remove input field.

Like you can add following code to remove "Salary type" input field. by default salary fixed, max and min input fields are hidden.

function remove_job_board_job_submit_input_actions(){

    remove_action('job_bm_job_submit_form', 'job_bm_job_submit_form_salary_type', 30);
}

add_action('job_bm_job_submit_form','remove_job_board_job_submit_input_actions', 2);

you can check following file to see more hooked functions for other input fields.

job-board-manager\templates\job-submit\job-submit-hook.php

 

Job Board - remove salary? 5
bmumar92
- Jul 01, 2021 05:19 PM
Flag (0)
0

Hi below code is not working

function remove_job_board_job_submit_input_actions(){

remove_action(‘job_bm_job_submit_form’, ‘job_bm_job_submit_form_salary_type’, 30);
}

add_action(‘job_bm_job_submit_form’,’remove_job_board_job_submit_input_actions’, 2);

please help

Job Board - remove salary? 6
Jim Lord
- Aug 22, 2019 09:48 PM
Flag (0)
0

The Extend file works perfectly, thank you!

Job Board - remove salary? 7
PickPlugins
- Aug 22, 2019 08:53 PM
Flag (0)
0

HI, you can add these code to your theme functions.php file if your theme doesn't get auto-update. otherwise, you can create a dummy add-on for this purpose. i can help you on this issue. please see here i have created a dummy add-on for you, you can edit functions-main.php file to add your code. download and install as a plugin.
https://github.com/pickplugins/job-board-manager-extend

I would like to request you before purchasing any add-on for job board manager, please inform me, i am re-writing all the addon and updating. last few weeks i have updated and re-written 4 more add-ons. i am also re-write others addon.

4+ more comments. Sign in to Reply
Replying as Submit