Gary Pendergast
Forum Replies Created
-
Forum: Plugins
In reply to: Job Manager TranslationThanks for the info. I handle all of my translations on http://translations.pento.net/ , would you have time to fix the German translation? If so, please email me at gary@pento.net, I’ll create an account for you.
Forum: Plugins
In reply to: [Plugin: Job Manager] WPML CompatibilityNot at this point. As nice as it would be, WPML support is low on my list – there are just way too many other features to work on first. 🙂
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] Add job for publicYep.
Nice URLs: http://yoursite.com/jobs/feed/
Default URLs: http://yoursite.com/index.php?feed=jobmanForum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] Email "from" fieldNo, this is not possible without editing the files. If you really want to, then open
frontend-application.php, got to line 951, and change this line:$header = "From: $from" . PHP_EOL;to this:
$header = "From: info@mycompany.com" . PHP_EOL;Please be aware that you will need to make this change whenever you upgrade Job Manager. I currently have no plans on making an option for this.
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] Add job for publicNo timeline at the moment – it’s been delayed due to some other projects. I hope to get back onto it soon!
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] Add job for publicThis will be in the next feature release:
http://code.google.com/p/wordpress-job-manager/issues/detail?id=16
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] Universal Business themeWell, that sounds like a fun timeline! 😉
Do you have any messages in your web server error log that may be related? (If you’re not sure what to look for, email it to me at gary@pento.net.)
Also, do you recall which versions it started working with, then stopped working again?
Forum: Plugins
In reply to: [Plugin: Job Manager] Listing categories in seperate pageSee
job-manager/widgets.php, line 201 onwards for an example of how to do this.Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] Send resumes at registerNot at the moment. This is currently schedule for version 1.0:
http://code.google.com/p/wordpress-job-manager/issues/detail?id=8
I’m hoping to include this in the next version. If you have any more suggestions for connecting with BuddyPress, feel free to post them here:
http://code.google.com/p/wordpress-job-manager/issues/detail?id=125
Great to hear you found the problem! We all do things like that sometimes. 🙂
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] Editor: permissions deniedI’ve made a note to look into this:
http://code.google.com/p/wordpress-job-manager/issues/detail?id=215
It won’t be until after 0.8, because I’m making some changes to how job posting works (allowing job board like behaviour), so I don’t really want to throw this into the mix as well.
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] Conflict with MU blog creationToo late, it’s already fixed. :p
New version will be out in the next few days with a handful of bugfixes.
Forum: Plugins
In reply to: [Plugin: Job Manager] Paging and Better Fitering OptionsStill aiming for version 0.8, unfortunately that got delayed a bit, so I don’t have a release date at the moment.
I’d appreciate any more feedback you have – I’m hoping to have a bugfix release out in the next few days, a fix for this would be good to include.