olafnekeman
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] default category for different usersI tried this but it doesn’t work.
`case ‘job_category’:
if (current_user_on_level($level_particulier)) {
$field[‘value’]=’Klussen’;
} elseif(current_user_on_level($level_zakelijk)) {
$field[‘value’]=’Vacatures’;
} else {
$field[‘value’]=’Vacatures’;
};`
Do you have other thoughts on this issue?Forum: Plugins
In reply to: [WP Job Manager] multiple job formsthank you for your response.
One last question: Where do I put this?
Forum: Plugins
In reply to: [WP Job Manager] multiple job formsmy site is for two different types of employers so it would be nice to have different forms for the employers.
What I’m trying to do now is:
create a second template file called ‘job-submit2’ in my theme folder and show that template through a new shortcode. In the template file I’ll make the modifications to the form.
is that the right way to go?Forum: Plugins
In reply to: [WP Job Manager] buddypress integration with company fieldswhat I’m trying to do is to prepopulate some fields in the job submission form. I thought I could do it with this code but it didn’t. do you have a thought on this? what function I should hook into?
Forum: Plugins
In reply to: [WP Job Manager] buddypress integration with company fieldsyeah… that’s the part where I’m having trouble. I’m not an experienced developer. Can you help on that part?
Forum: Plugins
In reply to: [WP Job Manager] Buddypress integration – issue deleting jobs+1 from me
really like the idea!