Gary Pendergast
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Job Manager] No mail being sent after latest upgradeI’ve just been doing some testing on this, but have been unable to reproduce this problem.
A couple of possibilities:
– Has your host changed anything with their email setup? Can you check your mail logs?
– Have you changed the Default Email address, or any of the Category Email addresses?Forum: Plugins
In reply to: [Plugin: Job Manager] Invalid argument suppliedThanks for the info, good to hear it’s working now.
Forum: Plugins
In reply to: [Plugin: Job Manager] Invalid argument suppliedThis is coming from the
jobman_create_dashboard()function, which is only called in place, jobman-conf.php, line 135. Have you made any modifications to this area of code that might be causing$functionsto not have an array assigned to it?Forum: Plugins
In reply to: [Plugin: Job Manager] Backup dataI’m not sure if the WordPress export function will export the jobs, too. Personally, I just have the WordPress Database Backup plugin (http://ilfilosofo.com/blog/wp-db-backup/) setup to make a database dump on a regular basis. If you ever need to re-create your site from this dump, all of the Job Manager data will work correctly.
Forum: Plugins
In reply to: Job Manager FoldersI’ll look at making this message a bit clearer in future versions, good to hear you got it working fine.
Forum: Plugins
In reply to: [Plugin: Job Manager] the rest of the Pages wont show up from DashboardThanks for the info. I haven’t observed this behaviour, but I’ll see what I can do to reproduce it.
Can you tell me:
– What version of WordPress you’re using
– What theme you’re using
– What plugins you have installed and activatedThis will hopefully help track down the problem.
Forum: Plugins
In reply to: [Plugin: Job Manager] The icons will not be displayedDo you have it running on a publically accessible site? I’d like to see what’s happening to cause this.
Forum: Plugins
In reply to: [Plugin: Job Manager] File permission problemsJust to check, did you create the
uploadsandiconsfolder in:/wp-content/plugins/job-manageror:
wp-content/job-managerYou’ll need to use the latter, I recently change from the former to prevent these folders from being deleted when the plugin is upgraded.
Cool, I’ll look into it. Just FYI, I’ll be about a week or so – I’m on the road at the moment, so don’t have access to my normal dev machine.
Forum: Plugins
In reply to: [Plugin: Job Manager] List of changed pages on updatesActually, the updated files list is already published, you just need to know where to look. 😉
Have a look at http://plugins.trac.wordpress.org/log/job-manager/ , in particular, the revisions with “RELEASE” in the log manager. You just need to click on the “Chgset” link for the update you want to see.
Forum: Plugins
In reply to: [Plugin: Job Manager] Date selector rangeThankyou for your support! There’s definitely a lot in the pipeline for this plugin, I’m hoping to see it grow nicely. 🙂
Forum: Plugins
In reply to: [Plugin: Job Manager] Widget – latest jobsHrrm. This is a bit difficult. The problem is that query_posts() doesn’t support a post expiration, so I’ve had to write one that does it manually.
For a comparison, look at jobman-display.php line 299, where I use get_posts(), then the loop on line 310 which removes expired jobs. You could use this method, but it is inefficient if you just want to get 5 jobs.
Sorry I can’t be more help than this – query_posts is a bit limiting under some circumstances, this being one of them.
Forum: Plugins
In reply to: [Plugin: Job Manager] Screwed Up HeaderI’m not sure how Job Manager could be affecting the CSS for your menu, but here’s a quick fix. For your
#navigationCSS (main.css, line 37), change the value ofmarginto:margin: -38px 0 30px;Okay, thanks for checking this for me.
What theme are you using? I’ll see if I can track down the problem.
Forum: Plugins
In reply to: [Plugin: Job Manager] Required fieldsI’m planning on adding this in version 0.6, due out in a couple of weeks. For your reference, the feature request is here:
http://code.google.com/p/wordpress-job-manager/issues/detail?id=27