Gary Pendergast
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Job Manager] New Installation – /jobs page not workingLots of plugins. 🙂
Could I get you to quickly go through them all, disable them individually, then reload the jobs page, and see if that makes a difference?
Forum: Plugins
In reply to: [Plugin: Job Manager] New Installation – /jobs page not workingIt should just show up – there’s no need to do any customization to get basic usage out of the plugin.
What other plugins do you have installed? It may be that there’s a clash somewhere.
Forum: Plugins
In reply to: [Plugin: Job Manager] Job List OrderYah, it seems to be treating the numbers as strings, so they’re being sorted alphabetically. I’ll see if I can make it sort properly for the next bug fix release.
Forum: Plugins
In reply to: [Plugin: Job Manager] Application submissions not being sent/receivedHrrm. I’ll see if I’m able to debug it from wp-admin. Could you email me a login at gary@pento.net?
Forum: Plugins
In reply to: [Plugin: Job Manager] Application submissions not being sent/receivedCould I get you to add the following line to your
wp-config.phpfile:define('WP_DEBUG', true);Then submit a job application and let me know if any messages appear after you click submit (apart from the usual).
Forum: Plugins
In reply to: [Plugin: Job Manager] SearchSearch will be in version 0.9:
http://code.google.com/p/wordpress-job-manager/issues/detail?id=47Emails are not necessarily unique, no.
Forum: Fixing WordPress
In reply to: [Plugin: Job Manager] How to play with jobs home page?I’m travelling at the moment, so don’t have access to my usual tools – if you have a web developer/designer contact, I would recommend you speak to them, they should be able to pretty easily modify the template and write the CSS you need.
Forum: Fixing WordPress
In reply to: [Plugin: Job Manager] length=”n” attributeGreat to hear you like it!
It doesn’t limit by words, rather, by number of characters. You can do this by adding the
length="n"parameter to it. For example, to limit field 6 to 100 characters:[job_field6 length="100"]Limiting it by words would be a nice enhancement, though. I’ve made a note to add this enhancement in version 0.8:
http://code.google.com/p/wordpress-job-manager/issues/detail?id=170
Forum: Fixing WordPress
In reply to: [Plugin: Job Manager] Related CategoriesJob Manager currently doesn’t use child categories (I will be fixing this).
The Related Categories feature works by looking at the jobs in the current list, and making a list of all the categories they’re in.
For example, say you’re looking at /jobs/foo/, which shows 3 jobs that are in the ‘foo’ category, as well as other categories:
Job 1: foo, bar
Job 2: foo, shaz
Job 3: foo, shaz, meepRelated Categories would show links to the categories bar, shaz and meep.
Forum: Fixing WordPress
In reply to: [Plugin: Job Manager] How to play with jobs home page?It looks like it’s really just a CSS issue – the “JOB CATEGORIES” text look is defined by it being in a
<h4>tag, the rest will have similar CSS rules to define the look.I would recommend using a tool like FireBug to find where the rules are being defined, then re-write the job list template to fit that.
Forum: Fixing WordPress
In reply to: [Plugin: Job Manager] How to play with jobs home page?You’re the second person to ask me that in the past few days. 🙂
There currently isn’t one, I’ll be adding it in version 0.8.
http://code.google.com/p/wordpress-job-manager/issues/detail?id=170
Forum: Fixing WordPress
In reply to: [Plugin: Job Manager] How to play with jobs home page?You can certainly to this. In your wp-admin, go to Job Manager->Settings->Display Settings, and scroll down to the Job Templates box. You can edit the Job List Template to change how the job list appears, including removing and re-arranging fields.
Here’s an example of something you might like to try:
http://wordpress.org/support/topic/377453?replies=8Forum: Plugins
In reply to: [Plugin: Job Manager] Shortcode for Display Start dateFor reference (and if there are any other shortcodes you feel are missing):
http://code.google.com/p/wordpress-job-manager/issues/detail?id=170Forum: Plugins
In reply to: [Plugin: Job Manager] Application Email:Does not sent to the addressDo you have the the job assigned to any categories that don’t have email addresses? If so, please try the upcoming 0.7.3 release, which fixes a bug related to this.
Forum: Plugins
In reply to: [Plugin: Job Manager] Need help: Jot list menu in categoryYou can get the category link using:
get_term_link( 'it-infocom', 'jobman_category' )