Gary Pendergast
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Job Manager] Can’t download resumes@idope If you’re still having problems with uploading some files, I’ve found the solution.
In your WPMU admin, go to Site Admin->Options. Update the “Upload File Types” option to include the various extensions (doc, docx, pdf, odt) that people are likely to upload their resume with.
I’ll include a warning in version 0.7 about this, so other WPMU users aren’t caught out.
Forum: Plugins
In reply to: [Plugin: Job Manager] FILE UPLOAD IN JOB FORM SETTINGS@dax316 I’ll fix these ones up for 0.6.3 – though I’ll release it tomorrow. (I don’t like to make releases when I don’t have several hours to hang around and make sure there aren’t any critical bugs caused by the new release.)
Forum: Plugins
In reply to: [Plugin: Job Manager] FILE UPLOAD IN JOB FORM SETTINGSAh, I understand. I like this idea, I was trying to think of a good way to balance pre-filling in information vs. customising applications for different jobs.
I’ll look at adding an option to the Application Form Settings, so some of the form elements can be marked as “pre-fill”, so an applicant can fill in their bio, and have those fields automatically filled in when they apply.
Forum: Plugins
In reply to: [Plugin: Job Manager] FILE UPLOAD IN JOB FORM SETTINGS@dax316 0.6.2 is out, with the fix for your bug in it.
@jakobwa Just checking, are you asking if it’s possible to have common fields across all application forms? If you don’t set a category on a field, it will be displayed on the application form for all categories.
Also, it sounds like both of you are doing some complex stuff with JM, which is cool. 🙂 Let me know what you come up with!
Forum: Plugins
In reply to: [Plugin: Job Manager] FILE UPLOAD IN JOB FORM SETTINGSThanks for the bug report! I’ll release a fix for this in 0.6.2.
Forum: Plugins
In reply to: [Plugin: Job Manager] FILE UPLOAD IN JOB FORM SETTINGSThanks for letting me know about these warnings, I’ll fix them for 0.6.2.
Just to check, in your Application Form Settings, do you have any fields that are marked as a “Mandatory field”?
The user currently can’t see what they’ve applied for, I’m looking at ways to extend the user frontend beyond the basic registration that exists at the moment, this is something I’m considering.
Forum: Plugins
In reply to: [Plugin: Job Manager] FILE UPLOAD IN JOB FORM SETTINGS0.6.1 is out, which fixes this bug.
Forum: Plugins
In reply to: [Plugin: Job Manager] FILE UPLOAD IN JOB FORM SETTINGSThanks for the bug report! I’ve been able to reproduce this issue, I’ll fix it up and release a fix ASAP!
Forum: Plugins
In reply to: [Plugin: Job Manager] Change Job URLIt uses a custom post type, so it doesn’t show up on the post edit screen – hence the wait for WP3, when custom post types get to use the post edit screen, too.
Forum: Plugins
In reply to: [Plugin: Job Manager] Change Job URLThis is not possible at the moment – it simply uses WP’s built in unique URL generator.
It will be possible to change the URL when WordPress 3.0 is released, I’m planning on updating Job Manager to use the same interface as editing Pages/Posts, when you edit Jobs.
In the mean time, you can edit the URL manually using the following query in your WordPress database (after taking a backup, of course):
UPDATE wp_posts SET post_name='117-administrator' WHERE ID=117 LIMIT 1;Forum: Plugins
In reply to: Job Manager Page TemplateI certainly appreciate any donations you’d like to contribute. I have a few donation methods listed here.
Good luck with creating your site! Don’t hesitate to contact me if you have any further questions.
Forum: Plugins
In reply to: Job Manager Page TemplateIf left blank, it should become active immediately – I’ll have a look at the logic for this, and release a fix in the next version. In the mean time, the work around is pretty easy, just remember to set the Display Start Date when you save a new job.
Thanks for your help in tracking this down! 🙂
Forum: Plugins
In reply to: Job Manager Page TemplateCould I get you to change that to a date in the past?
Forum: Plugins
In reply to: Job Manager Page TemplateIt’s unlikely any of those plugins would be causing problems.
Another thing that occurred to me, could I get you to go edit the job “test2”, and tell me what the “Display Start Date” is set to?
Forum: Plugins
In reply to: Job Manager Page TemplateCaching plugins use various methods to try and reduce the load your website causes on your host – so your website can allow more visitors at once.
Could I get you to go to your plugins list, and give me a list of all the active plugins you have?
No hate involved – I’d like to get to the bottom of this as much as you. 🙂