Gary Pendergast
Forum Replies Created
-
Forum: Plugins
In reply to: Job Manager Page TemplateIt should update on the site immediately. Are you using an caching plugins?
Forum: Plugins
In reply to: Job Manager Page TemplateI just checked the jobs page, and it seems to be listing properly?
Forum: Plugins
In reply to: [Plugin: Job Manager] IconsI found a bug with uploading icons, but that probably isn’t relevant to this issue.
Could I get you to go to Display Settings, and look in the Templates for any mention of the
[job_icon]shortcode? This is what you should have to display the icon – it’s currently not in the default template, but I’ll add it in for the next release.Forum: Plugins
In reply to: Job Manager Page Template@cmsltd: Sounds like your database has got in a bit of an inconsistent state. The easiest way would be to manually delete the Job Manager data, and start again.
– Deactivate Job Manager
– Run the following queries:
DELETE FROM wp_options WHERE option_name=”jobman_options”;
DELETE FROM wp_posts WHERE post_type LIKE “jobman%”;
– Activate Job ManagerAs always, when manually editing the database, remember to take a backup before beginning, just in case. 🙂
Let me know how this goes.
Forum: Plugins
In reply to: [Plugin: Job Manager] Selecting a category when apply for a jobIt didn’t make 0.6 (had a bit of a change of plans for the feature list), but it will definitely be in 0.7.
Forum: Plugins
In reply to: [Plugin: Job Manager] Pay to remove link?You don’t have to pay to remove the links – just go to Job Manager -> Display Settings, and check the “Hide “Powered By” link?” option.
I’d certainly appreciate any donations you’d like to give, though. My PayPal and Amazon Wish List links are on the right hand side of the Display Settings page. 🙂
Forum: Plugins
In reply to: Wp to Twitter and Job ManagerAwesome. 🙂
Forum: Plugins
In reply to: [Plugin: Job Manager] Upgrade IssuesNot sure how that slipped through, but it’ll be fixed in beta5, which I’ll release shortly.
In the mean time, change frontend-jobs.php line 68 to:
if( '' != $displaystartdate && strtotime( $displaystartdate ) > time() ) {Forum: Plugins
In reply to: Wp to Twitter and Job ManagerHuh, that’s a good one. What Twitter plugin are you using?
Forum: Plugins
In reply to: [Plugin: Job Manager] Can’t download resumesSorry about that, there was a bug in the 0.6-beta1 upgrade routine, existing uploads weren’t being moved properly. I fixed it from 0.6-beta2, but the only workaround is to re-upgrade from 0.5.4 to 0.6-beta2.
Forum: Plugins
In reply to: [Plugin: Job Manager] Can’t download resumes@steve: I believe I fixed your issue in 0.6-beta2, though it won’t work upgrading from 0.6-beta1 – you need to upgrade from 0.5.x.
New resumes in 0.6-beta2 or 3 should be uploaded correctly, and linked from the Application list correctly.
Are you finding that this is not the case?
Forum: Plugins
In reply to: [Plugin: Job Manager] Can’t download resumesHuh, that’s interesting. I don’t have a copy of WP MU installed, but WP 3.0 (which has all of the MU code in it) allows uploading these files.
I’m not seeing any WP MU-related issues in Google, either.
Regardless, I agree, this error could be nicer. As it will need new strings, it will have to wait for version 0.7, but I’ll put that on the “definitely going to happen” list.
http://code.google.com/p/wordpress-job-manager/issues/detail?id=113
Forum: Plugins
In reply to: Job Manager Page TemplateI’m not sure what’s happening here, this is just using WP’s normal page editor, I’m not doing anything funky here.
I just did a quick test and made a new page template in my theme, which showed up when editing the Job Manager page. Just to confirm, you do have some files in your theme directory with the appropriate header?
/* Template Name: My Magical Template */Forum: Plugins
In reply to: [Plugin: Job Manager] Icons@danielmash: Are you using the Icon upload form in Admin Settings? If so, can you let me know which of these the icons do or don’t appear in:
– The Icon list in Admin Settings
– The Icon list when adding/editing a Job
– The Job list in the front endAlso, are you using 0.5.4, or one of the 0.6 betas?
Forum: Plugins
In reply to: [Plugin: Job Manager] Cannot activate pluginFor the first error, I’ll release 0.6-beta3 shortly.
For the second error, please upgrade your WordPress installation to version 2.9.2, and let me know if you’re still seeing the error.