Gary Pendergast
Forum Replies Created
-
Forum: Plugins
In reply to: [Job Manager] Job Manager & Subscribe2 custom post typesForum: Plugins
In reply to: [Job Manager] Job Manager & Subscribe2 custom post typesThis code can be put anywhere you like, really. It doesn’t have to be a Job Manager PHP file, just a PHP file that is loaded every time by WordPress.
You are correct, jobman_job is the custom post type.
I’ll add built-in support for this in 0.8.
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] how have a list of resume on my website ?This feature is targeted for version 0.9, due out later this year.
http://code.google.com/p/wordpress-job-manager/issues/detail?id=111
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] edit text when no jobs in categoryUgh, I thought I fixed that one. I’ll get onto it.
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] edit text when no jobs in categoryThere currently isn’t an interface for doing this – I’m planning on making one at some point, but haven’t decided what version it will go in:
http://code.google.com/p/wordpress-job-manager/issues/detail?id=197
In the mean time, this text can be found on lines 150 (main jobs list) and 164 (category jobs list) of frontend-jobs.php. You can edit it there, though please note that any changes you make will be overwritten whenever you upgrade Job Manager.
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] category pages?Okay, fix is out now. Let me know if it fixes the problem for you:
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] category pages?Thanks for the bug report, seems there’s a bug in some of the new code – I’ll fix it up and release a new version shortly.
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] "Fatal Error" on InstallLooks like a bug in the upgrade process. I’ll release an update shortly that fixes this.
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] Job Listing Page deletedA bug in the upgrade process. I’ll be releasing 0.7.9 shortly to fix it.
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] Job Listing Page deletedAh, I see. I’m not sure exactly how the normal export/import program works, but I do recall hearing about it causing these problems with Job Manager.
Your best option is to install one of the many backup plugins for WordPress – they usually just grab an entire dump of the database.
This one looks particularly interesting, it apparently changes URLs to match your dev machine, too:
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] Job Listing Page deletedYeah, that’s what I thought may have happened – Job Manager also has some custom stuff stored in the wp_posts table for the application form, and a few other pages.
What did you use to export/import the data?
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] “Invalid argument” when adding new siteI’ve looked into this further, it seems there’s a bug in WordPress, it doesn’t call the activation routine on plugins when a new site is created:
http://scribu.net/wordpress/network-activation-beware.html
There is a plugin to help with that, available here:
http://wordpress.org/extend/plugins/proper-network-activation/
Unfortunately, Job Manager isn’t quite compatible with this plugin at the moment, that will be fixed in the next release of Job Manager.
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] Job Listing Page deletedThis is… problematic. The following should work, but it could be that it didn’t import the other Job Manager pages, either.
First off, check your wp_posts table for a row with ID=11. If it exists, check what the post_status is, and let me know.
If it doesn’t exist, go back to wp-admin, and create a new page called Job Listing. Then return to the wp_posts table, and find that new page, and change the ID to be 11.
Let me know how it goes!
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] “Invalid argument” when adding new siteGood to hear that this is a work around.
I’ll setup a test MS install and see if I can get it working with network activate.
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] Other contentYes, you can do this.
In your wp-admin, go to Job Manager->Settings->Display Settings, scroll down to the Job Templates box, you can edit the templates used.
There is a fair bit of documentation, I recommend you read it to get an overview of how the template system works.