Gary Pendergast
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Job Manager] Fatal Error – Help?The “Requires WordPress Version: 2.9 or higher” bit on the plugin page isn’t just for show. 🙂
register_post_type() was added in WordPress 2.9, so you need to upgrade your WordPress installation. If you cannot upgrade WordPress, you can download version 0.3.3, the latest compatible with WordPress 2.8, here:
http://downloads.wordpress.org/plugin/job-manager.0.3.3.zipPlease note, however, that the 0.3.x series will not be getting any further development attention, so you’ll need to look at upgrading WordPress at some point to keep getting new features and bugfixes.
Thanks for trying out Job Manager!
This seems to be a bug – I’ll figure out what’s going on here and fix it in the new version.
Forum: Fixing WordPress
In reply to: [Plugin: Job Manager] Application Page URLThe problem is that Job Manager uses Page-style permalinks, but WordPress is treating the job pages as blog Posts, so it is trying to apply the Post permalink structure to them.
This is definitely a bug, I’ll figure out how to override the default behaviour so it always shows the right link.
Forum: Fixing WordPress
In reply to: [Plugin: Job Manager] Application Page URLAh, I see the problem. As a quick fix, please go to line 404 of jobman-display.php and change:
$url .= $job->ID . '/';to:
$url .= '/' . $job->ID . '/';I’ll add a more permanent fix in a future release, but this should fix the problem for your installation.
Also, in your Admin area under Settings -> Permalinks, could I get you to give me a copy of the string in Custom Structure box?
Forum: Plugins
In reply to: [Plugin: Job Manager] How can I remove Job: from before the job name?To remove this, delete line 362 of jobman-display.php.
There should be an option for this, I’ve scheduled it to be added in version 0.6.0.
http://code.google.com/p/wordpress-job-manager/issues/detail?id=51Forum: Plugins
In reply to: [Plugin: Job Manager] Sorting Job listingsGlad you like it!
This sounds like a good feature request, I’ve scheduled it for version 0.6.0:
http://code.google.com/p/wordpress-job-manager/issues/detail?id=49You can check out the Development Roadmap here:
http://code.google.com/p/wordpress-job-manager/wiki/RoadmapForum: Fixing WordPress
In reply to: [Plugin: Job Manager] page.php – alternatives?0.4.3 should fix this issue. Please let me know how it goes.
Forum: Plugins
In reply to: [Plugin: Job Manager] the rest of the Pages wont show up from DashboardThis is on purpose.
The Job Listing page is visible, so you can easily change the slug, template and such. All of the other pages store their content in meta data, which is not editable from the Pages interface.
Instead, you should edit sub-pages using either (in your wp-admin menu, under the Job Manager menu option):
– The Categories settings box in the Job Manager Settings page
– The Job Listing page, using the Edit button on a particular job, or the Create New Job button.Forum: Fixing WordPress
In reply to: [Plugin: Job Manager] Changes to App Form Settings are not savedGood to hear, thank you for the feedback!
Forum: Fixing WordPress
In reply to: [Plugin: Job Manager] Changes to App Form Settings are not savedI’ve reproduced and fixed the permission problem.
This is probably a good point to release 0.4.1, so I’ve done that. Please let me know if it fixes the problems you’re seeing.
Forum: Plugins
In reply to: [Plugin: Job Manager] Apply issues@zilli Could you see if there is anything in the Apache error logs?
Also, please try adding the following line to your wp-config.php file, and letting me know if any warnings show up:
define(‘WP_DEBUG’, true);
@sgilfus I’m sorry to hear you’re having problems – unfortunately Job Manager has a very small install base at the moment, so I was unable to do any comprehensive public beta testing.
I’m not sure how it could have deleted the resumes from the upload directory – what message are you getting when you try to access them? “Not Found”, “Permission Denied”, or something else?
Forum: Fixing WordPress
In reply to: [Plugin: Job Manager] Changes to App Form Settings are not savedThanks for the bug reports.
I’ve confirmed and fixed the problem with the application form not saving. If you’d like this fix immediately, please check it out from SVN:
http://code.google.com/p/wordpress-job-manager/source/checkoutOtherwise, I’ll be releasing 0.4.1 in the next day or two.
I haven’t been able to reproduce the permission problem yet, but I’ll continue testing.
Forum: Plugins
In reply to: [Plugin: Job Manager] Apply issuesDo you have a publicly available site that I can see this on?
Forum: Plugins
In reply to: [Plugin: Job Manager] No Page created, no install instructions, I’m lostNot at the moment – I’ve tentatively schedule this for version 1.0.0.
Forum: Plugins
In reply to: [Plugin: Job Manager] No Page created, no install instructions, I’m lostI should also mention, version 0.4.0 will be released in a few days. To make Job Manager play nicer with the rest of WordPress, it will create a base page that will appear in your menus and such.