Gary Pendergast
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Job Manager] Interview functionality???On the Application Details page for any Application, go to the Interviews box, select a date and time, then click New Interview.
Forum: Plugins
In reply to: [Plugin: Job Manager] Application Form?Just to confirm, are you trying to customize how the Application Form looks, or what fields are in the Application Form, for the applicant to fill in?
Forum: Plugins
In reply to: [Plugin: Job Manager] Shortcode for Display Start dateThis shortcode currently doesn’t exists, but I agree that it should – I’ll add it in version 0.8.
Forum: Plugins
In reply to: [Plugin: Job Manager] Timeframe for active job postingsNo, this is currently not possible, but it will be in version 0.8.
Forum: Plugins
In reply to: [Plugin: Job Manager] Application Form?In Job Manager->Settings->Displaying Settings, scroll down to the Application Form Template box. You can customize the application form there.
Please be aware that if you use this method for displaying the application form, you will have to manually update it if you add or remove Application Form Fields, it will not be automattically update.
Forum: Plugins
In reply to: [Plugin: Job Manager] Better application emailI’m not aware of anyone else having this issue, but if you’d be able to track down why it’s happening on your system, I’d certainly be happy to include a fix.
The email is created in the
jobman_email_application()function, found on line 780 offrontend-application.php.I’ll be looking at making this less ugly in version 0.8 (early July), probably with templating, the same as as individual job displays.
Forum: Plugins
In reply to: [Plugin: Job Manager] HyperlinkCould you paste in the code you’re using in the textarea block, so I can see if I can reproduce this?
Forum: Plugins
In reply to: [Plugin: Job Manager] Need help: Jot list menu in dropdownAs pauro suggested, a plugin like Multi-Level Navigation Plugin should do the trick. It is currently not possible to automatically add the categories to the menu, as they are not sub-pages of the Jobs Listing page.
I’ll be looking at creating a workaround for this in a future version, but for now, you need to use a plugin or theme that will let you manually configure the menu.
Forum: Plugins
In reply to: [Plugin: Job Manager] Need help: job list in homepageThe following PHP should display the jobs list:
$posts = jobman_display_jobs_list( 'all' ); echo $posts[0]->post_content;Forum: Plugins
In reply to: [Plugin: Job Manager] Need help: job list in homepageYou can select the Jobs Listing page as the Front Page (under General->Reading).
Currently there are no shortcodes to display the job list wherever you want in any page, I’ll be adding that in a future version.
Forum: Plugins
In reply to: [Plugin: Job Manager] widget: categories dropdownAh, I see the problem. I’ll release 0.7.3 mid next week, with a fix for this – please just disable the category widget until then.
Forum: Plugins
In reply to: [Plugin: Job Manager] Application submissions not being sent/receivedThis is a bit strange – Job Manager uses the same function to send mail as the WordPress emails.
Do you have access to your mail server log file? if so, could you see if there’s anything in there related to Job Manager? Also, if possible, could you check your Apache error_log as well?
Forum: Plugins
In reply to: [Plugin: Job Manager] widget: categories dropdownI’m unable to reproduce this bug. Could I get you to send me a link to your site, so I can see it there?
Forum: Plugins
In reply to: [Plugin: Job Manager] Application submissions not being sent/receivedThe WP Mail SMTP plugin says that it works with other plugins that use the
wp_mailfunction for sending mail, which Job Manager does, so it should work fine.Forum: Plugins
In reply to: [Plugin: Job Manager] Application submissions not being sent/receivedSounds like a mail server problem, then. Let me know how it goes, and if you’re still having issues with Job Manager after you sort that out.