Gary Pendergast
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Job Manager] Jobs per page issueThanks for the bug report, I found the problem – if no sort order is selected, this will occur. I’ll release a fix for this in 0.7.14.
In the mean time, you can work around this by opening your wp-admin, and going to Job Manger->Settings->Display Settings, and in the Job List Sorting box, explicitly set Sort Order.
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] Job Form SettingIt seems that they’ve switched to using WP Job Board – unfortunately, I don’t know the reason for that.
Resume display is currently not possible with Job Manager – I’m planning on implementing this for version 0.9.
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] Job Form SettingI do have a few sample sites listed here:
http://pento.net/projects/wordpress-job-manager-plugin/This isn’t ideal of course – I’m pondering better methods for users to see and test different layouts for the templates.
Forum: Plugins
In reply to: [Plugin: Job Manager] Email AttachmentsUnfortunately, 0.8 has been significantly delayed due to other commitments. I don’t have a release date for it at the moment, though I am still doing bug fix release for 0.7. 🙂
I actually have a Hebrew translation nearly finished – please email me at gary@pento.net, I can create an account if you’d like to help finish it off! 🙂
Forum: Plugins
In reply to: [Job Manager] Job Manager public access to resumes not goodGlad I could help, and great to hear that you’re liking it! 🙂
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] Conditional TagsUnfortunately, there isn’t a nice shortcut like you’re suggesting to do this. Job Manager treats each job as being separate.
If you want to have it as one job, perhaps you could have this information in the description, then add a dropdown to the application form with the groupa category set (so it only appears for jobs in the groupa category). The applicant can then use the dropdown to select which duration they want to apply for.
Forum: Plugins
In reply to: [Job Manager] Job Manager public access to resumes not goodWith regards to removing the link from the email, you can do so by opening
frontend-application.php, and removing line 941:$msg .= $field['label'] . ': ' . wp_get_attachment_url( $appdata["data$id"] ) . PHP_EOL;Forum: Plugins
In reply to: [Job Manager] Job Manager public access to resumes not goodHere’s a solution that someone found:
Note that this will block *all* direct links to items in your uploads directory, and may break Save As in IE.
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] Display all fields in emailThere currently isn’t an option for this. You can change Job Manager to do this, but you will have to re-apply this fix with each upgrade.
In
frontend-application.php, on line 923, change:continue;to:
{ $msg .= $field['label'] . ': N/A' . PHP_EOL; continue; }Forum: Plugins
In reply to: [Job Manager] Job Manager public access to resumes not goodWell, this is a fun problem – I thought WordPress protected these files, but evidently not.
I’ll have to think about this some more, as it uses WordPress’ Media manager, which doesn’t seem to have a ‘private’ option for files.
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] Job Listing Page Not Showing CorrectlyThanks for the bug report! I assume you’re just referring to the style not loading correctly? I’ve found the problem with this and fixed it, the fix will be in the next release.
Forum: Plugins
In reply to: [Plugin: Job Manager] Submit jobsStill due for version 0.8, it’s just that 0.8 had to be pushed back a long way – some other projects took precedence. I don’t have a date for this at the moment.
Forum: Plugins
In reply to: [Plugin: Job Manager] New Installation – /jobs page not workingNothing, unfortunately. The Gravity Forms people were going to be looking into it, but never got back to me.
I’ll follow up with them again, see where they’re at.
Not sure what’s going on here. Could you send me the following:
– WordPress version
– What theme you’re using
– A list of all plugins you have activated