Gary Pendergast
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Job Manager] job project manager?In version 0.8 (due out sometime in June), this will be possible. I’m planning on adding support for allowing anyone to submit jobs, see applicants for only their own jobs, etc. You would simply have to replace references to “Jobs” with “Projects” in the templates.
You can see the Roadmap for 0.8 here:
http://code.google.com/p/wordpress-job-manager/wiki/RoadmapFeel free to add any comments you have to the issues listed there.
Forum: Plugins
In reply to: [Plugin: Job Manager] WPML CompatibilityNice, thanks for the info. Adding translations is on my ever-growing TODO list, I’ll checkout integrating WPML support.
Forum: Plugins
In reply to: [Plugin: Job Manager] Change the URL path in settingsYes, you can do this!
If you go to your Pages list in wp-admin, you’ll see a page called “Job Listing”. All you need to do is change the parent page of the Job Listing page, same as you would with any other page.
Forum: Plugins
In reply to: [Plugin: Job Manager] upgradeNope, they are kept during upgrade.
Forum: Plugins
In reply to: [Plugin: Job Manager] WPML CompatibilityThere are currently translations for German, French and Dutch included with Job Manager, so these languages should switch normally when you switch languages on your site.
It currently doesn’t support posting jobs in multiple languages, I’ll be looking at this for future versions.
Forum: Plugins
In reply to: [Plugin: Job Manager] Individual Job Template not workingIt’s not immediately obvious what’s going on here. Would it be possible for me to remotely login to debug this? If so, please email me at gary@pento.net to arrange it.
Forum: Plugins
In reply to: [Plugin: Job Manager] Mandatory fields failAh, I see the problem. It seems you have a space ” ” in the data field in your Application Form Settings. This is being automatically filled out in the form fields, which makes the filter think that they’re filled out, so pass the mandatory field check.
I’ll put something in there to strip out whitespace so you don’t get this confusing error, but the easy workaround is to just remove the space from the data field.
Forum: Plugins
In reply to: [Plugin: Job Manager] Mandatory fields failI’ve been unable to reproduce this problem. Could you send me a link to your site, so I can see what’s happening there?
Forum: Plugins
In reply to: [Plugin: Job Manager] Wrong email address. Go back.I’ve been investigating this further, but unfortunately cannot figure out why the Newsletter plugin is being triggered at this point.
I suggest you speak to the author of the Newsletter plugin, who will have a better idea of why this code is being called when it shouldn’t be.
Forum: Plugins
In reply to: [Plugin: Job Manager] Restrict ContentI’ve spent some time looking into this, unfortunately, I can’t really fix this. I’m not quite sure how it works at all, really.
The problem is, Job Manager uses custom post types, which were introduced in WordPress 2.9, and will likely see common use as of WordPress 3. The Page Restrict plugin only works for pages, which, under the new model, are simply a built-in custom post type.
To that end, I recommend you contact the Page Restrict plugin author, and ask them to add support for custom post types. If they want to keep it to post types that behave like pages, they could restrict it to post types that have registered on the
hierarchical_post_typesfilter.Sorry I couldn’t be more help.
Forum: Plugins
In reply to: [Plugin: Job Manager] Restrict ContentAh, I understand the problem now. Job Manager handles its own permalink parsing, as it has to do some funky things for the application form and such.
I’ll look at adding support for the Restrict Page plugin.
Forum: Plugins
In reply to: [Plugin: Job Manager] RSS on new Jobs / Change widget and no job text1. Yes! http://yoursite.com/jobs/feed/
2. Sure, I’ll add this in 0.7.
3. I’ll look at adding this for 0.7, too.
Thanks for the feedback!
Forum: Plugins
In reply to: [Plugin: Job Manager] Restrict ContentThanks for the feedback, I’ll download this plugin and see if I can fix the problem. I’m planning on making a bug fix release in the next day or so, (assuming it’s a fixable problem), this fix will be in it.
Forum: Plugins
In reply to: [Plugin: Job Manager] Working with ShortcodesCurrently the shortcodes only work in the template boxes, they don’t work in normal pages/posts. I’m planning on adding support for all post types in version 0.9. I’ve jotted down a few ideas for shortcodes here:
http://code.google.com/p/wordpress-job-manager/issues/detail?id=102
Feel free to add any other ideas you’d like to see.
Forum: Plugins
In reply to: [Plugin: Job Manager] Mandatory fields failThanks for the feedback! I’ll have a play around with the mandatory fields and see if I can reproduce this behaviour.