Gary Pendergast
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Job Manager] Can’t download resumesAre you still seeing the same problem with 0.6-beta2? If so, could I get you to restore your test environment from a production backup (ie, with JM 0.5.4 data), then upgrade to 0.6-beta2?
Forum: Plugins
In reply to: [Plugin: Job Manager] Hierarchical categoriesNot possible at the moment, I’ll look into adding it for version 0.8. The only problem will be URLs – the current URL management system won’t handle it. (I had to do a bunch of custom URL parsing for the current layout to work nicely.)
I’ve created an issue for this here:
http://code.google.com/p/wordpress-job-manager/issues/detail?id=112Forum: Plugins
In reply to: [Plugin: Job Manager] Can’t download resumes@idope: I found a problem where download links where displaying when no file was uploaded, but I haven’t been able to reproduce any problem with uploading the files. Could you check that this isn’t what you’re running into?
Forum: Plugins
In reply to: [Plugin: Job Manager] Bug: Files cannot be uploaded if marked mandatoryThanks for the bug report, you are absolutely correct. This
ifshould be:if( 'file' == $field['type'] ) { if ( ! array_key_exists( "jobman-field-$id", $_FILES ) ) return $id; }Forum: Plugins
In reply to: [Plugin: Job Manager] Newly posted applications no longer show upThanks for the bug report. I think I have a fix for this, could you try inserting the following line in admin-application.php, line 254:
$args['post_status'] = array( 'private', 'publish' );Forum: Plugins
In reply to: [Plugin: Job Manager] Adding job entry form to frontendAllowing frontend users to post jobs is definitely on the list, I’m hoping to have it out sometime mid-late March.
I post regular updates to Twitter (http://twitter.com/garypendergast/) or major updates to my blog (http://pento.net/), if you’d like to stay updated.
Forum: Plugins
In reply to: [Plugin: Job Manager] Beta Version 0.6-1Ah, I see the problem. Thanks for the links.
css/display.css, line 49, remove:
width: 100px;
I’ll release a fix for this in the next beta.
Forum: Plugins
In reply to: [Plugin: Job Manager] IconsIcons have been moved to WP Attachments, which means they’re now being stored somewhere in wp-content/uploads (wherever WP decides to put them). What in particular isn’t working about them?
Forum: Plugins
In reply to: [Plugin: Job Manager] the rest of the Pages wont show up from DashboardI’ve unfortunately been unable to reproduce this – could I get you to upgrade your test environment to the latest 0.6 beta (current beta 1), and let me know if you’re still seeing this problem?
Forum: Plugins
In reply to: [Plugin: Job Manager] Can’t download resumesIt sounds like the upgrade didn’t function for moving uploads to WP Attachments didn’t work correctly – I’m able to see the same problem. I’ll look into it.
Unfortunately, the old resume links not working is a side effect of moving to attachments – I really do hope this will be the last change to file uploads!
Thanks for your feedback. 🙂
Forum: Plugins
In reply to: [Plugin: Job Manager] Resumes not deleting from serverAs part of the new version, I’ve changed all uploads to use WP’s attachment system. The upgrade copies the old resumes to attachments, but it doesn’t delete the old resumes. I did this just in case something went wrong. 😉
Forum: Plugins
In reply to: [Plugin: Job Manager] Beta Version 0.6-1In frontend.php, line 262, could you add the following code:
$templates[] = "index.php";Please let me know if this helps.
Forum: Plugins
In reply to: [Plugin: Job Manager] Install ProblemAre you sure you’re using WP 2.9.1? This function is defined from 2.9 – this error should only occur on 2.8.x or earlier.
Forum: Plugins
In reply to: [Plugin: Job Manager] Reinstallation of latest job-managerGood to hear. This fix will be included in version 0.6, which should be out in a week or so.
Forum: Plugins
In reply to: [Plugin: Job Manager] Reinstallation of latest job-managerUnfortunately, I can’t test Thesis, as it’s a premium theme.
Could I get you to go to jobman-display.php, line 70, and add the following line:
$wp_query->is_home = false;Please let me know if this fixes the problem.